source: postlfs/security/shadow.xml@ 13c8ca6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 13c8ca6 was 13c8ca6, checked in by Pierre Labastie <pieere@…>, 7 years ago

Fix shadow use of defaults. Experiment a new kind of "here patch"

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18361 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 21.1 KB
RevLine 
[b4b71892]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[b4b71892]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[17fb537e]6
[81d1117]7 <!ENTITY shadow-download-http "https://github.com/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz">
[fb89293]8 <!ENTITY shadow-download-ftp " ">
[4af9931]9 <!ENTITY shadow-md5sum "c06f8c2571b44899e60662f9ad259dd6">
10 <!ENTITY shadow-size "1.6 MB">
11 <!ENTITY shadow-buildsize "31 MB">
[d64103f]12 <!ENTITY shadow-time "0.2 SBU">
[b4b71892]13]>
14
[17fb537e]15<sect1 id="shadow" xreflabel="Shadow-&shadow-version;">
[322f172]16 <?dbhtml filename="shadow.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Shadow-&shadow-version;</title>
24
25 <indexterm zone="shadow">
26 <primary sortas="a-Shadow">Shadow</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Shadow</title>
31
[9a3142c]32 <para>
33 <application>Shadow</application> was indeed installed in LFS and there is
34 no reason to reinstall it unless you installed
35 <application>CrackLib</application> or
36 <application>Linux-PAM</application> after your LFS system was completed.
37 If you have installed <application>CrackLib</application> after LFS, then
38 reinstalling <application>Shadow</application> will enable strong password
39 support. If you have installed <application>Linux-PAM</application>,
40 reinstalling <application>Shadow</application> will allow programs such as
41 <command>login</command> and <command>su</command> to utilize PAM.
42 </para>
[322f172]43
[23fc1d1]44 &lfs80_checked;
[f4797d2]45
[322f172]46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
[9a3142c]49 <para>
50 Download (HTTP): <ulink url="&shadow-download-http;"/>
51 </para>
[322f172]52 </listitem>
[29d1c248]53 <listitem>
[9a3142c]54 <para>
55 Download (FTP): <ulink url="&shadow-download-ftp;"/>
56 </para>
[29d1c248]57 </listitem>
[322f172]58 <listitem>
[9a3142c]59 <para>
60 Download MD5 sum: &shadow-md5sum;
61 </para>
[322f172]62 </listitem>
63 <listitem>
[9a3142c]64 <para>
65 Download size: &shadow-size;
66 </para>
[322f172]67 </listitem>
68 <listitem>
[9a3142c]69 <para>
70 Estimated disk space required: &shadow-buildsize;
71 </para>
[322f172]72 </listitem>
73 <listitem>
[9a3142c]74 <para>
75 Estimated build time: &shadow-time;
76 </para>
[322f172]77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Shadow Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
[9a3142c]83 <para role="required">
84 <xref linkend="linux-pam"/> or
85 <xref linkend="cracklib"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/shadow"/>
90 </para>
[322f172]91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Shadow</title>
95
[c6bdcb0]96 <important>
[9a3142c]97 <para>
98 The installation commands shown below are for installations where
99 <application>Linux-PAM</application> has been installed (with or
100 without a <application>CrackLib</application> installation) and
101 <application>Shadow</application> is being reinstalled to support the
102 <application>Linux-PAM</application> installation.
103 </para>
104
105 <para>
106 If you are reinstalling <application>Shadow</application> to provide
107 strong password support using the <application>CrackLib</application>
108 library without using <application>Linux-PAM</application>, ensure you
109 add the <parameter>--with-libcrack</parameter> parameter to the
110 <command>configure</command> script below and also issue the following
111 command:
112 </para>
[bca744f]113
114<screen><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen>
[c6bdcb0]115 </important>
116
[9a3142c]117 <para>
118 Reinstall <application>Shadow</application> by running the following
119 commands:
120 </para>
[322f172]121
[5443006d]122<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &amp;&amp;
[4af9931]123
124find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; &amp;&amp;
[dcf64b5f]125find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
126find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; &amp;&amp;
[e5b9fc73]127
[a9af283]128sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
[5443006d]129 -e 's@/var/spool/mail@/var/mail@' etc/login.defs &amp;&amp;
130
[4af9931]131sed -i 's/1000/999/' etc/useradd &amp;&amp;
132sed -i -e '/snprintf/s@_msg,@_msg, 256,@' src/su.c &amp;&amp;
133sed -i -e '47 d' -e '60,65 d' libmisc/myname.c &amp;&amp;
[13c8ca6]134echo '--- src/useradd.c (old)
135+++ src/useradd.c (new)
136@@ -2027,6 +2027,8 @@
137 is_shadow_grp = sgr_file_present ();
138 #endif
139
140+ get_defaults ();
141+
142 process_flags (argc, argv);
143
144 #ifdef ENABLE_SUBIDS
145@@ -2036,8 +2038,6 @@
146 (!user_id || (user_id &lt;= uid_max &amp;&amp; user_id &gt;= uid_min));
147 #endif /* ENABLE_SUBIDS */
148
149- get_defaults ();
150-
151 #ifdef ACCT_TOOLS_SETUID
152 #ifdef USE_PAM
153 {' | patch -p0 -l &amp;&amp;
[8f68b03]154
[49ee2def]155./configure --sysconfdir=/etc --with-group-name-max-length=32 &amp;&amp;
[322f172]156make</userinput></screen>
[17fb537e]157
[9a3142c]158 <para>
159 This package does not come with a test suite.
160 </para>
[31f3a57]161
[9a3142c]162 <para>
163 Now, as the <systemitem class="username">root</systemitem> user:
164 </para>
[17fb537e]165
[322f172]166<screen role="root"><userinput>make install &amp;&amp;
[bca744f]167mv -v /usr/bin/passwd /bin</userinput></screen>
[322f172]168 </sect2>
[b4b71892]169
[322f172]170 <sect2 role="commands">
171 <title>Command Explanations</title>
[b4b71892]172
[9a3142c]173 <para>
174 <command>sed -i 's/groups$(EXEEXT) //' src/Makefile.in</command>: This sed
175 is used to suppress the installation of the <command>groups</command>
176 program as the version from the <application>Coreutils</application>
177 package installed during LFS is preferred.
178 </para>
179
180 <para>
181 <command>find man -name Makefile.in -exec ... {} \;</command>: This
182 command is used to suppress the installation of the
183 <command>groups</command> man pages so the existing ones installed from
184 the <application>Coreutils</application> package are not replaced.
185 </para>
186
187 <para>
188 <command>sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' -e
189 's@/var/spool/mail@/var/mail@' etc/login.defs</command>: Instead of using
190 the default 'DES' method, this command modifies the installation to use
191 the more secure 'SHA512' method of hashing passwords, which also allows
192 passwords longer than eight characters. It also changes the obsolete
193 <filename class="directory">/var/spool/mail</filename> location for user
194 mailboxes that <application>Shadow</application> uses by default to the
195 <filename class="directory">/var/mail</filename> location.
196 </para>
197
198 <para>
[f3429309]199 <command>sed -i 's/1000/999/' etc/useradd</command>: Make a minor change
[d64103f]200 to make the default useradd consistent with the LFS groups file.
[9a3142c]201 </para>
202
[4af9931]203 <para>
204 <command>sed -i -e '/snprintf/s@_msg,@_msg, 256,@' src/su.c</command>: Fix
205 a build error that only occurs if <xref linkend="linux-pam"/> is detected
206 by <command>configure</command>.
207 </para>
208
209 <para>
210 <command>sed -i '47 d' -e '60,65 d' libmisc/myname.c</command>: Apply
211 a security fix from upstream.
212 </para>
213
[13c8ca6]214 <para>
215 <command>echo '--- ...</command>: This command illustrates another
216 way to apply patches. Without the patch, <command>useradd</command>
217 does not use the defaults in <filename>/etc/default/useradd</filename>.
218 </para>
219
[49ee2def]220 <para>
[f1d7196]221 <parameter>--with-group-name-max-length=32</parameter>: The maximum
222 user name is 32 characters. Make the maximum group name the same.
[49ee2def]223 </para>
224
[9a3142c]225 <para>
226 <command>mv -v /usr/bin/passwd /bin</command>: The
227 <command>passwd</command> program may be needed during times when the
228 <filename class='directory'>/usr</filename> filesystem is not mounted so
229 it is moved into the root partition.
230 </para>
[322f172]231 </sect2>
[b4b71892]232
[e807ae1d]233 <sect2 role="configuration">
234 <title>Configuring Shadow</title>
235
[9a3142c]236 <para>
237 <application>Shadow</application>'s stock configuration for the
238 <command>useradd</command> utility may not be desirable for your
239 installation. One default parameter causes <command>useradd</command> to
240 create a mailbox file for any newly created user.
241 <command>useradd</command> will make the group ownership of this file to
242 the <systemitem class="groupname">mail</systemitem> group with 0660
243 permissions. If you would prefer that these mailbox files are not created
244 by <command>useradd</command>, issue the following command as the
245 <systemitem class="username">root</systemitem> user:
246 </para>
[e807ae1d]247
[bca744f]248<screen role="root"><userinput>sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
[e807ae1d]249 </sect2>
250
[322f172]251 <sect2 role="configuration">
252 <title>Configuring Linux-PAM to Work with Shadow</title>
[b4b71892]253
[8f68b03]254 <note>
[9a3142c]255 <para>
256 The rest of this page is devoted to configuring
257 <application>Shadow</application> to work properly with
258 <application>Linux-PAM</application>. If you do not have
259 <application>Linux-PAM</application> installed, and you reinstalled
260 <application>Shadow</application> to support strong passwords via the
261 <application>CrackLib</application> library, no further configuration is
262 required.
263 </para>
[8f68b03]264 </note>
265
[322f172]266 <sect3 id="pam.d">
267 <title>Config Files</title>
[b4b71892]268
[9a3142c]269 <para>
270 <filename>/etc/pam.d/*</filename> or alternatively
271 <filename>/etc/pam.conf</filename>,
272 <filename>/etc/login.defs</filename> and
273 <filename>/etc/security/*</filename>
274 </para>
[b4b71892]275
[322f172]276 <indexterm zone="shadow pam.d">
277 <primary sortas="e-etc-pam.d">/etc/pam.d/*</primary>
278 </indexterm>
[2197589]279
[322f172]280 <indexterm zone="shadow pam.d">
281 <primary sortas="e-etc-pam.conf">/etc/pam.conf</primary>
282 </indexterm>
[4fcf20a5]283
[1ba671c]284 <indexterm zone="shadow pam.d">
285 <primary sortas="e-etc-login.defs">/etc/login.defs</primary>
286 </indexterm>
287
288 <indexterm zone="shadow pam.d">
289 <primary sortas="e-etc-security">/etc/security/*</primary>
290 </indexterm>
[322f172]291 </sect3>
292
293 <sect3>
294 <title>Configuration Information</title>
295
[9a3142c]296 <para>
297 Configuring your system to use <application>Linux-PAM</application> can
298 be a complex task. The information below will provide a basic setup so
299 that <application>Shadow</application>'s login and password
300 functionality will work effectively with
301 <application>Linux-PAM</application>. Review the information and links
302 on the <xref linkend="linux-pam"/> page for further configuration
303 information. For information specific to integrating
304 <application>Shadow</application>, <application>Linux-PAM</application>
305 and <application>CrackLib</application>, you can visit the following
306 link:
307 </para>
[8f68b03]308
309 <itemizedlist spacing="compact">
[9a3142c]310 <listitem>
311 <para>
312 <ulink url="http://www.deer-run.com/~hal/sysadmin/pam_cracklib.html"/>
313 </para>
314 </listitem>
[8f68b03]315 </itemizedlist>
316
[1ba671c]317 <sect4 id="pam-login-defs">
318 <title>Configuring /etc/login.defs</title>
319
[9a3142c]320 <para>
321 The <command>login</command> program currently performs many functions
322 which <application>Linux-PAM</application> modules should now handle.
323 The following <command>sed</command> command will comment out the
324 appropriate lines in <filename>/etc/login.defs</filename>, and stop
325 <command>login</command> from performing these functions (a backup
326 file named <filename>/etc/login.defs.orig</filename> is also created
327 to preserve the original file's contents). Issue the following
328 commands as the <systemitem class="username">root</systemitem> user:
329 </para>
[1ba671c]330
331 <indexterm zone="shadow pam-login-defs">
332 <primary sortas="e-etc-login.defs">/etc/login.defs</primary>
333 </indexterm>
334
335<screen role="root"><userinput>install -v -m644 /etc/login.defs /etc/login.defs.orig &amp;&amp;
[265c7da]336for FUNCTION in FAIL_DELAY \
337 FAILLOG_ENAB \
338 LASTLOG_ENAB \
339 MAIL_CHECK_ENAB \
340 OBSCURE_CHECKS_ENAB \
341 PORTTIME_CHECKS_ENAB \
342 QUOTAS_ENAB \
343 CONSOLE MOTD_FILE \
344 FTMP_FILE NOLOGINS_FILE \
345 ENV_HZ PASS_MIN_LEN \
346 SU_WHEEL_ONLY \
347 CRACKLIB_DICTPATH \
348 PASS_CHANGE_TRIES \
349 PASS_ALWAYS_WARN \
[574d896d]350 CHFN_AUTH ENCRYPT_METHOD \
351 ENVIRON_FILE
[1ba671c]352do
[9a3142c]353 sed -i "s/^${FUNCTION}/# &amp;/" /etc/login.defs
[1ba671c]354done</userinput></screen>
355 </sect4>
356
357 <sect4>
358 <title>Configuring the /etc/pam.d/ Files</title>
359
[9a3142c]360 <para>
361 As mentioned previously in the <application>Linux-PAM</application>
362 instructions, <application>Linux-PAM</application> has two supported
363 methods for configuration. The commands below assume that you've
364 chosen to use a directory based configuration, where each program has
365 its own configuration file. You can optionally use a single
366 <filename>/etc/pam.conf</filename> configuration file by using the
367 text from the files below, and supplying the program name as an
368 additional first field for each line.
369 </para>
[1ba671c]370
[9a3142c]371 <para>
372 As the <systemitem class="username">root</systemitem> user, replace
373 the following <application>Linux-PAM</application> configuration files
374 in the <filename class="directory">/etc/pam.d/</filename> directory
375 (or add the contents to the <filename>/etc/pam.conf</filename> file)
376 using the following commands:
377 </para>
[1ba671c]378 </sect4>
[322f172]379
380 <sect4>
[3e8fb4c]381 <title>'login'</title>
382
383<screen role="root"><userinput>cat &gt; /etc/pam.d/login &lt;&lt; "EOF"
384<literal># Begin /etc/pam.d/login
385
386# Set failure delay before next prompt to 3 seconds
387auth optional pam_faildelay.so delay=3000000
388
389# Check to make sure that the user is allowed to login
390auth requisite pam_nologin.so
391
[0d7900a]392# Check to make sure that root is allowed to login
[d265d4c]393# Disabled by default. You will need to create /etc/securetty
394# file for this module to function. See man 5 securetty.
395#auth required pam_securetty.so
[3e8fb4c]396
397# Additional group memberships - disabled by default
398#auth optional pam_group.so
399
400# include the default auth settings
401auth include system-auth
402
403# check access for the user
404account required pam_access.so
405
406# include the default account settings
407account include system-account
408
409# Set default environment variables for the user
410session required pam_env.so
411
412# Set resource limits for the user
413session required pam_limits.so
414
415# Display date of last login - Disabled by default
416#session optional pam_lastlog.so
417
418# Display the message of the day - Disabled by default
419#session optional pam_motd.so
420
421# Check user's mail - Disabled by default
422#session optional pam_mail.so standard quiet
423
424# include the default session and password settings
425session include system-session
426password include system-password
427
428# End /etc/pam.d/login</literal>
429EOF</userinput></screen>
430 </sect4>
431
432 <sect4>
433 <title>'passwd'</title>
[4fcf20a5]434
[322f172]435<screen role="root"><userinput>cat &gt; /etc/pam.d/passwd &lt;&lt; "EOF"
436<literal># Begin /etc/pam.d/passwd
[4fcf20a5]437
[3e8fb4c]438password include system-password
[b4b71892]439
[322f172]440# End /etc/pam.d/passwd</literal>
441EOF</userinput></screen>
442 </sect4>
[4fcf20a5]443
[322f172]444 <sect4>
445 <title>'su'</title>
[4fcf20a5]446
[322f172]447<screen role="root"><userinput>cat &gt; /etc/pam.d/su &lt;&lt; "EOF"
448<literal># Begin /etc/pam.d/su
[b4b71892]449
[3e8fb4c]450# always allow root
451auth sufficient pam_rootok.so
[55e18620]452auth include system-auth
[3e8fb4c]453
454# include the default account settings
455account include system-account
456
457# Set default environment variables for the service user
458session required pam_env.so
459
460# include system session defaults
461session include system-session
[b4b71892]462
[322f172]463# End /etc/pam.d/su</literal>
464EOF</userinput></screen>
465 </sect4>
[b4b71892]466
[322f172]467 <sect4>
468 <title>'chage'</title>
469
470<screen role="root"><userinput>cat &gt; /etc/pam.d/chage &lt;&lt; "EOF"
[2f12da13]471<literal># Begin /etc/pam.d/chage
[3e8fb4c]472
473# always allow root
474auth sufficient pam_rootok.so
475
476# include system defaults for auth account and session
477auth include system-auth
478account include system-account
479session include system-session
[b4b71892]480
[3e8fb4c]481# Always permit for authentication updates
482password required pam_permit.so
[b4b71892]483
[322f172]484# End /etc/pam.d/chage</literal>
485EOF</userinput></screen>
486 </sect4>
[b4b71892]487
[322f172]488 <sect4>
[265c7da]489 <title>Other common programs</title>
490 <!--<title>'chfn', 'chgpasswd', 'chgpasswd', 'chsh', 'groupadd', 'groupdel',
[9a3142c]491 'groupmems', 'groupmod', 'newusers', 'useradd', 'userdel' and
[265c7da]492 'usermod'</title>-->
[39975e9]493
[bca744f]494<screen role="root"><userinput>for PROGRAM in chfn chgpasswd chpasswd chsh groupadd groupdel \
495 groupmems groupmod newusers useradd userdel usermod
[4fcf20a5]496do
[9a3142c]497 install -v -m644 /etc/pam.d/chage /etc/pam.d/${PROGRAM}
498 sed -i "s/chage/$PROGRAM/" /etc/pam.d/${PROGRAM}
[322f172]499done</userinput></screen>
500
[f586237]501 <para revision="systemd">Because the installation of
502 <application>systemd</application> is not yet complete, you will need
503 to remove the <filename>/run/nologin</filename> file before testing the
504 installation. Execute the following command as the
505 <systemitem class="username">root</systemitem> user:</para>
506
507<screen role="root" revision="systemd"><userinput>rm -f /run/nologin</userinput></screen>
508
[322f172]509 <warning>
[9a3142c]510 <para>
511 At this point, you should do a simple test to see if
512 <application>Shadow</application> is working as expected. Open
513 another terminal and log in as a user, then <command>su</command> to
514 <systemitem class="username">root</systemitem>. If you do not see
515 any errors, then all is well and you should proceed with the rest of
516 the configuration. If you did receive errors, stop now and double
517 check the above configuration files manually. You can also run the
518 test suite from the <application>Linux-PAM</application> package to
519 assist you in determining the problem. If you cannot find and fix
520 the error, you should recompile <application>Shadow</application>
521 adding the <option>--without-libpam</option> switch to the
522 <command>configure</command> command in the above instructions (also
523 move the <filename>/etc/login.defs.orig</filename> backup file to
524 <filename>/etc/login.defs</filename>). If you fail to do this and
525 the errors remain, you will be unable to log into your system.
526 </para>
[322f172]527 </warning>
[349b53dd]528 </sect4>
529
[322f172]530 <sect4 id="pam-access">
531 <title>Configuring Login Access</title>
[4fcf20a5]532
[9a3142c]533 <para>
534 Instead of using the <filename>/etc/login.access</filename> file for
535 controlling access to the system, <application>Linux-PAM</application>
536 uses the <filename class='libraryfile'>pam_access.so</filename> module
537 along with the <filename>/etc/security/access.conf</filename> file.
538 Rename the <filename>/etc/login.access</filename> file using the
539 following command:
540 </para>
[322f172]541
542 <indexterm zone="shadow pam-access">
543 <primary sortas="e-etc-security-access.conf">/etc/security/access.conf</primary>
544 </indexterm>
545
[9a3142c]546<screen role="root"><userinput>[ -f /etc/login.access ] &amp;&amp; mv -v /etc/login.access{,.NOUSE}</userinput></screen>
[322f172]547 </sect4>
548
549 <sect4 id="pam-limits">
550 <title>Configuring Resource Limits</title>
551
[9a3142c]552 <para>
553 Instead of using the <filename>/etc/limits</filename> file for
554 limiting usage of system resources,
555 <application>Linux-PAM</application> uses the
556 <filename class='libraryfile'>pam_limits.so</filename> module along
557 with the <filename>/etc/security/limits.conf</filename> file. Rename
558 the <filename>/etc/limits</filename> file using the following command:
559 </para>
[322f172]560
561 <indexterm zone="shadow pam-limits">
562 <primary sortas="e-etc-security-limits.conf">/etc/security/limits.conf</primary>
563 </indexterm>
564
[9a3142c]565<screen role="root"><userinput>[ -f /etc/limits ] &amp;&amp; mv -v /etc/limits{,.NOUSE}</userinput></screen>
[74f20a1]566
567 <caution><para>Be sure to test the login capabilities of the system
[d4f9cee]568 before logging out. Errors in the configuration can cause a permanent
[74f20a1]569 lockout requiring a boot from an external source to correct the
570 problem.</para></caution>
571
[322f172]572 </sect4>
573 </sect3>
[74f20a1]574
[322f172]575 </sect2>
[f45b1953]576
[322f172]577 <sect2 role="content">
578 <title>Contents</title>
[17fb537e]579
[9a3142c]580 <para>
581 A list of the installed files, along with their short descriptions can be
[f586237]582 found at
583 <phrase revision="sysv">
584 <ulink url="&lfs-root;/chapter06/shadow.html#contents-shadow"/></phrase>
585 <phrase revision="systemd">
586 <ulink url="&lfs-rootd;/chapter06/shadow.html#contents-shadow"/></phrase>.
[9a3142c]587 </para>
[c627795]588
[322f172]589 </sect2>
[c627795]590
[f45b1953]591</sect1>
Note: See TracBrowser for help on using the repository browser.