You are here

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

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

File

ldap_authentication/LdapAuthenticationConf.class.php, line 247

Class

LdapAuthenticationConf

Code

public $saveable = [
  'sids',
  'authenticationMode',
  'loginUIUsernameTxt',
  'loginUIPasswordTxt',
  'ldapUserHelpLinkUrl',
  'ldapUserHelpLinkText',
  'emailOption',
  'emailUpdate',
  'passwordOption',
  'allowOnlyIfTextInDn',
  'excludeIfTextInDn',
  'allowTestPhp',
  'excludeIfNoAuthorizations',
  'ssoRemoteUserStripDomainName',
  'ssoExcludedPaths',
  'ssoExcludedHosts',
  'seamlessLogin',
  'ssoNotifyAuthentication',
  'ldapImplementation',
  'cookieExpire',
  'emailTemplate',
  'emailTemplateHandling',
  'templateUsagePromptUser',
  'templateUsageNeverUpdate',
  'templateUsageResolveConflict',
  'templateUsagePromptRegex',
  'templateUsageRedirectOnLogin',
];