Hide "work in progress"

This commit is contained in:
Kurt Zeilenga 2005-01-25 05:35:54 +00:00
parent 70b5d06849
commit 28b5df9a90

View 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 );