From e9320204448c0a71c39f8b539453bb9eae68d3a6 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 29 Dec 2017 22:19:54 +0100
Subject: [PATCH] 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 3c193177d..9b2e32757 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->getGroupsActiveDirecory($attributes);
+                $groups = $this->getGroupsActiveDirecyory($attributes);
                 break;
             case 'OPENLDAP':
                 $groups = $this->getGroupsOpenLdap($attributes);
-- 
GitLab