diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-12-07 17:49:33 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-12-07 17:49:33 +0100 |
commit | 991190b9946442c685d5d58530fe602e008f9a4b (patch) | |
tree | b1e5ca9c730e25ef23f5f24d90dbc13537396cfa /apps/user_ldap/lib/Helper.php | |
parent | 7d529c081a5b379b7058d194970dc79c3b49357f (diff) | |
download | nextcloud-server-991190b9946442c685d5d58530fe602e008f9a4b.tar.gz nextcloud-server-991190b9946442c685d5d58530fe602e008f9a4b.zip |
ensure that users are cached when they are retrieved
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/lib/Helper.php')
-rw-r--r-- | apps/user_ldap/lib/Helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Helper.php b/apps/user_ldap/lib/Helper.php index a433ea8e4a7..3157a7ab09d 100644 --- a/apps/user_ldap/lib/Helper.php +++ b/apps/user_ldap/lib/Helper.php @@ -229,7 +229,7 @@ class Helper { /** * sanitizes a DN received from the LDAP server * @param array $dn the DN in question - * @return array the sanitized DN + * @return array|string the sanitized DN */ public function sanitizeDN($dn) { //treating multiple base DNs |