]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10436 Manpage fixes
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 12 Jan 2023 12:22:46 +0000 (12:22 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Feb 2026 00:04:08 +0000 (00:04 +0000)
doc/man/man1/ldapsearch.1
doc/man/man3/ldap_parse_reference.3

index 70e297d0eea21c21a32d966afb395c3379ecf2ea..f526bb1d89a2e13802ae594330ab309dfe20e6eb 100644 (file)
@@ -317,6 +317,7 @@ Search extensions:
           rp[/<cookie>][/<slimit>]     (LDAP Sync refreshAndPersist)
   [!]vlv=<before>/<after>(/<offset>/<count>|:<value>)  (virtual list view)
   [!]deref=derefAttr:attr[,attr[...]][;derefAttr:attr[,attr[...]]]
+  [!]accountUsability                  (Netscape Password policy)
   [!]<oid>[=:<value>|::<b64value>]
 .fi
 .TP
index d3fb0a21b61ca0bbb962715ba7c71dc04f3a609a..81863dca1eee7af30a121e7daa545ba2546b33fd 100644 (file)
@@ -32,7 +32,7 @@ or
 The \fIreferralsp\fP parameter will be filled in with an allocated array of
 character strings. The strings are copies of the referrals contained in
 the parsed message. The array should be freed by calling
-.BR ldap_value_free (3) .
+.BR ldap_memvfree (3) .
 If \fIreferralsp\fP is NULL, no referrals are returned.
 If no referrals were returned, \fI*referralsp\fP is set to NULL.
 .LP