From e906747d51576a2aae2caa5a751c5cc35b417c48 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 6 Mar 2003 01:00:05 +0000 Subject: [PATCH] call LDAPv2 what it is (historical) --- servers/slapd/bind.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5