Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f89c1863
Commit
f89c1863
authored
Oct 30, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5366
parent
158a47cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f89c1863
...
...
@@ -3,6 +3,8 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.20 Engineering
Fixed libldap uninitialized return value (ITS#6355)
Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
Documentation
ldap_get_dn(3) typos (ITS#5366)
OpenLDAP 2.4.19 Release (2009/10/06)
Fixed client tools with null timeouts (ITS#6282)
...
...
doc/man/man3/ldap_get_dn.3
View file @
f89c1863
...
...
@@ -15,7 +15,7 @@ OpenLDAP LDAP (libldap, \-lldap)
char *ldap_get_dn( LDAP *ld, LDAPMessage *entry )
.LP
.ft B
int ldap_str2dn( const char *str, LDAPDN
*
*dn, unsigned flags )
int ldap_str2dn( const char *str, LDAPDN *dn, unsigned flags )
.LP
.ft B
int ldap_dn2str( LDAPDN *dn, char **str, unsigned flags )
...
...
@@ -79,7 +79,7 @@ typedef struct ldap_ava {
} LDAPAVA;
typedef LDAPAVA** LDAPRDN;
typedef LDAPRDN*
*
LDAPDN;
typedef LDAPRDN* LDAPDN;
.ft
.fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment