| 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 | ################################################################################ |