From cefbef27d79759cb0dd93d669c9bf875d2f8da27 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 21 Feb 2003 20:57:30 +0000 Subject: [PATCH] Better error info for disallowed unauthenticated access --- servers/slapd/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/bind.c b/servers/slapd/bind.c index f27b35503e..f4f29fc710 100644 --- a/servers/slapd/bind.c +++ b/servers/slapd/bind.c @@ -399,7 +399,7 @@ do_bind( { /* DN is not empty, disallow */ rc = LDAP_UNWILLING_TO_PERFORM; - text = "unwilling to allow anonymous bind with non-empty DN"; + text = "unauthenticated bind (DN with no password) disallowed"; } else if ( global_disallows & SLAP_DISALLOW_BIND_ANON ) { /* disallow */ -- 2.39.5