summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_delayed_online_authentication.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-26Add support for delayed kinit if offlineSumit Bose1-0/+354
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.