lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB/Combination.pm

10 lines
136 B
Perl
Raw Normal View History

2017-02-05 13:24:26 +01:00
package Lemonldap::NG::Portal::UserDB::Combination;
2017-02-28 21:53:19 +01:00
our $VERSION = '2.0.0';
2017-02-05 13:24:26 +01:00
sub new {
return $_[1]->{p}->{_authentication};
}
1;