[deployment-guide/comm-rel: 90/727] Updated the /etc/sysconfig/system-config-users section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:31:43 UTC 2010


commit 8a389ad52250320ece635b00d1de607149d3e491
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Jul 21 14:10:46 2010 +0200

    Updated the /etc/sysconfig/system-config-users section.

 en-US/The_sysconfig_Directory.xml |   43 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 42 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index aefa85e..bc62ec0 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -927,7 +927,48 @@
         <secondary><filename>/etc/sysconfig/system-config-users</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/system-config-users</filename> file is the configuration file for the graphical application, <application> User Manager</application>. This file is used to filter out system users such as <command>root</command>, <command>daemon</command>, or <command>lp</command>. This file is edited by the <guimenu>Preferences</guimenu> &gt; <guimenuitem>Filter system users and groups</guimenuitem> pull-down menu in the <application> User Manager</application> application and should never be edited by hand. For more information on using this application, refer to <xref linkend="s1-users-configui" />.
+        The <filename>/etc/sysconfig/system-config-users</filename> file is the configuration file for the <application>User Manager</application> utility, and should not be edited by hand. By default, it contains the following options:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>FILTER=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>true</option>) or disable (<option>false</option>) filtering of system users. For example:
+            </para>
+            <screen>FILTER=true</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>ASSIGN_HIGHEST_UID=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>true</option>) or disable (<option>false</option>) assigning the highest available UID to newly added users. For example:
+            </para>
+            <screen>ASSIGN_HIGHEST_UID=true</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>ASSIGN_HIGHEST_GID=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>true</option>) or disable (<option>false</option>) assigning the highest available GID to newly added groups. For example:
+            </para>
+            <screen>ASSIGN_HIGHEST_GID=true</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>PREFER_SAME_UID_GID=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>true</option>) or disable (<option>false</option>) using the same UID and GID for newly added users when possible. For example:
+            </para>
+            <screen>PREFER_SAME_UID_GID=true</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <para>
+        Refer to <xref linkend="s1-users-configui" /> for more information on <application>User Manager</application> and its usage.
       </para>
     </section>
     <section id="s2-sysconfig-vncservers">


More information about the docs-commits mailing list