blob: ac88fca86b60b19f772912b5d9d14595a96d101d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This file should normally be installed by your distribution into a
# directory that is included from the Kerberos configuration file (/etc/krb5.conf)
# On Fedora/RHEL/CentOS, this is /etc/krb5.conf.d/
#
# To enable the KCM credential cache, uncomment the following lines and
# enable the KCM socket and the service:
# systemctl enable sssd-kcm.socket
# systemctl start sssd-kcm.socket
# systemctl enable sssd-kcm.service
#[libdefaults]
# default_ccache_name = KCM:
|