You are here

public property LdapUserConf::$manualAccountConflict in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_user/LdapUserConf.class.php \LdapUserConf::manualAccountConflict

What to do when an ldap provisioned username conflicts with existing drupal user?

LDAP_USER_CONFLICT_LOG - log the conflict LDAP_USER_CONFLICT_RESOLVE - LDAP associate the existing drupal user

Type: int

File

ldap_user/LdapUserConf.class.php, line 108

Class

LdapUserConf

Code

public $manualAccountConflict = LDAP_USER_MANUAL_ACCT_CONFLICT_REJECT;