Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make token auth and sync windows configurable | Nathaniel McCallum | 2014-12-05 | 1 | -0/+17 |
| | | | | | | | | | | | This introduces two new CLI commands: * otpconfig-show * otpconfig-mod https://fedorahosted.org/freeipa/ticket/4511 Reviewed-By: Thierry Bordaz <tbordaz@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com> | ||||
* | Move authentication configuration cache into libotp | Nathaniel McCallum | 2014-12-03 | 1 | -0/+65 |
This enables plugins to share authentication configuration cache code. Additionally, update the caching mechanism to be declarative and faster. Reviewed-By: Thierry Bordaz <tbordaz@redhat.com> |