Add SSL and Apache in authentication choices (#19)

This commit is contained in:
Clément Oudot 2010-09-03 16:02:10 +00:00
parent d00f68a54b
commit 09b06fecbf

View File

@ -256,7 +256,7 @@ sub new {
my $displayType = {
'standardform' => [qw(LDAP DBI)],
'openidform' => [qw(OpenID)],
'logo' => [qw(CAS Twitter SAML)],
'logo' => [qw(CAS Twitter SAML SSL Apache)],
};
if ( $auth and $userDB and $passwordDB ) {