You are here

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

Email default handling option.

This affects how email addresses that are empty are handled by the authentication process.

LDAP_AUTHENTICATION_EMAIL_TEMPLATE_NONE -- leaves the email empty LDAP_AUTHENTICATION_EMAIL_TEMPLATE_IF_EMPTY (default) -- if the email is empty, it will be replaced LDAP_AUTHENTICATION_EMAIL_TEMPLATE_ALWAYS -- always use the template

Type: int

File

ldap_authentication/LdapAuthenticationConf.class.php, line 128

Class

LdapAuthenticationConf

Code

public $emailTemplateHandling = LDAP_AUTHENTICATION_EMAIL_TEMPLATE_DEFAULT;