From 6f0e39a9e2fc2ba8202dcd4370a2a6228e9cd26b Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 29 Dec 2017 22:41:28 +0100 Subject: [PATCH] Another typo --- modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php b/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php index 9b2e32757..c263db0e6 100644 --- a/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php +++ b/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php @@ -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); -- GitLab