summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Connection.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-28 01:11:36 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-06-28 21:10:07 +0200
commitcc51a00c938f1c33a7dc6433954e13572fa489ae (patch)
tree044766038ff53a4b02706472e1b4e50173e02cd1 /apps/user_ldap/lib/Connection.php
parentad2ef3a81fd0dff07eaec63223829a17dd9c771f (diff)
downloadnextcloud-server-cc51a00c938f1c33a7dc6433954e13572fa489ae.tar.gz
nextcloud-server-cc51a00c938f1c33a7dc6433954e13572fa489ae.zip
lower log level for quota manipulation cases
and simplify the forest of ifs a little bit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/lib/Connection.php')
-rw-r--r--apps/user_ldap/lib/Connection.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php
index e6a01a17d25..d0b3c62f787 100644
--- a/apps/user_ldap/lib/Connection.php
+++ b/apps/user_ldap/lib/Connection.php
@@ -57,6 +57,9 @@ use OCP\ILogger;
* @property string ldapUuidGroupAttribute
* @property string ldapExpertUUIDUserAttr
* @property string ldapExpertUUIDGroupAttr
+ * @property string ldapQuotaAttribute
+ * @property string ldapQuotaDefault
+ * @property string ldapEmailAttribute
*/
class Connection extends LDAPUtility {
private $ldapConnectionRes = null;