This commit is contained in:
Arthur Schiwon 2014-12-08 17:22:52 +01:00
parent 45443ee28c
commit 0577bb569a
1 changed files with 1 additions and 0 deletions

View File

@ -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) {