diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-11-15 15:17:25 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-11-15 15:17:25 +0100 |
commit | e259aa7939e5d3cd704351d4d53d1d1497217a11 (patch) | |
tree | 7ea32b1ec14a252f21c4980fd263e0ed67726f1f /inc/auth/ldap.class.php | |
parent | 7917b6f2f2768c559c2b891f5c0077afe3eeef69 (diff) | |
download | rpg-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/ldap.class.php')
-rw-r--r-- | inc/auth/ldap.class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/auth/ldap.class.php b/inc/auth/ldap.class.php index 8eb797a11..c51924135 100644 --- a/inc/auth/ldap.class.php +++ b/inc/auth/ldap.class.php @@ -248,6 +248,13 @@ class auth_ldap extends auth_basic { } /** + * Most values in LDAP are case-insensitive + */ + function isCaseSensitive(){ + return false; + } + + /** * Make LDAP filter strings. * * Used by auth_getUserData to make the filter |