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

Return noSuchObject when target entry doesn't exist

parent b3419dd6
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ ldbm_back_exop_passwd(
if( e == NULL ) {
*text = "could not locate authorization entry";
rc = LDAP_OPERATIONS_ERROR;
rc = LDAP_NO_SUCH_OBJECT;
goto done;
}
......
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