Add additional information
* Fix links syntax * Add information about how to check status of the cluster * Add info what to do if web UI redirects to internal name Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
29ad61a0b9
commit
3d9af9f4e1
1 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue