]> granicus.if.org Git - shadow/commitdiff
* man/groupmod.8.xml, man/usermod.8.xml, man/groupadd.8.xml,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 27 Apr 2009 20:29:43 +0000 (20:29 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 27 Apr 2009 20:29:43 +0000 (20:29 +0000)
man/useradd.8.xml: Added note to warn about insecurity in using
--password.
* man/groupmod.8.xml: Removed not regarding default if --password
is not used. This was a cut&paste from groupadd.8.xml.
* man/passwd.1.xml: Split some paragraphs.
* man/passwd.1.xml: Recommend other encryption methods than DES.

ChangeLog
man/groupadd.8.xml
man/groupmod.8.xml
man/passwd.1.xml
man/useradd.8.xml
man/usermod.8.xml

index 565a04c53056064c5490b7dbec0bf831849b193b..3051169e191a5cdc0d592d3bdc46617b29734fa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-27  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/groupmod.8.xml, man/usermod.8.xml, man/groupadd.8.xml,
+       man/useradd.8.xml: Added note to warn about insecurity in using
+       --password.
+       * man/groupmod.8.xml: Removed not regarding default if --password
+       is not used. This was a cut&paste from groupadd.8.xml.
+       * man/passwd.1.xml: Split some paragraphs.
+       * man/passwd.1.xml: Recommend other encryption methods than DES.
+
 2009-04-27  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/login.c: Move update_utmp() after the PID or session ID
index e440763b5db2f1228d9c746acb1e2c9eeed0dcca..5d978236f6e20001f95a63765137a03f4741464a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    Copyright (c) 1991       , Julianne Frances Haugh
-   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
            <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
            </citerefentry>. The default is to disable the password.
          </para>
+         <para>
+           <emphasis role="bold">Note:</emphasis> This option is not
+           recommended because the password (or encrypted password) will
+           be visible by users listing the processes.
+         </para>
        </listitem>
       </varlistentry>
       <varlistentry>
index 409e86f0466dbaf5057802d924bdc523baf0c564..c61c3e23d5ae22bbbaaeef2ea66795bf08314ee8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    Copyright (c) 1991       , Julianne Frances Haugh
-   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
          <para>
            The encrypted password, as returned by <citerefentry>
            <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
-           </citerefentry>. The default is to disable the password.
+           </citerefentry>.
+         </para>
+         <para>
+           <emphasis role="bold">Note:</emphasis> This option is not
+           recommended because the password (or encrypted password) will
+           be visible by users listing the processes.
          </para>
        </listitem>
       </varlistentry>
index 5918a9ab30a33ce2b5ca3a8c2ed54f8077f35530..4e00902673d5d66cffab88b16fe64596284e9b8e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    Copyright (c) 1989 - 1994, Julianne Frances Haugh
-   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
       <title>Hints for user passwords</title>
       <para>
        The security of a password depends upon the strength of the
-       encryption algorithm and the size of the key space. The
+       encryption algorithm and the size of the key space. The legacy
        <emphasis>UNIX</emphasis> System encryption method is based on the
-       NBS DES algorithm and is very secure. The size of the key space
+       NBS DES algorithm. More recent methods are now recommended (see
+       <option>ENCRYPT_METHOD</option>). The size of the key space
        depends upon the randomness of the password which is selected.
       </para>
 
   <refsect1 id='caveats'>
     <title>CAVEATS</title>
     <para>
-      Not all options may be supported. Password complexity checking may
+      Password complexity checking may
       vary from site to site. The user is urged to select a password as
-      complex as he or she feels comfortable with. Users may not be able to 
+      complex as he or she feels comfortable with.
+    </para>
+    <para>
+      Users may not be able to 
       change their password on a system if NIS is enabled and they are not 
       logged into the NIS server.
     </para>
index cc78101515b317fec070c34aee45022671bdd5d0..5e682b7c424943ca7ed4c2e04aaad16e3a319626 100644 (file)
            <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
            </citerefentry>. The default is to disable the account.
          </para>
+         <para>
+           <emphasis role="bold">Note:</emphasis> This option is not
+           recommended because the password (or encrypted password) will
+           be visible by users listing the processes.
+         </para>
        </listitem>
       </varlistentry>
       <varlistentry>
index 4063e498177127d520bde072549e62ee507475b1..a35cf1b083fb8e6d47911130479541f860a79c76 100644 (file)
            <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
            </citerefentry>.
          </para>
+         <para>
+           <emphasis role="bold">Note:</emphasis> This option is not
+           recommended because the password (or encrypted password) will
+           be visible by users listing the processes.
+         </para>
        </listitem>
       </varlistentry>
       <varlistentry>