mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix typos.
This commit is contained in:
parent
09df53687e
commit
5ca8773a8b
@ -159,7 +159,7 @@ synchronously unbind from the LDAP server and close the connection
|
||||
equivalent to
|
||||
.BR ldap_unbind (3)
|
||||
.TP
|
||||
.SM ldap_memfree (3)
|
||||
.SM ldap_memfree(3)
|
||||
dispose of memory allocated by LDAP routines.
|
||||
.TP
|
||||
.SM ldap_enable_cache(3)
|
||||
|
@ -37,7 +37,7 @@ If no referrals were returned, \fI*referralsp\fP is set to NULL.
|
||||
.LP
|
||||
The \fIserverctrlsp\fP parameter will be filled in with an allocated array of
|
||||
controls copied from the parsed message. The array should be freed by calling
|
||||
.BR ldap_controls_free (3) .
|
||||
.BR ldap_controls_free (3).
|
||||
If \fIserverctrlsp\fP is NULL, no controls are returned.
|
||||
If no controls were returned, \fI*serverctrlsp\fP is set to NULL.
|
||||
.LP
|
||||
|
@ -99,9 +99,10 @@ Target specification starts with a "uri" directive:
|
||||
.B uri <protocol>://[<host>[:<port>]]/<naming context>
|
||||
The "server" directive that was allowed in the LDAP backend (although
|
||||
deprecated) has been discarded in the Meta backend.
|
||||
The <protocol> part can be anything ldap_initialize(3) accepts
|
||||
({ldap|ldaps|ldapi} and variants); <host> and <port> may be omitted,
|
||||
defaulting to whatever is set in /etc/ldap.conf.
|
||||
The <protocol> part can be anything
|
||||
.BR ldap_initialize (3)
|
||||
accepts ({ldap|ldaps|ldapi} and variants); <host> and <port> may be
|
||||
omitted, defaulting to whatever is set in /etc/ldap.conf.
|
||||
The <naming context> part is mandatory.
|
||||
It must end with one of the naming contexts defined for the backend,
|
||||
e.g.:
|
||||
|
@ -1140,7 +1140,7 @@ default slapd configuration file
|
||||
.BR slapadd (8),
|
||||
.BR slapcat (8),
|
||||
.BR slapindex (8),
|
||||
.BR slappassword (8),
|
||||
.BR slappasswd (8),
|
||||
.BR slurpd (8),
|
||||
.LP
|
||||
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
|
||||
|
Loading…
Reference in New Issue
Block a user