function ldap_user_update_7202 in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/ldap_user.install \ldap_user_update_7202()
attach ldap_user_last_checked field to user entity to track reconciliation of ldap and drupal accounts
File
- ldap_user/
ldap_user.install, line 446 - Install, update and uninstall functions for the LDAP User module.
Code
function ldap_user_update_7202() {
return t('ldap_user_last_checked field added to user entity.');
}