From: Pierangelo Masarati Date: Sun, 24 Nov 2002 21:52:48 +0000 (+0000) Subject: fix -h option example for multi-URI handling (as suggested by Roland Bauerschmidt... X-Git-Tag: NO_SLAP_OP_BLOCKS~777 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=65efd6a185e0368bb213db12e5fa6ac82013fac8;p=openldap fix -h option example for multi-URI handling (as suggested by Roland Bauerschmidt ) --- 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.