<div>I've been looking for a direct howto in this for K12LTSP and yours is the best I have found so far.  Here is some feedback.<br><br>Step 1<br><br>Somewhere before h) you need to add a substep that edits /etc/hosts to be sure the first line is as follows: 
<br><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://127.0.0.1/" target="_blank">127.0.0.1</a>    <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://ltspserver.domain.com/" target="_blank">
ltspserver.domain.com</a>    ltspserver<br><br>with "ltspserver" and "<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://domain.com/" target="_blank">domain.com</a>" replaced with your server name and domain. 
<br><br>I believe that at the end of stop 1 you also need to change the follwing lines in nsswitch.conf<br><br>passwd:     files winbind<br>shadow:     files winbind<br>group:      files winbind<br><br>to:<br><br>passwd:     compat winbind 
<br>shadow:     compat winbind<br>group:      compat winbind<br><br>Step 3<br><br>Be sure to reference <span style="FONT-WEIGHT: bold">yum install pam_mount</span> as this is not clear.</div>
<div> </div>
<div>More later...<br><br>-- <br>Mel Wade<br>"The real problem is not whether machines think but whether men do." - BF Skinner <br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.melwade.com/" target="_blank">
http://www.melwade.com</a> </div>