You are here

function simple_ldap_user_default_import_handler in Simple LDAP 7.2

1 string reference to 'simple_ldap_user_default_import_handler'
simple_ldap_user_simple_ldap_data_handlers in simple_ldap_user/simple_ldap_user.module
Implements HOOK_simple_ldap_data_handlers()

File

simple_ldap_user/simple_ldap_user.ldap_handlers.inc, line 3

Code

function simple_ldap_user_default_import_handler(&$edit, $info, $items, $ldap_attr, $language) {
  watchdog('SimpleLDAP', 'Cannot import: Unsupported field of type %type.', array(
    '%type',
    $info['type'],
  ), WATCHDOG_NOTICE);
}