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 */