use strongAuthRequired instead of operationsError to indicate

authentication required before modification.
This commit is contained in:
Kurt Zeilenga 2002-07-26 15:29:36 +00:00
parent c4f91fc9a8
commit e981dcbad5

View file

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