diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2018-06-28 23:06:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 23:06:23 +0200 |
commit | 28e64afb8cb52c64e80e98416f877879889ab42f (patch) | |
tree | 8ac30c9f4b0df269d604eea9e4eaaaa4f0588aba /apps/user_ldap/lib/Connection.php | |
parent | 9ad0e61df6ca1d4678e534275d5c9e4586459a7c (diff) | |
parent | cc51a00c938f1c33a7dc6433954e13572fa489ae (diff) | |
download | nextcloud-server-28e64afb8cb52c64e80e98416f877879889ab42f.tar.gz nextcloud-server-28e64afb8cb52c64e80e98416f877879889ab42f.zip |
Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgs
lower log level for quota manipulation cases
Diffstat (limited to 'apps/user_ldap/lib/Connection.php')
-rw-r--r-- | apps/user_ldap/lib/Connection.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 6140aa297b4..977b7c54425 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; |