mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
Allow all common controls (namely for ppolicy)
This commit is contained in:
parent
de6dbc981e
commit
d271154ffb
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue