| Newsgroups |
gmane.comp.isp.ispman.cvs |
| Message-ID |
<[email protected]> |
Update of /cvsroot/ispman/ispman/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv25919a/scripts
Modified Files:
make.pl
Log Message:
This patch adds a new configuration parameter, ldapVersion. The parameter defaults to ldap v3, as most servers used today support this. The behaviour is defined in ispman.conf using the configuration parameter ldapVersion.
(supplied by Tarjei Huse)
Index: make.pl
===================================================================
RCS file: /cvsroot/ispman/ispman/scripts/make.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- make.pl 4 Jan 2004 18:56:16 -0000 1.18
+++ make.pl 14 Jan 2004 22:49:46 -0000 1.19
@@ -163,6 +163,7 @@
ldapRootPass
ldapHost
ldapInstallPath
+ ldapVersion
imapAdminUsername
imapAdminPass
imapPort
@@ -279,6 +280,10 @@
question => "RootDN (Admin's DN) for the LDAP server",
},
+ ldapVersion => {
+ default => 3,
+ question => "What is the LDAP version your server is running?",
+ },
imapAdminPass => {
default => 'cyrus',
question => "Password for the Cyrus admin",
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html