You are here

constant LDAPAUTH_DEFAULT_USER_ATTR in LDAP integration 6

5 uses of LDAPAUTH_DEFAULT_USER_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:
_ldapauth_user_lookup in ./ldapauth.module
Queries LDAP server for the user.
_ldaphelp_testldap in ldaphelp/ldaphelp_status.inc
Test if the ldap settings for the specified server id work.
_ldapsync_search in ./ldapsync.module
Find all LDAP users from servers and OUs specified in ldapauth settings and create or update existing users as needed.

File

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

Code

define('LDAPAUTH_DEFAULT_USER_ATTR', variable_get('ldapauth_default_user_attr', 'uid'));