summaryrefslogtreecommitdiff
path: root/inc/auth/ad.class.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-11-15 15:17:25 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-11-15 15:17:25 +0100
commite259aa7939e5d3cd704351d4d53d1d1497217a11 (patch)
tree7ea32b1ec14a252f21c4980fd263e0ed67726f1f /inc/auth/ad.class.php
parent7917b6f2f2768c559c2b891f5c0077afe3eeef69 (diff)
downloadrpg-e259aa7939e5d3cd704351d4d53d1d1497217a11.tar.gz
rpg-e259aa7939e5d3cd704351d4d53d1d1497217a11.tar.bz2
Added isCaseSensitive() to auth backends FS#1657
Ignore-this: 3591e5a36126c72bd9b931e4aa832da8 darcs-hash:20091115141725-7ad00-7c2fc662d1999731660673d05299c4f357b797b3.gz
Diffstat (limited to 'inc/auth/ad.class.php')
-rw-r--r--inc/auth/ad.class.php7
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(){