/etc/cfengine/debian-edu/cf.krb5client is in debian-edu-config 1.818+deb8u2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #
# Configure KRB5 client
#
links:
debian.installation.!standalone::
/usr/share/pam-configs/edu-nopwdchange ->! /usr/share/debian-edu-config/pam-config-nopwdchange
shellcommands:
# setup-roaming generate its own krb5.conf, no need to do it here.
debian.installation.!standalone.!roaming.!server::
"/usr/share/debian-edu-config/tools/sssd-generate-config -k > /etc/krb5.conf"
debian.installation.!standalone.secondpass::
# Activate changes to pam-configs in /etc/pam.d/
"/usr/sbin/pam-auth-update --package"
files:
debian.secondpass.!standalone::
/etc/krb5.conf mode=644 act=fixall
|