Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make an ipa-tests package | Petr Viktorin | 2013-06-17 | 1 | -147/+0 |
| | | | | | | | Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654 | ||||
* | Store session cookie in ccache for cli users | Rob Crittenden | 2012-06-14 | 1 | -0/+147 |
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 |