You are here

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

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

File

ldap_authentication/LdapAuthenticationConf.class.php, line 173

Class

LdapAuthenticationConf

Code

public $saveable = array(
  'sids',
  'authenticationMode',
  'loginUIUsernameTxt',
  'loginUIPasswordTxt',
  'ldapUserHelpLinkUrl',
  'ldapUserHelpLinkText',
  'emailOption',
  'emailUpdate',
  'passwordOption',
  'allowOnlyIfTextInDn',
  'excludeIfTextInDn',
  'allowTestPhp',
  'excludeIfNoAuthorizations',
  'ssoRemoteUserStripDomainName',
  'ssoExcludedPaths',
  'ssoExcludedHosts',
  'seamlessLogin',
  'ldapImplementation',
  'cookieExpire',
);