summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-07-24 12:07:18 +0200
committerStef Walter <stefw@redhat.com>2013-07-24 12:09:06 +0200
commitdaa0b25dc0189a1127513dd86e16250bc9731449 (patch)
tree82b8d32d3e7242ff15aebd4bc969b8a97859f95f /doc
parent6e160efd8921a637334cf4b97c9cbd67ceb6a353 (diff)
Clearer 'realm permit' manual page example
Also remove duplicated information. https://bugzilla.redhat.com/show_bug.cgi?id=985800
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/realm.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/manual/realm.xml b/doc/manual/realm.xml
index 9c6cca1..cb6ace4 100644
--- a/doc/manual/realm.xml
+++ b/doc/manual/realm.xml
@@ -42,7 +42,7 @@
<command>realm list</command>
</cmdsynopsis>
<cmdsynopsis>
- <command>realm permit</command> <arg choice="opt">-ax</arg> <arg choice="opt">-R realm</arg> <arg choice="req" rep="repeat">user</arg>
+ <command>realm permit</command> <arg choice="opt">-ax</arg> <arg choice="opt">-R realm</arg> <arg choice="req" rep="repeat">user@domain</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>realm deny</command> <arg choice="plain">-a</arg> <arg choice="opt">-R realm</arg>
@@ -327,9 +327,9 @@ $ realm list
<informalexample>
<programlisting>
$ realm permit --all
-$ realm permit DOMAIN\User
-$ realm permit DOMAIN\User2
-$ realm permit --withdraw DOMAIN\User
+$ realm permit user@example.com
+$ realm permit DOMAIN\\User2
+$ realm permit --withdraw user@example.com
</programlisting>
</informalexample>
@@ -338,11 +338,6 @@ $ realm permit --withdraw DOMAIN\User
<para>The following options can be used:</para>
- <para>The format of the user name can be seen by using the
- <option>list</option> command.</para>
-
- <para>The following options can be used:</para>
-
<variablelist>
<varlistentry>
<term><option>--all, -a</option></term>