Re: strange behaviour of SetPassword

2009-03-21 Thread aconverse
some how I am on your email list, please remove me. thanks, - Original Message - From: "Dieter Kluenter" To: perl-ldap@perl.org Sent: Friday, March 20, 2009 2:09:19 PM GMT -05:00 US/Canada Eastern Subject: Re: strange behaviour of SetPassword Kurt Zeilenga writes:

Re: strange behaviour of SetPassword

2009-03-20 Thread Dieter Kluenter
Kurt Zeilenga writes: > On Mar 20, 2009, at 7:44 AM, Kurt Zeilenga wrote: > >> On Mar 20, 2009, at 7:36 AM, Dieter Kluenter wrote: >> >>> Hi, >>> i just test PasswordPolicy and want to modify passwords with >>> Net::LDAP::Extension::SetPassword, but when i run this script, >>> $msg->gen_password(

Re: strange behaviour of SetPassword

2009-03-20 Thread Kurt Zeilenga
On Mar 20, 2009, at 7:44 AM, Kurt Zeilenga wrote: On Mar 20, 2009, at 7:36 AM, Dieter Kluenter wrote: Hi, i just test PasswordPolicy and want to modify passwords with Net::LDAP::Extension::SetPassword, but when i run this script, $msg->gen_password() creats a random password and modifies newp

Re: strange behaviour of SetPassword

2009-03-20 Thread Kurt Zeilenga
On Mar 20, 2009, at 7:36 AM, Dieter Kluenter wrote: Hi, i just test PasswordPolicy and want to modify passwords with Net::LDAP::Extension::SetPassword, but when i run this script, $msg->gen_password() creats a random password and modifies newpassword=> with the radom generated value instead of

strange behaviour of SetPassword

2009-03-20 Thread Dieter Kluenter
Hi, i just test PasswordPolicy and want to modify passwords with Net::LDAP::Extension::SetPassword, but when i run this script, $msg->gen_password() creats a random password and modifies newpassword=> with the radom generated value instead of the defined password. Is this a bug or is my script bogu