From e981dcbad5377495726bba2bf50dfa071a7c1a2a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 26 Jul 2002 15:29:36 +0000 Subject: [PATCH] use strongAuthRequired instead of operationsError to indicate authentication required before modification. --- servers/slapd/backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/backend.c b/servers/slapd/backend.c index 5d14ba91d4..8fb2e9a522 100644 --- a/servers/slapd/backend.c +++ b/servers/slapd/backend.c @@ -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; } } } -- 2.39.5