i don't really know if you understand me well because my level in english
is not very good , but i understand that if i add the OwncloudQuota
attribute in the Advanced tab in owncloud it take 24hours to get recognized
by the LDAP Server as an attribute is that what you want to say ??
Cheers

2016-04-19 13:54 GMT+02:00 Christian Rost <r...@b1-systems.de>:

> I would reccomend you configure the ldap-Connection not in source-code.
> Then we can start debuging.
>
> Your should also notice that it can take about 24 hours before UserQouta
> is synced.
>
> in apps/user_ldap/lib/user/user.php
>
> you find
>
> //TODO make interval configurable
> if((time() - intval($lastChecked)) < 86400 ) {
>         return false;
> }
>
> The 86400 seconds are 24hours.
>
> Maybe waiting 24hours will help :)
>
> Cheers
>
>   chris
>
>
>
> _______________________________________________
> Devel mailing list
> Devel@owncloud.org
> http://mailman.owncloud.org/mailman/listinfo/devel
>
>
_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to