summaryrefslogtreecommitdiffstats
path: root/ipapython/kernel_keyring.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow kernel keyring CCACHE when supportedMartin Kosek2013-12-091-0/+17
| | | | | | | Server and client installer should allow kernel keyring ccache when supported. https://fedorahosted.org/freeipa/ticket/4013
* Store session cookie in ccache for cli usersRob Crittenden2012-06-141-0/+102
Try to use the URI /ipa/session/xml if there is a key in the kernel keyring. If there is no cookie or it turns out to be invalid (expired, whatever) then use the standard URI /ipa/xml. This in turn will create a session that the user can then use later. https://fedorahosted.org/freeipa/ticket/2331