]> git.sur5r.net Git - openldap/commitdiff
More understandable error text
authorKurt Zeilenga <kurt@openldap.org>
Wed, 19 Feb 2003 16:19:13 +0000 (16:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 19 Feb 2003 16:19:13 +0000 (16:19 +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 */