mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Allow all common controls (namely for ppolicy)
This commit is contained in:
parent
de6dbc981e
commit
d271154ffb
@ -249,10 +249,6 @@ main( int argc, char *argv[] )
|
||||
|
||||
tool_bind( ld );
|
||||
|
||||
if ( assertion || authzid || manageDSAit || noop ) {
|
||||
tool_server_controls( ld, NULL, 0 );
|
||||
}
|
||||
|
||||
if( user != NULL || oldpw.bv_val != NULL || newpw.bv_val != NULL ) {
|
||||
/* build the password modify request data */
|
||||
ber = ber_alloc_t( LBER_USE_DER );
|
||||
|
Loading…
Reference in New Issue
Block a user