]> granicus.if.org Git - shadow/commitdiff
* man/newusers.8.xml: Added /etc/gshadow, /etc/group, /etc/shadow,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 21 Nov 2007 22:12:14 +0000 (22:12 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 21 Nov 2007 22:12:14 +0000 (22:12 +0000)
  and /etc/passwd to section FILES.
* man/newusers.8.xml: Mentions that PAM is not used to set the
  passwords.
* man/chpasswd.8.xml: Added section FILES (/etc/passwd,
  /etc/shadow, /etc/login.defs).
* man/chpasswd.8.xml: Use the same paragraph as in newusers.8.xml
  to indicate that PAM is not used.
* man/chgpasswd.8.xml: Added section FILES (/etc/group,
  /etc/gshadow, /etc/login.defs).

ChangeLog
man/chgpasswd.8.xml
man/chpasswd.8.xml
man/newusers.8.xml

index 1e0495c2cb25c9c7d22b59efb0bbc5d490783928..2f33ce78be81f3dfe813dd7ffdec61a5010f28d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-11-21  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/newusers.8.xml: Added /etc/gshadow, /etc/group, /etc/shadow,
+       and /etc/passwd to section FILES.
+       * man/newusers.8.xml: Mentions that PAM is not used to set the
+       passwords.
+       * man/chpasswd.8.xml: Added section FILES (/etc/passwd,
+       /etc/shadow, /etc/login.defs).
+       * man/chpasswd.8.xml: Use the same paragraph as in newusers.8.xml
+       to indicate that PAM is not used.
+       * man/chgpasswd.8.xml: Added section FILES (/etc/group,
+       /etc/gshadow, /etc/login.defs).
+
 2007-11-21  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/newusers.c: Try harder to get the GID equal to the UID.
index 4ac3f6efb18b657fc56613b18f497ff0fbc3521c..2f5a90a5454858103a25af0ee8b6c079c06de982 100644 (file)
     </para>
   </refsect1>
 
+  <refsect1 id='files'>
+    <title>FILES</title>
+    <variablelist>
+      <varlistentry>
+       <term><filename>/etc/group</filename></term>
+       <listitem>
+         <para>Group account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/gshadow</filename></term>
+       <listitem>
+         <para>Secure group account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/login.defs</filename></term>
+       <listitem>
+         <para>Shadow password suite configuration.</para>
+       </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
   <refsect1 id='see_also'>
     <title>SEE ALSO</title>
     <para>
index cd191c75afc829a2f16a4fa65bdfb4d3a47a3922..8a3e8afd3bb2222b93713170b3d9e88fd4108b26 100644 (file)
       unencrypted files by other users.
     </para>
     <para>
-      <command>chpasswd</command> does not use PAM to update the passwords.
-      Thus, It only updates the passwords from the
-      <filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>
-      databases, and does not support the various checks provided by PAM
-      modules.
+      PAM is not used to update the passwords.
+      Thus, only <filename>/etc/passwd</filename> and
+      <filename>/etc/shadow</filename> are updated, and the various checks
+      or options provided by PAM modules are not used.
     </para>
   </refsect1>
 
+  <refsect1 id='files'>
+    <title>FILES</title>
+    <variablelist>
+      <varlistentry>
+       <term><filename>/etc/passwd</filename></term>
+       <listitem>
+         <para>User account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/shadow</filename></term>
+       <listitem>
+         <para>Secure user account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/login.defs</filename></term>
+       <listitem>
+         <para>Shadow password suite configuration.</para>
+       </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
   <refsect1 id='see_also'>
     <title>SEE ALSO</title>
     <para>
index a23b44d839c21b4eded6cc4facbe0ca91996b3b2..ca813cda5bc9e31f54623041aa6eccfed54bfefa 100644 (file)
       The input file must be protected since it contains unencrypted
       passwords.
     </para>
+    <para>
+      PAM is not used to update the passwords.
+      Thus, only <filename>/etc/passwd</filename> and
+      <filename>/etc/shadow</filename> are updated, and the various checks
+      or options provided by PAM modules are not used.
+    </para>
   </refsect1>
 
   <refsect1 id='files'>
     <title>FILES</title>
     <variablelist>
+      <varlistentry>
+       <term><filename>/etc/passwd</filename></term>
+       <listitem>
+         <para>User account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/shadow</filename></term>
+       <listitem>
+         <para>Secure user account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/group</filename></term>
+       <listitem>
+         <para>Group account information.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><filename>/etc/gshadow</filename></term>
+       <listitem>
+         <para>Secure group account information.</para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term><filename>/etc/login.defs</filename></term>
        <listitem>