diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
| commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
| tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3ldap/ldap.3ldap | |
| parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
| download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz | |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3ldap/ldap.3ldap')
| -rw-r--r-- | usr/src/man/man3ldap/ldap.3ldap | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/man/man3ldap/ldap.3ldap b/usr/src/man/man3ldap/ldap.3ldap index 6644b3c6bf..d504bcc272 100644 --- a/usr/src/man/man3ldap/ldap.3ldap +++ b/usr/src/man/man3ldap/ldap.3ldap @@ -81,7 +81,9 @@ Use \fBldap_modify_ext\fR(3LDAP) and \fBldap_modify_ext_s\fR(3LDAP) to modify an existing entry in a LDAP server that supports for LDAPv3 server and client controls. Similarly, use \fBldap_rename\fR(3LDAP) and \fBldap_rename_s\fR(3LDAP) to change the name of an LDAP entry. The -\fBldap_modrdn\fR(3LDAP), \fBldap_modrdn_s\fR(3LDAP), \fBldap_modrdn2\fR(3LDAP) +.BR ldap_modrdn (3LDAP), +.BR ldap_modrdn2 (3LDAP), +.BR ldap_modrdn_s (3LDAP) and \fBldap_modrdn2_s\fR(3LDAP) interfaces are deprecated. .SS "Obtaining Results" .LP @@ -150,7 +152,7 @@ strings in the LDAP protocol. Make calls to \fBldap_init_getfilter\fR(3LDAP) and \fBldap_search\fR(3LDAP) to generate filters to be used in \fBldap_search\fR(3LDAP) and \fBldap_search_s\fR(3LDAP). \fBldap_init_getfilter()\fR reads -\fBldapfilter.conf\fR(4), the LDAP configuration file, while +\fBldapfilter.conf\fR(5), the LDAP configuration file, while \fBldap_init_getfilter_buf()\fR reads the configuration information from \fIbuf\fR of length \fIbuflen\fR. \fBldap_getfilter_free\fR(3LDAP) frees memory that has been allocated by means of \fBldap_init_getfilter()\fR. @@ -1575,7 +1577,7 @@ Free memory allocated by LDAP API functions. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -1590,4 +1592,4 @@ Stability Level Evolving .SH SEE ALSO .LP -\fBattributes\fR(5) +.BR attributes (7) |
