You are here

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

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

Password handling option LDAP_AUTHENTICATION_PASSWORD_FIELD_SHOW -- show field disabled on user forms LDAP_AUTHENTICATION_PASSWORD_FIELD_HIDE (default) -- disable password on user forms LDAP_AUTHENTICATION_PASSWORD_FIELD_ALLOW -- allow editing of password on user forms

Type: int

File

ldap_authentication/LdapAuthenticationConf.class.php, line 120

Class

LdapAuthenticationConf

Code

public $passwordOption = LDAP_AUTHENTICATION_PASSWORD_FIELD_DEFAULT;