mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Document -T and -P
This commit is contained in:
parent
fbd4c530ba
commit
661102431a
@ -99,6 +99,21 @@ Internet standard '.' format.
|
|||||||
will listen on the default LDAP port (389) unless this option is given
|
will listen on the default LDAP port (389) unless this option is given
|
||||||
to override the default. A numeric port number is expected.
|
to override the default. A numeric port number is expected.
|
||||||
.TP
|
.TP
|
||||||
|
.BI \-T
|
||||||
|
If
|
||||||
|
.B slapd
|
||||||
|
is built with support for Transport Layer Security and this option is
|
||||||
|
given, it will bind on an additional port for TLS/SSL connections.
|
||||||
|
Notice that this is LDAP over raw TLS, not TLS with SASL that works
|
||||||
|
on the normal port.
|
||||||
|
.TP
|
||||||
|
.BI \-P " port\-number"
|
||||||
|
Changes the port where
|
||||||
|
.B slapd
|
||||||
|
will expect LDAP over raw TLS connections. If this option is not given,
|
||||||
|
the default port for this purpose (636) will be used. A numeric port
|
||||||
|
number is expected.
|
||||||
|
.TP
|
||||||
.BI \-u " user"
|
.BI \-u " user"
|
||||||
.B slapd
|
.B slapd
|
||||||
will run slapd with the specified user name or id, and that user's
|
will run slapd with the specified user name or id, and that user's
|
||||||
|
Loading…
Reference in New Issue
Block a user