mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
ITS#1735 fix typos
This commit is contained in:
parent
98e3499b05
commit
491c0f22e0
@ -79,7 +79,7 @@ allow (default none).
|
||||
.B bind_v2
|
||||
allows acceptance of LDAPv2 bind requests.
|
||||
.B bind_anon_cred
|
||||
allows anonymous bind creditials are not empty (e.g.
|
||||
allows anonymous bind when credentials are not empty (e.g.
|
||||
when DN is empty).
|
||||
.B bind_anon_dn
|
||||
allows unauthenticated (anonymous) bind when DN is not empty.
|
||||
@ -408,7 +408,7 @@ requires authentication prior to directory operations.
|
||||
requires SASL authentication prior to directory operations.
|
||||
.B strong
|
||||
requires strong authentication prior to directory operations.
|
||||
Currently
|
||||
The
|
||||
.B SASL
|
||||
and
|
||||
.B strong
|
||||
|
@ -99,10 +99,10 @@ Specifies the slapd configuration file. The default is
|
||||
.TP
|
||||
.BI \-h " URLlist"
|
||||
.B slapd
|
||||
will serve
|
||||
will by default serve
|
||||
.B ldap:///
|
||||
(LDAP over TCP on all interfaces on default LDAP port). That is,
|
||||
it will bind to using INADDR_ANY and port 389.
|
||||
it will bind using INADDR_ANY and port 389.
|
||||
The
|
||||
.B \-h
|
||||
option may be used to specify LDAP (and LDAPS) URLs to serve.
|
||||
|
Loading…
Reference in New Issue
Block a user