RE: How To Set AD Password

2010-01-05 Thread Sheahan, John
From: Young, Darren [mailto:darren.yo...@chicagobooth.edu] Sent: Monday, January 04, 2010 11:01 AM To: Sheahan, John; perl-ldap@perl.org Subject: RE: How To Set AD Password AD won't allow a user password to be set over a non-ssl LDAP connection. Get a "real" cert from a third party for the

RE: How To Set AD Password

2010-01-04 Thread Young, Darren
AD won't allow a user password to be set over a non-ssl LDAP connection. Get a "real" cert from a third party for the DC or go self-signed. I'll try to attach my entire AD support module to this, not sure if the list will allow attachments though. If you want it directly, let me know. Here's my w

RE: How To Set AD Password

2010-01-04 Thread Sheahan, John
thanks alot Darren -Original Message- From: Young, Darren [mailto:darren.yo...@chicagobooth.edu] Sent: Monday, January 04, 2010 11:01 AM To: Sheahan, John; perl-ldap@perl.org Subject: RE: How To Set AD Password AD won't allow a user password to be set over a non-ssl LDAP connection

Re: [Net::LDAP] Re: How To Set AD Password

2010-01-01 Thread Peter Karman
Christopher A Bongaarts wrote on 12/31/09 1:44 PM: In the immortal words of Sheahan, John: My script is successfully creating AD and Exchange accounts but I'm having trouble setting the password. I am setting these attributes: 'userPassword' => 'password',

Re: How To Set AD Password

2009-12-31 Thread Christopher A Bongaarts
In the immortal words of Sheahan, John: > My script is successfully creating AD and Exchange accounts but I'm having > trouble setting the password. > > I am setting these attributes: > > 'userPassword' => 'password', > 'userAc