Net::LDAP::Extra::AD(3) | User Contributed Perl Documentation | Net::LDAP::Extra::AD(3) |
Net::LDAP::Extra::AD -- AD convenience methods
use Net::LDAP::Extra qw(AD); $ldap = Net::LDAP->new( ... ); ... if ($ldap->is_AD || $ldap->is_ADAM) { $ldap->change_ADpassword($dn, $old_password, $new_password); }
Net::LDAP::Extra::AD tries to spare users the necessity to reinvent the wheel again and again in order to correctly encode password strings so that they can be used in AD password change operations.
To do so, it provides the following methods:
As the check is done by querying the root DSE of the directory, it works without being bound to the directory.
As the check is done by querying the root DSE of the directory, it works without being bound to the directory.
This method requires encrypted connections.
For this method to work, the caller needs to be bound to AD with sufficient permissions, and the connection needs to be encrypted.
Peter Marschall <peter@adpm.de<gt>
Copyright (c) 2012 Peter Marschall. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2019-04-16 | perl v5.34.0 |