Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give more user feedback around keytab issues | Simo Sorce | 2014-05-07 | 1 | -0/+16 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add IPA helper for server install | Simo Sorce | 2014-05-01 | 1 | -0/+170 |
| | | | | | | | | | | | The IPa helper chcks a krb keytab is available for the local HTTPD service at the standard ipa location, and if not available, tries to register the sevice and retrieve one from the IPA server. At the end of the process forces the activation of the krb plugin as well as the fallback to pam for authentication. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add Environment Helpers installer framework | Simo Sorce | 2014-05-01 | 2 | -0/+27 |
Environment helpers are meta-plugins that allow to set ipsilon in well defined environments. For example when ipsilon is install in a FreeIPA or AD domains and authentication methods, cetificate, keytabs etc, can be pre-configured and deployed at the same time the server is installed with minimal effort and wellknown methods. These are run before any of the other plugins as they can chage the configuration option for any of the plugins, enable or disable plugins, or pre-configure some elements. Signed-off-by: Simo Sorce <simo@redhat.com> |