Return noSuchObject when target entry doesn't exist

This commit is contained in:
Kurt Zeilenga 2000-10-13 20:17:18 +00:00
parent b3419dd6c8
commit 21cbba16b9

View File

@ -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;
}