More understandable error text

This commit is contained in:
Kurt Zeilenga 2003-02-19 16:19:13 +00:00
parent 9f0598034e
commit fb73fea612

View file

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