]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Better error info for disallowed unauthenticated access
authorKurt Zeilenga <kurt@openldap.org>
Fri, 21 Feb 2003 20:57:30 +0000 (20:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 21 Feb 2003 20:57:30 +0000 (20:57 +0000)
servers/slapd/bind.c

index f27b35503e135b40d45613a808370a76b9a6b26f..f4f29fc710a9b44d16b382fb0a46ec39a637a153 100644 (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 */