]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import slapd(8) URI scheme update from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Fri, 11 Mar 2005 05:41:03 +0000 (05:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 11 Mar 2005 05:41:03 +0000 (05:41 +0000)
doc/man/man8/slapd.8

index 744270fd8f72466abffba5fa330c9302f9cd910a..bb5b5215bd899c8d307bff9225d0d08efdccac4a 100644 (file)
@@ -130,9 +130,8 @@ It will bind 127.0.0.1:9009 for LDAP, 0.0.0.0:636 for LDAP over TLS,
 and LDAP over IPC (Unix domain sockets).  Host 0.0.0.0 represents
 INADDR_ANY.
 A space separated list of URLs is expected.  The URLs should be of
-LDAP (ldap://) or LDAP over TLS (ldaps://) or LDAP over IPC (ldapi://)
-scheme without a DN or other optional parameters, except an experimental
-extension to indicate the permissions of the underlying listeners.
+the LDAP, LDAPS, or LDAPI schemes, and generally
+without a DN or other optional parameters (excepting as discussed below).
 Support for the latter two schemes depends on selected configuration 
 options.  Hosts may be specified by name or IPv4 and IPv6 address formats.
 Ports, if specified, must be numeric.  The default ldap:// port is 389