mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Hide "work in progress"
This commit is contained in:
parent
70b5d06849
commit
28b5df9a90
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user