mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
use strongAuthRequired instead of operationsError to indicate
authentication required before modification.
This commit is contained in:
parent
c4f91fc9a8
commit
e981dcbad5
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ backend_check_restrictions(
|
|||
|
||||
if( op->o_ndn.bv_len == 0 ) {
|
||||
*text = "modifications require authentication";
|
||||
return LDAP_OPERATIONS_ERROR;
|
||||
return LDAP_STRONG_AUTH_REQUIRED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue