diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/shadow.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 9aa196421..bd2651b8d 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -95,6 +95,10 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen> --> + <para>Fix a simple programming error by modifying a file with following command:</para> + +<screen><userinput remap="pre">sed -e "224s/rounds = SHA_ROUNDS_DEFAULT/min_&/" -i libmisc/salt.c</userinput></screen> + <para>Prepare Shadow for compilation:</para> <screen><userinput remap="configure">touch /usr/bin/passwd |