From: tokul Date: Sun, 27 Aug 2006 11:25:11 +0000 (+0000) Subject: #1547281. Add information about use of ldaps and ldapi uris X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=51abca0770f8974f73763b8a250516722ef368a2;p=squirrelmail.git #1547281. Add information about use of ldaps and ldapi uris git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11649 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 7c5d4d31..e65755c3 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -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 = ; $name =~ s/[\r\n]//g;