Fix init of ::Portal::Password::AD (#2735)

This commit is contained in:
David Coutadeur 2022-03-31 09:51:17 +00:00
parent 1e26cc2e62
commit e6cdeba1ef
1 changed files with 2 additions and 3 deletions

View File

@ -18,9 +18,8 @@ our $VERSION = '2.0.10';
sub init {
my ($self) = @_;
$self->ldap
and $self->filter
and $self->Lemonldap::NG::Portal::Password::Base::init;
return ( $self->Lemonldap::NG::Portal::Password::Base::init
and $self->Lemonldap::NG::Portal::Lib::LDAP::init );
}
# Confirmation is done by Lib::Net::LDAP::userModifyPassword