summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-145/+0
| | | | Also update BUILD.txt
* update krb5 option handling to new option schemeSumit Bose2009-10-221-11/+15
|
* add krb5ccache_dir and krb5ccname_template optionSumit Bose2009-09-141-0/+141
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.