summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-39/+0
| | | | Also update BUILD.txt
* Validate Kerberos credentials with local keytabSumit Bose2009-11-201-0/+2
|
* add krb5ccache_dir and krb5ccname_template optionSumit Bose2009-09-141-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.