mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
call LDAPv2 what it is (historical)
This commit is contained in:
parent
1b4180faa8
commit
e906747d51
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue