Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-12-08 19:22:52 +0300
committerLukas Reschke <lukas@owncloud.com>2014-12-08 21:18:28 +0300
commit1b1951a64f2e0b5242d5f60e94b635ae6618d9b9 (patch)
tree368894cac9847408085ae2500b67a277a64e3d62
parenta33dcd359ae8705f9caf6e02b0e6a3149d7874d0 (diff)
add doc
-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 94be4b77e82..3ff1a9985c2 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -1084,6 +1084,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) {