Tag the section which require --enable-shadowgrp or --with-sha-crypt
accordingly.
This commit is contained in:
parent
63228ac1c6
commit
9c69fe73b1
@ -1,3 +1,10 @@
|
||||
2008-05-20 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/newusers.8.xml man/groupmems.8.xml man/groupdel.8.xml
|
||||
man/useradd.8.xml man/groupadd.8.xml man/newgrp.1.xml man/sg.1.xml
|
||||
man/chgpasswd.8.xml man/groupmod.8.xml: Tag the section which
|
||||
require --enable-shadowgrp accordingly.
|
||||
|
||||
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/login.defs.5.xml: SHA_CRYPT_MAX_ROUNDS and
|
||||
|
2
NEWS
2
NEWS
@ -28,6 +28,8 @@ shadow-4.1.1 -> shadow-4.1.2 UNRELEASED
|
||||
- Document the -c, --crypt-method and -s, --sha-rounds options in the
|
||||
newusers manpage.
|
||||
- Document the -k, --skel option in the useradd manpage.
|
||||
- Tag the section which require --enable-shadowgrp or --with-sha-crypt
|
||||
accordingly.
|
||||
|
||||
shadow-4.1.0 -> shadow-4.1.1 02-04-2008
|
||||
|
||||
|
@ -153,7 +153,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
|
@ -168,7 +168,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
|
@ -64,7 +64,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
|
@ -124,7 +124,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>secure group account information</para>
|
||||
|
@ -126,7 +126,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
|
@ -46,7 +46,7 @@
|
||||
is not listed as a member.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<para condition="gshadow">
|
||||
If there is an entry for this group in
|
||||
<filename>/etc/gshadow</filename>, then the list of members and the
|
||||
password of this group will be taken from this file, otherwise, the
|
||||
@ -87,7 +87,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
@ -117,7 +117,7 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<citerefentry condition="gshadow">
|
||||
<refentrytitle>gshadow</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>.
|
||||
</para>
|
||||
|
@ -214,7 +214,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
@ -106,7 +106,7 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<citerefentry condition="gshadow">
|
||||
<refentrytitle>gshadow</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>
|
||||
</para>
|
||||
|
@ -510,6 +510,12 @@
|
||||
<para>Group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry condition="gshadow">
|
||||
<term><filename>/etc/gshadow</filename></term>
|
||||
<listitem>
|
||||
<para>Secure group account information.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>/etc/default/useradd</filename></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user