Added instruction to enable use of LinuxPAM to OpenSSH instructions and minor fixup in icedtea6 instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8855 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2011-01-31 03:27:09 +00:00
parent bc00982fe5
commit b30ddee2de
4 changed files with 17 additions and 5 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "January &day;th, &year;">
<!ENTITY releasedate "January &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->

View File

@ -478,7 +478,7 @@ unset dir
EOF</userinput></screen>
<para>The <application>Java</application> plugin is located at
<filename class="directory">$JAVA_HOME/jre/plugin/<replaceable>arch</replaceable>/IcedTeaPlugin.so</filename>.
<filename class="directory">$JAVA_HOME/jre/plugin/<replaceable>&lt;arch&gt;</replaceable>/IcedTeaPlugin.so</filename>.
Make a symbolic link to the file in that directory from your browser(s)
plugins directory.</para>

View File

@ -40,6 +40,16 @@
</listitem>
-->
<listitem>
<para>January 31st, 2011</para>
<itemizedlist>
<listitem>
<para>[dj] - Added instruction to enable use of LinuxPAM to OpenSSH
instructions.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 29th, 2011</para>
<itemizedlist>

View File

@ -224,11 +224,13 @@ install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
<para>If you added <application>LinuxPAM</application> support, then you
will need to add a configuration file for
<application>sshd</application>. Issue the following commands as the
<application>sshd</application> and enable use of
<application>LinuxPAM</application>. Issue the following commands as the
<systemitem class='username'>root</systemitem> user:</para>
<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login &gt; /etc/pam.d/sshd &amp;&amp;
chmod 644 /etc/pam.d/sshd</userinput></screen>
chmod 644 /etc/pam.d/sshd &amp;&amp;
echo "USEPAM yes" &gt;&gt; /etc/ssh/sshd_config</userinput></screen>
<para>Additional configuration information can be found in the man
pages for <command>sshd</command>, <command>ssh</command> and