From: Quanah Gibson-Mount Date: Sun, 12 Dec 2010 03:30:49 +0000 (+0000) Subject: Allow all common controls (namely for ppolicy) X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~243 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=686ab279bd5b9198a113e84a463eec26ffc6e17f;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 );