You are here

constant LDAP_AUTHENTICATION_DISABLED_FOR_BAD_CONF_MSG in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_DISABLED_FOR_BAD_CONF_MSG
  2. 7 ldap_authentication/ldap_authentication.module \LDAP_AUTHENTICATION_DISABLED_FOR_BAD_CONF_MSG
2 uses of LDAP_AUTHENTICATION_DISABLED_FOR_BAD_CONF_MSG
LdapAuthenticationConf::allowUser in ldap_authentication/LdapAuthenticationConf.class.php
Decide if a username is excluded or not.
LdapAuthenticationTestCase::testAuthenticationWhitelistTests in ldap_authentication/tests/ldap_authentication.test

File

ldap_authentication/ldap_authentication.module, line 65
This module injects itself into Drupal's Authentication stack.

Code

define('LDAP_AUTHENTICATION_DISABLED_FOR_BAD_CONF_MSG', 'The site logon is currently not working due to a configuration error.  Please see logs for additional details.');