From: Kurt Zeilenga Date: Tue, 26 Nov 2002 19:23:09 +0000 (+0000) Subject: fix -h X-Git-Tag: OPENLDAP_REL_ENG_2_1_9~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0fe6751473313a814744fa65a06e7b27a9aa13;p=thirdparty%2Fopenldap.git fix -h --- diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 index b2fb379614..e8f7dc4832 100644 --- a/doc/man/man8/slapd.8 +++ b/doc/man/man8/slapd.8 @@ -117,7 +117,7 @@ The .B \-h option may be used to specify LDAP (and other scheme) URLs to serve. For example, if slapd is given -.B \-h " ldap://127.0.0.1:9009/ ldaps:/// ldapi:///", +.B "\-h \(dqldap://127.0.0.1:9009/ ldaps:/// ldapi:///\(dq", 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.