Skip to content
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

Randomly resizing to default quota #6933

Closed
summerm78 opened this issue Oct 24, 2017 · 5 comments
Closed

Randomly resizing to default quota #6933

summerm78 opened this issue Oct 24, 2017 · 5 comments

Comments

@summerm78
Copy link

summerm78 commented Oct 24, 2017

It is the same bug as in owncloud: owncloud/core#28380

Steps to reproduce

  1. Its randomly, so we do not have a step to reproduce

Expected behaviour

Quota should not be overwriten with the default quota

Actual behaviour

Randomly manual set quotas were overwritten with the default quota

Server configuration

Operating system:
RHEL 7.4

Web server:
Apache 2.4.25-9.el7

Database:
mariadb-5.5.56-2.el7

PHP version:
rh-php70-2.3-1.el7

Nextcloud version: (see Nextcloud admin page)
12.0.3

Updated from an older Nextcloud/ownCloud or fresh install:
From owncloud 9.1

Where did you install Nextcloud from:
From the offical download site

Signing status:

Signing status
No errors have been found.

Nextcloud configuration:

Config report
    "system": {
        "instanceid": "ocysa7oopx29",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "xx.yy.com",
            "hostname-fqdn"
        ],
        "datadirectory": "\/data\/owncloud\/",
        "overwrite.cli.url": "https:\/\/xx.yz.com",
        "dbtype": "mysql",
        "version": "12.0.3.3",
        "dbname": "owncloud",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "ldapIgnoreNamingRules": false,
        "mail_smtpmode": "php",
        "mail_from_address": "noreply",
        "mail_domain": "xyz.com",
        "maintenance": false,
        "loglevel": 0,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "proxy": "xyz:8080"
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
local

Are you using encryption: yes/no
no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
ActiveDirectory

LDAP configuration (delete this part if not used)

LDAP config
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| Configuration                 | s01                                                                                                                                   |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| hasMemberOfFilterSupport      | 1                                                                                                                                     |
| hasPagedResultSupport         |                                                                                                                                       |
| homeFolderNamingRule          |                                                                                                                                       |
| lastJpegPhotoLookup           | 0                                                                                                                                     |
| ldapAgentName                 | CN=LDAP_USER,OU=ServiceAccounts,OU=Prod,DC=xxx,DC=yyy,DC=zz                                                                      |
| ldapAgentPassword             | ***                                                                                                                                   |
| ldapAttributesForGroupSearch  |                                                                                                                                       |
| ldapAttributesForUserSearch   |                                                                                                                                       |
| ldapBackupHost                |                                                                                                                                       |
| ldapBackupPort                |                                                                                                                                       |
| ldapBase                      | OU=Prod,DC=xxx,DC=yyy,DC=zz                                                                                                       |
| ldapBaseGroups                | OU=Prod,DC=xxx,DC=yyy,DC=zz                                                                                                       |
| ldapBaseUsers                 | OU=Prod,DC=xxx,DC=yyy,DC=zz                                                                                                       |
| ldapCacheTTL                  | 600                                                                                                                                   |
| ldapConfigurationActive       | 1                                                                                                                                     |
| ldapDefaultPPolicyDN          |                                                                                                                                       |
| ldapDynamicGroupMemberURL     |                                                                                                                                       |
| ldapEmailAttribute            | mail                                                                                                                                  |
| ldapExperiencedAdmin          | 0                                                                                                                                     |
| ldapExpertUUIDGroupAttr       |                                                                                                                                       |
| ldapExpertUUIDUserAttr        |                                                                                                                                       |
| ldapExpertUsernameAttr        |                                                                                                                                       |
| ldapGidNumber                 | gidNumber                                                                                                                             |
| ldapGroupDisplayName          | cn                                                                                                                                    |
| ldapGroupFilter               | (&(|(objectclass=group))(name=OC*))                                                                                                   |
| ldapGroupFilterGroups         |                                                                                                                                       |
| ldapGroupFilterMode           | 1                                                                                                                                     |
| ldapGroupFilterObjectclass    | top                                                                                                                                   |
| ldapGroupMemberAssocAttr      | member                                                                                                                                |
| ldapHost                      | ldaps://xxx.yyy.zz                                                                                                 |
| ldapIgnoreNamingRules         |                                                                                                                                       |
| ldapLoginFilter               | samaccountname=%uid                                                                                                                   |
| ldapLoginFilterAttributes     |                                                                                                                                       |
| ldapLoginFilterEmail          | 0                                                                                                                                     |
| ldapLoginFilterMode           | 1                                                                                                                                     |
| ldapLoginFilterUsername       | 1                                                                                                                                     |
| ldapNestedGroups              | 1                                                                                                                                     |
| ldapOverrideMainServer        |                                                                                                                                       |
| ldapPagingSize                | 500                                                                                                                                   |
| ldapPort                      | 636                                                                                                                                   |
| ldapQuotaAttribute            |                                                                                                                                       |
| ldapQuotaDefault              |                                                                                                                                       |
| ldapTLS                       | 0                                                                                                                                     |
| ldapUserDisplayName           | displayname                                                                                                                           |
| ldapUserDisplayName2          |                                                                                                                                       |
| ldapUserFilter                | (&(objectCategory=Person)(sAMAccountName=*)(memberOf:1.2.840.113556.1.4.1941:=CN=OC_Users,OU=Groups,OU=Prod,DC=xxx,DC=yyyy,DC=zz)) |
| ldapUserFilterGroups          |                                                                                                                                       |
| ldapUserFilterMode            | 1                                                                                                                                     |
| ldapUserFilterObjectclass     |                                                                                                                                       |
| ldapUuidGroupAttribute        | auto                                                                                                                                  |
| ldapUuidUserAttribute         | auto                                                                                                                                  |
| turnOffCertCheck              | 0                                                                                                                                     |
| turnOnPasswordChange          | 0                                                                                                                                     |
| useMemberOfToDetectMembership | 1                                                                                                                                     |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+

Client configuration

Browser:
Opera/Chrome/Firefox
Operating system:
Windows 10/ Mac OS

@MorrisJobke
Copy link
Member

@summerm78 Could it be that bug: #6677 cc @nextcloud/ldap

@summerm78
Copy link
Author

@MorrisJobke it seems to be the same bug.

@MorrisJobke
Copy link
Member

Then I would close this and ask you to wait for 12.0.4. If it is still a problem then, we could look at it again.

Thanks

@summerm78
Copy link
Author

Ok. When will 12.0.4 be available? We have about 300 users useing our nextcloud installation.

@MorrisJobke
Copy link
Member

Ok. When will 12.0.4 be available? We have about 300 users useing our nextcloud installation.

I guess in a few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants