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
> 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://
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
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