chromium/components/policy/resources/templates/policy_definitions/Kerberos/KerberosRememberPasswordEnabled.yaml

caption: Enable 'Remember password' feature for Kerberos
default: true
desc: |-
  Controls whether the 'Remember password' feature is enabled in the Kerberos authentication dialog. Passwords are stored encrypted on disk, only accessible to the Kerberos system daemon and during a user session.

  If this policy is enabled or not set, users can decide whether Kerberos passwords are remembered, so that they do not have to be entered again. Kerberos tickets are automatically fetched unless additional authentication is required (two-factor authentication).

  If this policy is disabled, passwords are never remembered and all previously stored passwords are removed. Users have to enter their password every time they need to authenticate with the Kerberos system. Depending on server settings, this usually happens between every 8 hours to several months.
example_value: true
features:
  dynamic_refresh: true
  per_profile: false
items:
- caption: Allow users to remember Kerberos passwords
  value: true
- caption: Do not allow users to remember Kerberos passwords
  value: false
owners:
- [email protected]
- file://chrome/browser/ash/kerberos/OWNERS
schema:
  type: boolean
supported_on:
- chrome_os:87-
tags:
- website-sharing
type: main