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