-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add quota related tests for LDAP users #368
Comments
11 tasks
See owncloud/core#34467 for a proposed core change that should make this "quota overriding" work. |
|
52 tasks
quota overrides tested in #412 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#343 added tests for various user attributes for ldap users usning occ, API and webui.
But there are no tests for changing quota of a LDAP user.
Add tests for checking what can/cannot happen with respect to modifying quota of LDAP users using
Consider the admin changing quota locally in ownCloud, then sync the user and check that the local "override" of quota is still in effect. LDAP should always have authority. see owncloud/core#32731 (comment)
if we agree on this we can raise a new ticket to make the necessary changes for blocking input for all these fields in the users page, provisioning API and occ commands.
Work out how to "reset" the local override so that the quota from LDAP is used again - test that.
The text was updated successfully, but these errors were encountered: