[system] / trunk / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 6143 Revision 6144
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK Online Homework Delivery System 3# WeBWorK Online Homework Delivery System
4# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ 4# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.215 2009/09/25 00:37:49 gage Exp $ 5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.216 2009/10/08 19:44:00 apizer Exp $
6# 6#
7# This program is free software; you can redistribute it and/or modify it under 7# This program is free software; you can redistribute it and/or modify it under
8# the terms of either: (a) the GNU General Public License as published by the 8# the terms of either: (a) the GNU General Public License as published by the
9# Free Software Foundation; either version 2, or (at your option) any later 9# Free Software Foundation; either version 2, or (at your option) any later
10# version, or (b) the "Artistic License" which comes with this package. 10# version, or (b) the "Artistic License" which comes with this package.
622 timeout => 30, 622 timeout => 30,
623 version => 3, 623 version => 3,
624 }, 624 },
625 # base to use when searching for user's DN 625 # base to use when searching for user's DN
626 net_ldap_base => "ou=people,dc=rochester,dc=edu", 626 net_ldap_base => "ou=people,dc=rochester,dc=edu",
627
628 # Use a Bind account if set to 1
629 bindAccount => 0,
630
631 searchDN => "cn=search,DC=youredu,DC=edu",
632 bindPassword => "password",
633
634
635
627 # If LDAP rejects password, check it against the WeBWorK password database 636 # If LDAP rejects password, check it against the WeBWorK password database
628 failover => 1, 637 failover => 1,
629}; 638};
630 639
631################################################################################ 640################################################################################

Legend:
Removed from v.6143  
changed lines
  Added in v.6144

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9