You are here

function ldap_user_dn_default in Lightweight Directory Access Protocol (LDAP) 8.2

Return value

default value for field user->ldap_user_dn

1 string reference to 'ldap_user_dn_default'
ldap_user_user_entity_fields in ldap_user/ldap_user.install

File

ldap_user/ldap_user.module, line 1039
Module for the LDAP User Entity

Code

function ldap_user_dn_default($entity_type, $entity, $field, $instance, $langcode) {
  return NULL;
}