Skip to content
Snippets Groups Projects
Commit 5ca8773a authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typos.

parent 09df5368
No related branches found
No related tags found
No related merge requests found
......@@ -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/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment