in reply to
Re: NET::LDAP disable AD user
in thread
NET::LDAP disable AD user
my $res = $ldap->modify ( $aduser, replace => { 'userAccountControl'=>514 } );
Comment on
Re^2: NET::LDAP disable AD user
Download
Code
In Section
Seekers of Perl Wisdom