Hi,

well I understand that your problem is, that owncloud does not fetch the
quota from your LDAP-Server.

Hope this is correct so far.

No, I meant that it may take up to 24 hours after configuring the quota
attribute in ownCloud you ownCloud Server will fetch the data from LDAP.

Ok -lets start over.
First of all you have to ensure, that the attribute you configured in
the advaced tab is also available in your openLDAP Server. You also have
to ensure, that every user has configured a value for this attribute.
(or the default quota will be used)

You can check this with the ldapsearch command or use an ldap-GUI-Browser.

After that you can modify the

if((time() - intval($lastChecked)) < 86400 ) {
        return false;
}

and change 86400 to 10 (just for testing)

Then let's see :)

cheers
  chris


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to