mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
Remove "LDAP over TLS" text altogether
This commit is contained in:
parent
699fa73c2b
commit
6a5b8c1119
1 changed files with 2 additions and 3 deletions
|
|
@ -133,9 +133,8 @@ it will listen on 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 (any interface).
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue