From fb73fea612230c0185d36556d05dbf1dbe573274 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 19 Feb 2003 16:19:13 +0000 Subject: [PATCH] More understandable error text --- 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