From: Edgington, J. A. <je...@um...> - 2001-01-17 18:44:26
|
I too have the same reasoning for not using ADSI... we are mixed environment and I would prefer to keep my scripts as mobile as possible. jeff e. -----Original Message----- From: ce...@ca... [mailto:ce...@ca...] Sent: Wednesday, January 17, 2001 12:39 PM To: per...@li... Subject: Re: Changing a user password via LDAP in Active Directory I ran into the same problem last week and sidestepped it by creating my own password attribute. (Same problem with the ACL attribute). If you (or anyone) find a way to do it with Net::LDAP, please share! I'm pretty sure that you could use ADSI to access the password attribute, but I'm not sure. I didn't explore the possibility too deeply because I wanted to avoid making my code AD-specific. Embrace and extend? Grr. Corey "Edgington, Jeffrey Alan" <je...@um...>@lists.sourceforge.net on 01/15/2001 07:16:56 PM Sent by: per...@li... To: per...@li... cc: Subject: Changing a user password via LDAP in Active Directory I can change everything else about a user via Net::LDAP except the password. I haven't had much luck finding anything on the MS web site about this. If someone has successfully done this via Net::LDAP, I would greatly appreciate some guidance. Thanks. jeff e. |