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

Normalized user DN

parent 5eaa8fc8
Branches
Tags
No related merge requests found
......@@ -98,6 +98,12 @@ ldbm_back_exop_passwd(
goto done;
}
if( dn_normalize( dn ) == NULL ) {
*text = "Invalid DN";
rc = LDAP_INVALID_DN;
goto done;
}
e = dn2entry_w( be, dn, NULL );
if( e == NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment