Skip to content
Snippets Groups Projects
Unverified Commit 7d310870 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Add mapping for externalized LDAP-class

parent f3890444
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ function temporaryLoader($class)
'SimpleSAML_IdP_LogoutIFrame' => 'SimpleSAML_IdP_IFrameLogoutHandler',
'SimpleSAML_IdP_LogoutTraditional' => 'SimpleSAML_IdP_TraditionalLogoutHandler',
'SimpleSAML_Auth_Default' => 'SimpleSAML_Auth_DefaultAuth',
'SimpleSAML_Auth_LDAP' => 'SimpleSAML_Module_ldap_Auth_Ldap',
];
if (array_key_exists($class, $renamed)) {
// the class has been renamed, try to load it and create an alias
......
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