* 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.
This commit is contained in:
nekral-guest 2009-03-13 23:17:43 +00:00
parent 1def19ecea
commit 9ee627fe02
2 changed files with 15 additions and 13 deletions

View File

@ -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> 2009-03-14 Nicolas François <nicolas.francois@centraliens.net>
* man/usermod.8.xml: use a <replaceable> instead of a * man/usermod.8.xml: use a <replaceable> instead of a

View File

@ -2,7 +2,7 @@
<!-- <!--
Copyright (c) 1991 - 1993, Julianne Frances Haugh Copyright (c) 1991 - 1993, Julianne Frances Haugh
Copyright (c) 1991 - 1993, Chip Rosenthal Copyright (c) 1991 - 1993, Chip Rosenthal
Copyright (c) 2007 - 2008, Nicolas François Copyright (c) 2007 - 2009, Nicolas François
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -342,7 +342,7 @@
</varlistentry> </varlistentry>
<!-- logoutd: no variables --> <!-- logoutd: no variables -->
<varlistentry> <varlistentry>
<term>newgrp</term> <term>newgrp / sg</term>
<listitem> <listitem>
<para> <para>
SYSLOG_SG_ENAB SYSLOG_SG_ENAB
@ -447,12 +447,7 @@
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <!-- vipw / vigr: no variables (MAX_MEMBERS_PER_GROUP linked but not used) -->
<term>vipw</term>
<listitem>
<para>MAX_MEMBERS_PER_GROUP</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
@ -461,12 +456,11 @@
<para> <para>
Much of the functionality that used to be provided by the shadow Much of the functionality that used to be provided by the shadow
password suite is now handled by PAM. Thus, password suite is now handled by PAM. Thus,
<filename>/etc/login.defs</filename> is no longer used by programs <filename>/etc/login.defs</filename> is no longer used by <citerefentry>
such as: <citerefentry>
<refentrytitle>login</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>, <citerefentry>
<refentrytitle>passwd</refentrytitle><manvolnum>1</manvolnum> <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> <refentrytitle>su</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>. Please refer to the corresponding PAM configuration </citerefentry>. Please refer to the corresponding PAM configuration
files instead. files instead.