Skip to content
Snippets Groups Projects
Commit e906747d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

call LDAPv2 what it is (historical)

parent 1b4180fa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment