From: Kurt Zeilenga Date: Thu, 6 Mar 2003 01:00:05 +0000 (+0000) Subject: call LDAPv2 what it is (historical) X-Git-Tag: NO_SLAP_OP_BLOCKS~171 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e906747d51576a2aae2caa5a751c5cc35b417c48;p=openldap call LDAPv2 what it is (historical) --- diff --git a/servers/slapd/bind.c b/servers/slapd/bind.c index f4f29fc710..b8553f7b6f 100644 --- a/servers/slapd/bind.c +++ b/servers/slapd/bind.c @@ -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; }