Changeset 51129d2 for BOOK/final-system/common
- Timestamp:
- Aug 26, 2012, 5:29:09 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3b81ca0
- Parents:
- 8518b40
- Location:
- BOOK/final-system/common
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r8518b40 r51129d2 34 34 </note> 35 35 36 <para os="f1">Fix an issue with the Russian man pages:</para>37 38 <screen os="f2"><userinput>sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in</userinput></screen>39 40 36 <para os="b">Prepare Shadow for compilation:</para> 41 37 42 <screen os="c"><userinput>./configure --sysconfdir=/etc --without-nscd</userinput></screen>38 <screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen> 43 39 44 40 <para os="d">The meaning of the configure options:</para> … … 52 48 </varlistentry> 53 49 54 <varlistentry>55 <term><parameter>--without-nscd</parameter></term>56 <listitem><para>Disabled support for NSCD prevents shadow from57 working on CLFS</para></listitem>58 </varlistentry>59 50 </variablelist> 60 51 … … 78 69 <para os="m" id="shadow-login_defs">Instead of using the default 79 70 <emphasis>crypt</emphasis> method, use the more secure 80 <emphasis> MD5</emphasis> method of password encryption, which also allows71 <emphasis>SHA512</emphasis> method of password encryption, which also allows 81 72 passwords longer than 8 characters. It is also necessary to change the 82 73 obsolete <filename class="directory">/var/spool/mail</filename> location … … 91 82 92 83 <screen os="s"><userinput>sed -i /etc/login.defs \ 93 -e 's@#\(ENCRYPT_METHOD \).*@\1 MD5@' \84 -e 's@#\(ENCRYPT_METHOD \).*@\1SHA512@' \ 94 85 -e 's@/var/spool/mail@/var/mail@'</userinput></screen> 95 86
Note:
See TracChangeset
for help on using the changeset viewer.