You are here

constant LDAPSYNC_LOGIN_CONFLICT in LDAP integration 6

1 use of LDAPSYNC_LOGIN_CONFLICT
_ldapsync_process_entry in ./ldapsync.module
Take an ldap object entry and determine if there is an existing account or a new account needs to be created.

File

./ldapsync.module, line 14
ldapsync keeps LDAP and Drupal user lists synchronized.

Code

define('LDAPSYNC_LOGIN_CONFLICT', variable_get('ldapsync_login_conflict', LDAPSYNC_CONFLICT_FOLLOW_LDAPAUTH));