From: Kurt Zeilenga Date: Sun, 5 Nov 2000 21:34:53 +0000 (+0000) Subject: Add INADDR_ANY clarification. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1654 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e7103a9f64f56fe4a5e82f891ce742ce037ce548;p=openldap Add INADDR_ANY clarification. --- diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 index 251e2175e6..412b26aae6 100644 --- a/doc/man/man8/slapd.8 +++ b/doc/man/man8/slapd.8 @@ -1,7 +1,7 @@ -.TH SLAPD 8C "20 August 2000" "OpenLDAP LDVERSION" .\" $OpenLDAP$ .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. +.TH SLAPD 8C "5 Novemeber 2000" "OpenLDAP LDVERSION" .SH NAME slapd \- Stand-alone LDAP Daemon .SH SYNOPSIS @@ -108,9 +108,10 @@ The option may be used to specify LDAP (and LDAPS) URLs to serve. For example, if slapd is given .B \-h " ldap://127.0.0.1:9009/ ldaps:/// ldapi:///", -It will bind 127.0.0.1:9009 for LDAP, INADDR_ANY:636 for LDAP over TLS, -and LDAP over IPC (Unix domain sockets). -A space separated list of URLs is expected. The URLS should be of +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. Support for the latter two schemes depends on selected configuration options. Hosts