mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 14:25:24 -05:00
ITS#6959 document ldap_dnfree()
This commit is contained in:
parent
8965cdc742
commit
123506788b
2 changed files with 12 additions and 2 deletions
|
|
@ -18,7 +18,10 @@ char *ldap_get_dn( LDAP *ld, LDAPMessage *entry )
|
|||
int ldap_str2dn( const char *str, LDAPDN *dn, unsigned flags )
|
||||
.LP
|
||||
.ft B
|
||||
int ldap_dn2str( LDAPDN *dn, char **str, unsigned flags )
|
||||
void ldap_dnfree( LDAPDN dn )
|
||||
.LP
|
||||
.ft B
|
||||
int ldap_dn2str( LDAPDN dn, char **str, unsigned flags )
|
||||
.LP
|
||||
.ft B
|
||||
char **ldap_explode_dn( const char *dn, int notypes )
|
||||
|
|
@ -68,7 +71,13 @@ structures, arranged in
|
|||
.B LDAPRDN,
|
||||
and
|
||||
.B LDAPDN
|
||||
terms, defined as:
|
||||
terms. Space for
|
||||
.B dn
|
||||
will be obtained dynamically and should be freed by the caller using
|
||||
.BR ldap_dnfree (3).
|
||||
The
|
||||
.B LDAPDN
|
||||
is defined as:
|
||||
.nf
|
||||
.ft B
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ ldap_explode_dn.3
|
|||
ldap_explode_rdn.3
|
||||
ldap_dn2ufn.3
|
||||
ldap_str2dn.3
|
||||
ldap_dnfree.3
|
||||
ldap_dn2str.3
|
||||
ldap_dn2dcedn.3
|
||||
ldap_dcedn2dn.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue