From: Kurt Zeilenga Date: Fri, 11 Mar 2005 05:41:03 +0000 (+0000) Subject: Import slapd(8) URI scheme update from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_2_24~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c2e4b757d5d2448ab85f6a808931c9e5b931bb;p=thirdparty%2Fopenldap.git Import slapd(8) URI scheme update from HEAD --- diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 index 744270fd8f..bb5b5215bd 100644 --- a/doc/man/man8/slapd.8 +++ b/doc/man/man8/slapd.8 @@ -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