Update of /cvsroot/squirrelmail/squirrelmail/config
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3894
Modified Files:
Tag: SM-1_4-STABLE
conf.pl
Log Message:
#1547281. Added information about ldaps and ldapi URIs
Index: conf.pl
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/config/conf.pl,v
retrieving revision 1.154.2.33
retrieving revision 1.154.2.34
diff -u -w -r1.154.2.33 -r1.154.2.34
--- conf.pl 15 Aug 2006 17:42:32 -0000 1.154.2.33
+++ conf.pl 27 Aug 2006 11:36:20 -0000 1.154.2.34
@@ -2479,6 +2479,9 @@
print "First, we need to have the hostname or the IP address
where\n";
print "this LDAP server resides. Example: ldap.bigfoot.com\n";
+ print "\n";
+ print "You can use any URI compatible with your LDAP library.
ldaps\n";
+ print "and ldapi URIs can be used to create secure LDAP
connections.\n";
print "hostname: ";
$name = <STDIN>;
$name =~ s/[\r|\n]//g;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|