summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_opts.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-01Primary server support: new options in krb5 providerJan Zeleny1-0/+2
This patch adds support for new config options krb5_backup_server and krb5_backup_kpasswd. The description of this option's functionality is included in man page in one of previous patches.
2012-06-14Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek1-2/+2
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek1-2/+2
https://fedorahosted.org/sssd/ticket/974
2012-03-28Add terminator for dp_optionStephen Gallagher1-1/+2
2012-03-28Put dp_option maps in their own fileStephen Gallagher1-0/+46
There is no functional change due to this patch.