#1547281. Add information about use of ldaps and ldapi uris
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Aug 2006 11:25:11 +0000 (11:25 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Aug 2006 11:25:11 +0000 (11:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11649 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 7c5d4d31b1240bad721d9544c88d4a7b381b5a10..e65755c3220717858a605696c0c1ae774192ab8b 100755 (executable)
@@ -3072,7 +3072,11 @@ sub command61 {
             $sub = $#ldap_host + 1;
 
             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 "this LDAP server resides. Example: ldap.bigfoot.com\n";
+           print "\n";
+           print "You can use any URI compatible with your LDAP library. Please\n";
+            print "note that StartTLS option is not compatible with ldaps and\n";
+           print "ldapi URIs.\n";
             print "hostname: ";
             $name = <STDIN>;
             $name =~ s/[\r\n]//g;