From: Kurt Zeilenga Date: Wed, 19 Feb 2003 16:19:13 +0000 (+0000) Subject: More understandable error text X-Git-Tag: NO_SLAP_OP_BLOCKS~336 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb73fea612230c0185d36556d05dbf1dbe573274;p=openldap More understandable error text --- 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 */