All, Just added a couple of steps under section 4.3.6
Let me know if I need to change anything. https://fedorahosted.org/freeipa/ticket/3064 Thanks, Gabe
From fdc73fe2f6d3204b60ac04a9fb39fa666549f7d0 Mon Sep 17 00:00:00 2001 From: Gabe <[email protected]> Date: Tue, 18 Mar 2014 19:01:24 -0600 Subject: [PATCH] [DOC] Log into the Web UI as another user https://fedorahosted.org/freeipa/ticket/3064 --- src/user_guide/en-US/Usage.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/user_guide/en-US/Usage.xml b/src/user_guide/en-US/Usage.xml index fde3cf18bc5cd25035235dc8c3b6ea8bbf85acbb..a296d135e2907b2dd1e8dac4d05bd7418dd82f7f 100644 --- a/src/user_guide/en-US/Usage.xml +++ b/src/user_guide/en-US/Usage.xml @@ -1009,7 +1009,30 @@ network.negotiate-auth.gsslib: C:\Program Files\MIT\Kerberos\bin\gssapi32.dll</p </para> </section> --> - + <section id="Logging_in_as_another_user"> + <title>Logging in the &IPA; Web UI as Another User</title> + <para> + To log into the &IPA; web UI as another user: + </para> + <orderedlist> + <listitem> + <para> + Log out of any existing &IPA; browser session. + </para> + </listitem> + <listitem> + <para> + Remove any Kerberos credentials. +<screen>kdestroy</screen> + </para> + </listitem> + <listitem> + <para> + Log back into the &IPA; web UI (<xref linkend="form-based-auth" />) with the alternate user credentials. + </para> + </listitem> + </orderedlist> + </section> <section id="Troubleshooting-UI"> <title>Troubleshooting UI Connection Problems</title> <para> -- 1.8.5.3
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
