From 006b89daf7868db73e9a046a3804e8e60345ab4c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 23 Aug 2012 13:55:54 +0200 Subject: lowercase groups --- inc/auth/ad.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/auth/ad.class.php b/inc/auth/ad.class.php index 7919c71ac..f535556a8 100644 --- a/inc/auth/ad.class.php +++ b/inc/auth/ad.class.php @@ -257,6 +257,7 @@ class auth_ad extends auth_basic { $group = str_replace('\\', '', $group); $group = str_replace('#', '', $group); $group = preg_replace('[\s]', '_', $group); + $group = utf8_strtolower(trim($group)); return $group; } -- cgit v1.2.3