summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_delayed_online_authentication.c
Commit message (Collapse)AuthorAgeFilesLines
* Change pam data auth tokens.Simo Sorce2013-01-101-18/+32
| | | | Use the new authtok abstraction and interfaces throught the code.
* Set more strict permissions on keyringSimo Sorce2011-11-221-1/+1
| | | | | We want to confine access to the keyring to the current process and not let root easily peek into the keyring contents.
* Add support for delayed kinit if offlineSumit Bose2010-05-261-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.