call LDAPv2 what it is (historical)

This commit is contained in:
Kurt Zeilenga 2003-03-06 01:00:05 +00:00
parent 1b4180faa8
commit e906747d51

View 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;
}