mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Return noSuchObject when target entry doesn't exist
This commit is contained in:
parent
b3419dd6c8
commit
21cbba16b9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user