Sub getDisplayType must be in the module to work with AuthChoice (#623)

This commit is contained in:
Clément Oudot 2013-10-14 13:10:22 +00:00
parent 954a9fe5d5
commit b8d4429843

View File

@ -24,6 +24,8 @@ BEGIN {
};
}
*getDisplayType = *Lemonldap::NG::Portal::AuthSSL::getDisplayType;
## @apmethod int authInit()
# @return Lemonldap::NG::Portal constant
sub authInit {
@ -90,6 +92,7 @@ sub extractFormInfo {
# 6. OK, access granted
return PE_OK;
}
1;
__END__