mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
ITS#1467 passwd fix from Brad Thompson <brad@vecna.com>
This commit is contained in:
parent
99a6d0a552
commit
db12d41978
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue