Skip to content
Snippets Groups Projects
Commit c58974de authored by Olav Morken's avatar Olav Morken
Browse files

Utilities::getAuthority: Fix bug for login-cas-ldap and login-wayf-ldap.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2178 44740490-163a-0410-bde0-09ae8108e29a
parent ee23e9c6
No related branches found
No related tags found
No related merge requests found
...@@ -2196,12 +2196,12 @@ class SimpleSAML_Utilities { ...@@ -2196,12 +2196,12 @@ class SimpleSAML_Utilities {
$candidates = array( $candidates = array(
'auth/login-admin.php' => 'login-admin', 'auth/login-admin.php' => 'login-admin',
'auth/login-auto.php' => 'login-auto', 'auth/login-auto.php' => 'login-auto',
'auth/login-cas-ldap' => 'login-cas-ldap', 'auth/login-cas-ldap.php' => 'login-cas-ldap',
'auth/login-feide.php' => 'login-feide', 'auth/login-feide.php' => 'login-feide',
'auth/login-ldapmulti.php' => 'login-ldapmulti', 'auth/login-ldapmulti.php' => 'login-ldapmulti',
'auth/login-radius.php' => 'login-radius', 'auth/login-radius.php' => 'login-radius',
'auth/login-tlsclient.php' => 'tlsclient', 'auth/login-tlsclient.php' => 'tlsclient',
'auth/login-wayf-ldap' => 'login-wayf-ldap', 'auth/login-wayf-ldap.php' => 'login-wayf-ldap',
'auth/login.php' => 'login', 'auth/login.php' => 'login',
); );
if (isset($candidates[$idpmetadata['auth']])) { if (isset($candidates[$idpmetadata['auth']])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment