You are here

function _simple_ldap_user_tid_value in Simple LDAP 7.2

1 string reference to '_simple_ldap_user_tid_value'
simple_ldap_user_translate_term_ldap_to_drupal in simple_ldap_user/simple_ldap_user.ldap_handlers.inc
Map the value(s) in the LDAP attr to one or more TIDs. This will *NOT* create new Terms if they are not present, and this funciton does not understand the term's heirarchy. If the term's name is ambiguous, the one selected depends on the…

File

simple_ldap_user/simple_ldap_user.ldap_handlers.inc, line 175

Code

function _simple_ldap_user_tid_value($val) {
  return $val['tid'];
}