From: Kurt Zeilenga Date: Fri, 21 Feb 2003 20:57:30 +0000 (+0000) Subject: Better error info for disallowed unauthenticated access X-Git-Tag: OPENLDAP_REL_ENG_2_1_13~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cefbef27d79759cb0dd93d669c9bf875d2f8da27;p=openldap Better error info for disallowed unauthenticated access --- 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 */