mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#9285 don't hide ppolicy control
This commit is contained in:
parent
bdc9dbc511
commit
4fab675560
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue