You are here

function cas_ldap_token_values in CAS Attributes 6.3

Implements hook_token_values().

File

./cas_ldap.module, line 38
Allows user account and profile attributes to be automatically populated using tokens. Provides basic tokens for attributes returned by an LDAP server.

Code

function cas_ldap_token_values($type, $object = NULL) {
  module_load_include('tokens.inc', 'cas_ldap');
  return _cas_ldap_token_values($type, $object);
}