You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User quotas are reset to "ldapQuotaDefault" when logging in to nextcloud each time.
Steps to reproduce:
Set a new quota for any user - either via $ ./occ user:setting TheUser files quota 1024Gb
or via the Web UI.
Log user out. Log user in.
Quota is now set to the value set by
./occ ldap:set-config s01 ldapQuotaDefault
Setting to be "Unlimited" does not give the user unlimited quota, but does break the updates enough that changing the quota actually persists through logout/login cycles.
The text was updated successfully, but these errors were encountered:
User quotas are reset to "ldapQuotaDefault" when logging in to nextcloud each time.
Steps to reproduce:
Set a new quota for any user - either via
$ ./occ user:setting TheUser files quota 1024Gb
or via the Web UI.
Log user out. Log user in.
Quota is now set to the value set by
./occ ldap:set-config s01 ldapQuotaDefault
Setting to be "Unlimited" does not give the user unlimited quota, but does break the updates enough that changing the quota actually persists through logout/login cycles.
The text was updated successfully, but these errors were encountered: