mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 16:52:55 -05:00
More understandable error text
This commit is contained in:
parent
9f0598034e
commit
fb73fea612
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue