mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
Fix e_ndn bug from HEAD
This commit is contained in:
parent
aba814d1db
commit
6d35b37e0e
@ -85,6 +85,9 @@ passwd_back_search(
|
||||
e->e_attrs = NULL;
|
||||
e->e_dn = ch_strdup( base );
|
||||
|
||||
e->e_ndn = ch_strdup( e->e_dn );
|
||||
(void) dn_normalize( e->e_ndn );
|
||||
|
||||
/* Use the first attribute of the DN
|
||||
* as an attribute within the entry itself.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user