]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/bind.c
cleanup bind
[openldap] / servers / slapd / bind.c
index f4f29fc710a9b44d16b382fb0a46ec39a637a153..b8553f7b6fb78576971ccf4dc9f0e24784e4a27b 100644 (file)
@@ -227,7 +227,8 @@ do_bind(
                version < LDAP_VERSION3 )
        {
                send_ldap_result( conn, op, rc = LDAP_PROTOCOL_ERROR,
-                       NULL, "requested protocol version not allowed", NULL, NULL );
+                       NULL, "historical protocol version requested, use LDAPv3 instead",
+                       NULL, NULL );
                goto cleanup;
        }