ITS#1467 passwd fix from Brad Thompson <brad@vecna.com>

This commit is contained in:
Kurt Zeilenga 2001-11-28 02:23:36 +00:00
parent 99a6d0a552
commit db12d41978

View file

@ -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.
*/