Skip to content
Snippets Groups Projects
Commit 42873530 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix for handling multiple bases...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1170 44740490-163a-0410-bde0-09ae8108e29a
parent 6de96f33
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ class SimpleSAML_Auth_LDAP { ...@@ -127,7 +127,7 @@ class SimpleSAML_Auth_LDAP {
return NULL; return NULL;
} else { } else {
throw new Exception('LDAP search returned zero entries: ' . $searchattr . '=' . $searchvalue . ' base(s): ' . throw new Exception('LDAP search returned zero entries: ' . $searchattr . '=' . $searchvalue . ' base(s): ' .
join(',', $searchbase)); join(',', $searchbases));
} }
} }
......
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