summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-20Validate Kerberos credentials with local keytabSumit Bose1-0/+2
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-0/+37
The configuration options krb5ccache_dir and krb5ccname_template are added to the Kerberos provider to create the user's credential caches the same way as pam_krb5 does. Due to the design of the sssd and the supported ccache types of MIT Kerberos only files are allowed.