summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-12-08 17:22:52 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-12-08 17:22:52 +0100
commit0577bb569ab3d6b35f36e3ef59c21587125ebc88 (patch)
tree225a8d13786082937a7a4a544aaca905e31003d2 /apps/user_ldap/lib
parent45443ee28cb0695a99d1d367baee9433d3420914 (diff)
downloadnextcloud-server-0577bb569ab3d6b35f36e3ef59c21587125ebc88.tar.gz
nextcloud-server-0577bb569ab3d6b35f36e3ef59c21587125ebc88.zip
add doc
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/access.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index 1adb25690d0..76747be70cf 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -1085,6 +1085,7 @@ class Access extends LDAPUtility implements user\IUserTools {
/**
* escapes (user provided) parts for LDAP filter
* @param string $input, the provided value
+ * @param bool $allowAsterisk wether in * at the beginning should be preserved
* @return string the escaped string
*/
public function escapeFilterPart($input, $allowAsterisk = false) {