[Pkg-shadow-commits] r1433 - in upstream/trunk: . man

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed Nov 21 22:12:14 UTC 2007


Author: nekral-guest
Date: 2007-11-21 22:12:14 +0000 (Wed, 21 Nov 2007)
New Revision: 1433

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/man/chgpasswd.8.xml
   upstream/trunk/man/chpasswd.8.xml
   upstream/trunk/man/newusers.8.xml
Log:
* 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).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-11-21 21:27:44 UTC (rev 1432)
+++ upstream/trunk/ChangeLog	2007-11-21 22:12:14 UTC (rev 1433)
@@ -1,5 +1,18 @@
 2007-11-21  Nicolas François  <nicolas.francois at 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 at centraliens.net>
+
 	* src/newusers.c: Try harder to get the GID equal to the UID.
 	This was not the case when the GID is not specified, and a GID
 	exist with an ID higher than the all the UIDs.

Modified: upstream/trunk/man/chgpasswd.8.xml
===================================================================
--- upstream/trunk/man/chgpasswd.8.xml	2007-11-21 21:27:44 UTC (rev 1432)
+++ upstream/trunk/man/chgpasswd.8.xml	2007-11-21 22:12:14 UTC (rev 1433)
@@ -121,6 +121,30 @@
     </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>

Modified: upstream/trunk/man/chpasswd.8.xml
===================================================================
--- upstream/trunk/man/chpasswd.8.xml	2007-11-21 21:27:44 UTC (rev 1432)
+++ upstream/trunk/man/chpasswd.8.xml	2007-11-21 22:12:14 UTC (rev 1433)
@@ -121,14 +121,37 @@
       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>

Modified: upstream/trunk/man/newusers.8.xml
===================================================================
--- upstream/trunk/man/newusers.8.xml	2007-11-21 21:27:44 UTC (rev 1432)
+++ upstream/trunk/man/newusers.8.xml	2007-11-21 22:12:14 UTC (rev 1433)
@@ -84,12 +84,42 @@
       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>
 	  <para>Shadow password suite configuration.</para>




More information about the Pkg-shadow-commits mailing list