From 83c2e4b757d5d2448ab85f6a808931c9e5b931bb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 11 Mar 2005 05:41:03 +0000 Subject: [PATCH] Import slapd(8) URI scheme update from HEAD --- doc/man/man8/slapd.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.2