Differences between version 16 and revision by previous author of ActiveDirectoryAuthenticationNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 16 | Last edited on Monday, January 23, 2006 10:28:48 pm | by ChristopherHahn | Revert |
Older page: | version 15 | Last edited on Wednesday, July 6, 2005 10:43:33 am | by GreigMcGill | Revert |
@@ -75,8 +75,12 @@
The following was posted to the NT BugTraq list (don't ask), and I thought it may be appropriate.
Here is the code I use to change a password in Active Directory. It
uses the perl-ldap module from http://perl-ldap.sourceforge.net/
+
+Ther perl-ldap FAQ provides examples of Active Directory password resets, and normal LDAP password resets:
+[http://search.cpan.org/~gbarr/perl-ldap/lib/Net/LDAP/FAQ.pod]
+(or perldoc Net::LDAP::FAQ )
It is part of a bigger program that we use to synchronize our LDAP to
Active Directory. (one way synchronization from LDAP to AD, except
for passwords which are two-way) I have reduced it down to a simple