Skip to content

Commit b717307

Browse files
authored
Fix class name
1 parent e5bf734 commit b717307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Auth/Process/BaseFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function __construct(array &$config, $reserved)
128128

129129
// Make sure it is an ldap source
130130
// TODO: Support ldap:LDAPMulti, if possible
131-
if (@$authsource[0] != 'ldap:LDAP') {
131+
if (@$authsource[0] != 'ldap:Ldap') {
132132
throw new \SimpleSAML\Error\Exception(
133133
$this->title . 'Authsource [' . $config['authsource'] .
134134
'] specified in filter parameters is not an ldap:LDAP type'

0 commit comments

Comments
 (0)