Skip to content
Snippets Groups Projects
Commit fb73fea6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

More understandable error text

parent 9f059803
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment