]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9285 don't hide ppolicy control
authorHoward Chu <hyc@openldap.org>
Tue, 7 Jul 2020 20:01:32 +0000 (21:01 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 7 Jul 2020 20:01:32 +0000 (21:01 +0100)
servers/slapd/overlays/ppolicy.c

index 63051fb9cdab9b1ca86f0e8b956511620677bccc..ea1b798559ce75133bcb48b399fa01aebdfc82f0 100644 (file)
@@ -3196,7 +3196,7 @@ int ppolicy_initialize()
        }
 
        code = register_supported_control( LDAP_CONTROL_PASSWORDPOLICYREQUEST,
-               SLAP_CTRL_ADD|SLAP_CTRL_BIND|SLAP_CTRL_MODIFY|SLAP_CTRL_HIDE, extops,
+               SLAP_CTRL_ADD|SLAP_CTRL_BIND|SLAP_CTRL_MODIFY, extops,
                ppolicy_parseCtrl, &ppolicy_cid );
        if ( code != LDAP_SUCCESS ) {
                Debug( LDAP_DEBUG_ANY, "Failed to register control %d\n", code );