function ldap_user_provisioned_sid_default in Lightweight Directory Access Protocol (LDAP) 8.2
Return value
default value for field user->ldap_user_provisioned_sid
1 string reference to 'ldap_user_provisioned_sid_default'
- ldap_user_user_entity_fields in ldap_user/
ldap_user.install
File
- ldap_user/
ldap_user.module, line 1020 - Module for the LDAP User Entity
Code
function ldap_user_provisioned_sid_default($entity_type, $entity, $field, $instance, $langcode) {
return NULL;
}