Explorar o código

#1547281. Add information about use of ldaps and ldapi uris

tokul %!s(int64=19) %!d(string=hai) anos
pai
achega
b108b0c8d4
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      config/conf.pl

+ 5 - 1
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 = <STDIN>;
             $name =~ s/[\r\n]//g;