]> granicus.if.org Git - shadow/commitdiff
* man/login.defs.5.xml: Indicate that sg uses the same variables
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Mar 2009 23:17:43 +0000 (23:17 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Mar 2009 23:17:43 +0000 (23:17 +0000)
as newgrp.
* man/login.defs.5.xml: vipw does not use any variable.
* man/login.defs.5.xml: In PAM enabled configurations, login still
uses some login.defs variables.

ChangeLog
man/login.defs.5.xml

index 4009042063f9c4de746c80f9e2fad2a371b0a1a3..cb0340c932c8b92f962717ae3fe553b9fb906c6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-14  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/login.defs.5.xml: Indicate that sg uses the same variables
+       as newgrp.
+       * man/login.defs.5.xml: vipw does not use any variable.
+       * man/login.defs.5.xml: In PAM enabled configurations, login still
+       uses some login.defs variables.
+
 2009-03-14  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/usermod.8.xml: use a <replaceable> instead of a
index d5a448aa79545524533204c03ef05279f1a2755e..6ad6f6007ee3749ae53b6693dae253b7b124f467 100644 (file)
@@ -2,7 +2,7 @@
 <!--
    Copyright (c) 1991 - 1993, Julianne Frances Haugh
    Copyright (c) 1991 - 1993, Chip Rosenthal
-   Copyright (c) 2007 - 2008, Nicolas François
+   Copyright (c) 2007 - 2009, Nicolas François
    All rights reserved.
   
    Redistribution and use in source and binary forms, with or without
       </varlistentry>
       <!-- logoutd: no variables -->
       <varlistentry>
-       <term>newgrp</term>
+       <term>newgrp / sg</term>
        <listitem>
          <para>
            SYSLOG_SG_ENAB
          </para>
        </listitem>
       </varlistentry>
-      <varlistentry>
-       <term>vipw</term>
-       <listitem>
-         <para>MAX_MEMBERS_PER_GROUP</para>
-       </listitem>
-      </varlistentry>
+      <!-- vipw / vigr: no variables (MAX_MEMBERS_PER_GROUP linked but not used) -->
     </variablelist>
   </refsect1>
 
     <para>
       Much of the functionality that used to be provided by the shadow
       password suite is now handled by PAM. Thus,
-      <filename>/etc/login.defs</filename> is no longer used by programs
-      such as: <citerefentry>
-      <refentrytitle>login</refentrytitle><manvolnum>1</manvolnum>
-      </citerefentry>, <citerefentry>
+      <filename>/etc/login.defs</filename> is no longer used by <citerefentry>
       <refentrytitle>passwd</refentrytitle><manvolnum>1</manvolnum>
-      </citerefentry>, <citerefentry>
+      </citerefentry>, or less used by <citerefentry>
+      <refentrytitle>login</refentrytitle><manvolnum>1</manvolnum>
+      </citerefentry>, and <citerefentry>
       <refentrytitle>su</refentrytitle><manvolnum>1</manvolnum>
       </citerefentry>. Please refer to the corresponding PAM configuration
       files instead.