Hello,
afaik there are three options for updating ldap group / user data:
" Synchronize LDAP data with Drupal profiles:
* When user logs in. (Use when LDAP rarely changes.)
* On each page load.
* Every time user object loaded in Drupal. (May cause high LDAP traffic.)"
Is there a way to trigger a batch-update via cron in order to keep the database consistent?
Thanks,
Keep smiling
yanosz
Comments
Comment #1
mtndan commentedI too would like to know how to automatically refresh Group/Role info for all users via cron or some other action.
Comment #2
cgmonroe commentedClearing out old support requests - reopen if problem still exists in newest code
That said... There is a new module called ldapsync in the dev version.