Thanks for the review. Here's an updated patch. Gabe
On Wed, Mar 19, 2014 at 3:35 AM, Petr Vobornik <[email protected]> wrote: > On 19.3.2014 02:29, Gabe Alford wrote: > >> 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 >> >> >> > Hello Gabe, > > thank you for the patch. > > Main issue, even though it looks like a nitpick, is that you mix tabs and > spaces. Tabs would be better since the rest of the file uses them. > > Content is OK. I'd like to add that in step 3 user doesn't have to use > forms-based auth. He can also obtain TGT using kinit with credentials for > different user. > > So basically: > 1) kdestroy > 2) logout > 3) kinit anotheruser > 4) open web ui > -- > Petr Vobornik >
From 50edc85ab83d1ff75a39352d842b39773ef521a1 Mon Sep 17 00:00:00 2001 From: Gabe <[email protected]> Date: Wed, 19 Mar 2014 16:50:49 -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 | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/user_guide/en-US/Usage.xml b/src/user_guide/en-US/Usage.xml index fde3cf18bc5cd25035235dc8c3b6ea8bbf85acbb..a69e497a96cbe27ec3768afa589c846eb512025d 100644 --- a/src/user_guide/en-US/Usage.xml +++ b/src/user_guide/en-US/Usage.xml @@ -1009,7 +1009,36 @@ 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> + Remove any Kerberos credentials. + <screen>kdestroy</screen> + </para> + </listitem> + <listitem> + <para> + Log out of any existing &IPA; browser session. + </para> + </listitem> + <listitem> + <para> + Run the <command>kinit</command> command specifying the new user. For example: + </para> + <screen>kinit <replaceable>anotherUserName</replaceable></screen> + </listitem> + <listitem> + <para> + Log back into the &IPA; web UI. + </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
