You are here

function ldap_user_update_7202 in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.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 442
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.');
}