]> git.sur5r.net Git - openldap/commitdiff
Hide "work in progress"
authorKurt Zeilenga <kurt@openldap.org>
Tue, 25 Jan 2005 05:35:54 +0000 (05:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 25 Jan 2005 05:35:54 +0000 (05:35 +0000)
servers/slapd/overlays/ppolicy.c

index 11bd2ca7eebdf00ca26758296be5a596eafaffb9..f586e9f8f3822ca9eea72e0d4b6748d8e4ad57b8 100644 (file)
@@ -1802,7 +1802,7 @@ int ppolicy_init()
        }
 
        code = register_supported_control( LDAP_CONTROL_PASSWORDPOLICYREQUEST,
-               SLAP_CTRL_ADD|SLAP_CTRL_BIND|SLAP_CTRL_MODIFY, extops,
+               SLAP_CTRL_ADD|SLAP_CTRL_BIND|SLAP_CTRL_MODIFY|SLAP_CTRL_HIDE, extops,
                ppolicy_parseCtrl, &ppolicy_cid );
        if ( code != LDAP_SUCCESS ) {
                fprintf( stderr, "Failed to register control %d\n", code );