Revision: 2178
Author: olavmrk
Date: Fri Feb 12 06:46:49 2010
Log: Utilities::getAuthority: Fix bug for login-cas-ldap and
login-wayf-ldap.
http://code.google.com/p/simplesamlphp/source/detail?r=2178
Modified:
/trunk/lib/SimpleSAML/Utilities.php
=======================================
--- /trunk/lib/SimpleSAML/Utilities.php Mon Jan 11 02:31:37 2010
+++ /trunk/lib/SimpleSAML/Utilities.php Fri Feb 12 06:46:49 2010
@@ -2196,12 +2196,12 @@
$candidates = array(
'auth/login-admin.php' => 'login-admin',
'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-ldapmulti.php' => 'login-ldapmulti',
'auth/login-radius.php' => 'login-radius',
'auth/login-tlsclient.php' => 'tlsclient',
- 'auth/login-wayf-ldap' => 'login-wayf-ldap',
+ 'auth/login-wayf-ldap.php' => 'login-wayf-ldap',
'auth/login.php' => 'login',
);
if (isset($candidates[$idpmetadata['auth']])) {
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.