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

Another typo

parent 26d2a960
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ class sspmod_ldap_Auth_Process_AttributeAddUsersGroups extends sspmod_ldap_Auth_
// If any attributes are needed, prepare them before calling search method
switch ($this->product) {
case 'ACTIVEDIRECTORY':
$groups = $this->getGroupsActiveDirecyory($attributes);
$groups = $this->getGroupsActiveDirectory($attributes);
break;
case 'OPENLDAP':
$groups = $this->getGroupsOpenLdap($attributes);
......
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