You are here

ldap_authentication.inc in Lightweight Directory Access Protocol (LDAP) 7

File

ldap_authorization/tests/DeriveFromAttr/ldap_authentication.inc
View source
<?php

// $Id$

/**
 * @file
 * simpltest authentication config
 */
$authentication = array(
  'authenticationMode' => LDAP_AUTHENTICATION_EXCLUSIVE,
  'loginConflictResolve' => LDAP_AUTHENTICATION_CONFLICT_LOG,
  'acctCreation' => LDAP_AUTHENTICATION_ACCT_CREATION_LDAP_BEHAVIOR,
  'ldapUserHelpLinkUrl' => '',
  'ldapUserHelpLinkText' => '',
  'emailOption' => LDAP_AUTHENTICATION_EMAIL_FIELD_DISABLE,
  'emailUpdate' => LDAP_AUTHENTICATION_EMAIL_UPDATE_ON_LDAP_CHANGE_DISABLE,
  'allowOnlyIfTextInDn' => NULL,
  'excludeIfTextInDn' => NULL,
  'allowTestPhp' => NULL,
);