Add Slave in Choice (#222)

This commit is contained in:
Clément Oudot 2011-07-01 09:44:58 +00:00
parent 9841f71582
commit 897fcc00da

View File

@ -193,7 +193,7 @@ sub _buildAuthLoop {
'standardform' => [qw(LDAP DBI Proxy)], 'standardform' => [qw(LDAP DBI Proxy)],
'openidform' => [qw(OpenID)], 'openidform' => [qw(OpenID)],
'yubikeyform' => [qw(Yubikey)], 'yubikeyform' => [qw(Yubikey)],
'logo' => [qw(CAS Twitter SAML SSL Apache Remote)], 'logo' => [qw(CAS Twitter SAML SSL Apache Remote Slave)],
}; };
if ( $auth and $userDB and $passwordDB ) { if ( $auth and $userDB and $passwordDB ) {