You are here

public property LdapAuthenticationConf::$authenticationMode in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::authenticationMode
  2. 7 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::authenticationMode

Choice of authentication modes

LDAP_AUTHENTICATION_MODE_DEFAULT (LDAP_AUTHENTICATION_MIXED) LDAP_AUTHENTICATION_MIXED - signifies both LDAP and Drupal authentication are allowed Drupal authentication is attempted first. LDAP_AUTHENTICATION_EXCLUSIVE - signifies only LDAP authenication is allowed

Type: integer

File

ldap_authentication/LdapAuthenticationConf.class.php, line 56

Class

LdapAuthenticationConf

Code

public $authenticationMode = LDAP_AUTHENTICATION_MODE_DEFAULT;