diff options
Diffstat (limited to 'inc/auth/ad.class.php')
-rw-r--r-- | inc/auth/ad.class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/auth/ad.class.php b/inc/auth/ad.class.php index 8eb8b06d8..aac17f33c 100644 --- a/inc/auth/ad.class.php +++ b/inc/auth/ad.class.php @@ -178,6 +178,13 @@ class auth_ad extends auth_basic { } /** + * Most values in LDAP are case-insensitive + */ + function isCaseSensitive(){ + return false; + } + + /** * Initialize the AdLDAP library and connect to the server */ function _init(){ |