Skip to content
Snippets Groups Projects
Commit 6d35b37e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix e_ndn bug from HEAD

parent aba814d1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment