You are here

constant LDAPAUTH_LOGIN_CONFLICT in LDAP integration 6

4 uses of LDAPAUTH_LOGIN_CONFLICT
ldapauth_admin_settings in ./ldapauth.admin.inc
Implements the settings page.
ldapauth_authenticate in ./ldapauth.module
Main user authentication function. Called by form validator.
ldaphelp_get_ldapauth in ldaphelp/ldaphelp_status.inc
Create a readable version of the common LDAPAuth settings
_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

./ldapauth.module, line 33
ldapauth provides authentication against ldap server.

Code

define('LDAPAUTH_LOGIN_CONFLICT', variable_get('ldapauth_login_conflict', LDAPAUTH_CONFLICT_LOG));