<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 10">
<meta name=Originator content="Microsoft Word 10">
<link rel=File-List href="cid:filelist.xml@01C8514E.E28AB820">
<!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;
        text-underline:single;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        mso-style-noshow:yes;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        font-family:Arial;
        mso-ascii-font-family:Arial;
        mso-hansi-font-family:Arial;
        mso-bidi-font-family:Arial;
        color:windowtext;}
span.SpellE
        {mso-style-name:"";
        mso-spl-e:yes;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */ 
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";}
</style>
<![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Hi all,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I have an interesting situation that I admit I have cause by
accident for convenience of creating user accounts.<span
style='mso-spacerun:yes'>  </span>At my school I have two Samba servers running
LDAP one is PDC and the other is BDC.<span style='mso-spacerun:yes'> 
</span>The PDC houses the home folders for the high school and the junior high
students and the BDC keeps the home directories for the elementary buildings. <span
style='mso-spacerun:yes'> </span>Both servers are located in the same building and
<span class=SpellE>ip</span> subnet. <span style='mso-spacerun:yes'> </span>On
the PDC I use <span class=SpellE>webmin</span> to create user accounts for
everybody in the school district.<span style='mso-spacerun:yes'>  </span>Too allow
<span class=SpellE>webmin</span> on the PDC server to create user account and
home directory for all users in the district I use a <span class=SpellE>nfs</span>
mount the home directories of the elementary staff and students from the BDC to
the home folder of PDC server.<span style='mso-spacerun:yes'>  </span>This
allows me to create staff and student accounts centrally. <span
style='mso-spacerun:yes'> </span>The problem with <span
style='mso-spacerun:yes'> </span>this is since I have the BDC home folders
mounted with <span class=SpellE>nfs</span> under home directory of the PDC
sometimes the elementary user accounts maps the home directory on the PDC when
it should be mapping to the BDC instead. When the elementary users H: drive
maps through samba through the <span class=SpellE>nfs</span> mount back to the
BDC I get <span class=SpellE>io</span> errors in Windows.<span
style='mso-spacerun:yes'>  </span><span style='mso-spacerun:yes'> </span>I use <span
class=SpellE>kixtart</span> for my login script and I have building groups setup
for all buildings to use as check for specific building resources.<span
style='mso-spacerun:yes'>  </span>Then I use elementary groups to run a check
on where to map their home drive.<span style='mso-spacerun:yes'>  </span>This
way I hard code the <span class=SpellE>bdc</span> server name to the user home share
instead of using a variable to this.<span style='mso-spacerun:yes'> 
</span>Here is the strange part most of the time this works pretty well, but
for some reason occasionally a elementary user maps to the <span class=SpellE>pdc</span>
server instead of the <span class=SpellE>bdc</span> which causes windows <span
class=SpellE>io</span> errors on the network drive.<span
style='mso-spacerun:yes'>  </span>I believe what is happening is Windows 2000
and Windows XP are trying map their home drive their self from their user
profile instead of using what I try to set from the login script.<span
style='mso-spacerun:yes'>  </span>Does anybody got any ideas?<span
style='mso-spacerun:yes'>  </span>Another thing would be helpful is I really do
not care what server the elementary users access their home drive I just would
like to know if it is possible to share <span class=SpellE>nfs</span> mount
through samba without any <span class=SpellE>io</span> errors?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks in advance<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>-Glenn<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

</div>

</body>

</html>