You are here

constant LDAPAUTH_DEFAULT_MAIL_ATTR in LDAP integration 6

2 uses of LDAPAUTH_DEFAULT_MAIL_ATTR
ldapauth_admin_form in ./ldapauth.admin.inc
Implements the LDAP server edit page.
ldapauth_drupal_user_create in includes/ldap.core.inc
Create a new Drupal user from an LDAP user entry with checks to ensure that:

File

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

Code

define('LDAPAUTH_DEFAULT_MAIL_ATTR', variable_get('ldapauth_default_mail_attr', 'mail'));