|
|
9a0aa5 |
From 83230282a3b8999d83afb04563589b38420cfa0e Mon Sep 17 00:00:00 2001
|
|
|
9a0aa5 |
From: Gerard Weatherby <GWeatherby@uchc.edu>
|
|
|
9a0aa5 |
Date: Thu, 28 Jan 2016 22:27:00 +0000
|
|
|
9a0aa5 |
Subject: [PATCH 2/3] Patch to adcli.xml to fix documentation error
|
|
|
9a0aa5 |
|
|
|
9a0aa5 |
https://bugs.freedesktop.org/show_bug.cgi?id=93913
|
|
|
9a0aa5 |
---
|
|
|
9a0aa5 |
doc/adcli.xml | 8 ++++----
|
|
|
9a0aa5 |
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
9a0aa5 |
|
|
|
9a0aa5 |
diff --git a/doc/adcli.xml b/doc/adcli.xml
|
|
|
9a0aa5 |
index d8f30a3..a83e321 100644
|
|
|
9a0aa5 |
--- a/doc/adcli.xml
|
|
|
9a0aa5 |
+++ b/doc/adcli.xml
|
|
|
9a0aa5 |
@@ -428,14 +428,14 @@ $ adcli create-user Fry --domain=domain.example.com \
|
|
|
9a0aa5 |
<varlistentry>
|
|
|
9a0aa5 |
<term><option>--unix-shell=<parameter>/bin/shell</parameter></option></term>
|
|
|
9a0aa5 |
<listitem><para>Set the loginShell attribute of
|
|
|
9a0aa5 |
- the new created user account, which should be the user's
|
|
|
9a0aa5 |
- numeric primary user id.</para></listitem>
|
|
|
9a0aa5 |
+ the new created user account, which should be a path to
|
|
|
9a0aa5 |
+ a valid shell.</para></listitem>
|
|
|
9a0aa5 |
</varlistentry>
|
|
|
9a0aa5 |
<varlistentry>
|
|
|
9a0aa5 |
<term><option>--unix-uid=<parameter>111</parameter></option></term>
|
|
|
9a0aa5 |
<listitem><para>Set the uidNumber attribute of
|
|
|
9a0aa5 |
- the new created user account, which should be a path to
|
|
|
9a0aa5 |
- a valid shell.</para></listitem>
|
|
|
9a0aa5 |
+ the new created user account, which should be the user's
|
|
|
9a0aa5 |
+ numeric primary user id.</para></listitem>
|
|
|
9a0aa5 |
</varlistentry>
|
|
|
9a0aa5 |
</variablelist>
|
|
|
9a0aa5 |
|
|
|
9a0aa5 |
--
|
|
|
9a0aa5 |
2.5.5
|
|
|
9a0aa5 |
|