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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
