security.pam.krb5.enable

NixOS option

Enables Kerberos PAM modules (pam-krb5, pam-ccreds). If set, users can authenticate with their Kerberos password. This requires a valid Kerberos configuration (security.krb5.enable should be set to true). Note that the Kerberos PAM modules are not necessary when using SSS to handle Kerberos authentication.

type: boolean
Default
config.security.krb5.enable
declared in: nixos/modules/security/pam.nixView source on NixOS/nixpkgs →