public property LdapUserConf::$manualAccountConflict in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.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 97
Class
Code
public $manualAccountConflict = LDAP_USER_MANUAL_ACCT_CONFLICT_REJECT;