From: Kurt Zeilenga Date: Wed, 27 Oct 2010 01:00:47 +0000 (+0000) Subject: Allow all common controls (namely for ppolicy) X-Git-Tag: MIGRATION_CVS2GIT~443 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d271154ffb1f7859850fae172716df4dd5c59f1b;p=openldap Allow all common controls (namely for ppolicy) --- diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index d526d7677b..2d539ad621 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -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 );