Re: Strange behavoir of PasswordPolicy module

2008-09-02 Thread Graham Barr
Attached is a potential fix for this. Note that is also renames the error method for fetching the password policy error to be called pp_error. This is because there is already an error method in the Control base class which has a different purpose. A diff can also be seen at http://git.goi

Re: Strange behavoir of PasswordPolicy module

2008-09-02 Thread Clément OUDOT
> Attached is a potential fix for this. Note that is also renames the > error method for fetching the password policy error to be called > pp_error. This is because there is already an error method in the > Control base class which has a different purpose. > > A diff can also be seen at > > http://

Re: Strange behavoir of PasswordPolicy module

2008-09-02 Thread Graham Barr
On Sep 2, 2008, at 11:12 AM, Clément OUDOT wrote: Attached is a potential fix for this. Note that is also renames the error method for fetching the password policy error to be called pp_error. This is because there is already an error method in the Control base class which has a different purpos

Re: Strange behavoir of PasswordPolicy module

2008-09-02 Thread Graham Barr
Would help if I attached it :-) # Copyright (c) 2008 Chris Ridd <[EMAIL PROTECTED]>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. package Net::LDAP::Control::PasswordPolicy; use vars qw(@ISA $VERSION); use