diff --git a/modules/sysadmin_guide/pages/ipa.adoc b/modules/sysadmin_guide/pages/ipa.adoc index 94ebbb1..a65da4b 100644 --- a/modules/sysadmin_guide/pages/ipa.adoc +++ b/modules/sysadmin_guide/pages/ipa.adoc @@ -20,8 +20,8 @@ Servers:: * ipa03.stg.iad2.fedoraproject.org URL:: -* link:https://id.fedoraproject.org/ipa/ui -* link:https://id.stg.fedoraproject.org/ipa/ui +* link:https://id.fedoraproject.org/ipa/ui[] +* link:https://id.stg.fedoraproject.org/ipa/ui[] Purpose:: IPA is used as Identity management server for Fedora users. It serves as backend for @@ -36,6 +36,17 @@ user authentication inside Fedora Infrastructure. Most issues regarding user data could be solved through web interface. +=== Web UI redirects to internal name + +If web UI starts redirecting to internal name instead of link:https://id.fedoraproject.org/ipa/ui[] +you need to either run `ipa.yml` playbook or fix that in `/etc/httpd/conf.d/ipa-redirects.conf` on the +machine that the redirection is going to. + +== Checking status + +To check status of IPA cluster you simply need to ssh to any of the servers and run +`ipactl status`. + == Restarting To restart the IPA service you simply need to ssh to any of the servers and issue an