in reply to Change Password on AD via Perl/LDAPS/Convert::BER
Also, I've tended to fetch an entry, call its replace/add methods and then update() it, but that should just fall through to this method...$ldaps->modify(dn => $tempDN, changes => [ replace =>[unicodePwd => $pw]]);
|
---|