You are here

public property LdapAuthenticationConf::$templateUsagePromptRegex in Lightweight Directory Access Protocol (LDAP) 7.2

A PCRE regular expression (minus the delimiter and flags) that will be used if $templateUsagePromptUser is set to true to determine if the email address is a fake one or not.

By allowing this to be customized, we let the administrators handle older patterns should they decide to change the existing one, as well as avoiding the complexity of determining a proper regex from the template.

Type: string

File

ldap_authentication/LdapAuthenticationConf.class.php, line 172

Class

LdapAuthenticationConf

Code

public $templateUsagePromptRegex = LDAP_AUTHENTICATION_DEFAULT_TEMPLATE_REGEX;