]> git.sur5r.net Git - openldap/commitdiff
call LDAPv2 what it is (historical)
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Mar 2003 01:00:05 +0000 (01:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Mar 2003 01:00:05 +0000 (01:00 +0000)
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;
        }