I&#39;m not a &#39;windows guy&#39; but I think AD is almost the same as LDAP, so maybe you can use this, which I used:<br><a href="https://help.ubuntu.com/community/OpenLDAPServer">https://help.ubuntu.com/community/OpenLDAPServer</a><br>
<br>I also found this, which is for gentoo, and looks overly complex and complete, but if you understand it, it should work for you:<br><br><a href="http://gentoo-wiki.com/HOWTO_fit_Linux_into_Active_Directory#Windows_server_configuration">http://gentoo-wiki.com/HOWTO_fit_Linux_into_Active_Directory#Windows_server_configuration</a><br>
<br><div class="gmail_quote">On Wed, Mar 5, 2008 at 2:09 PM, ugh ugher &lt;<a href="mailto:tcpip247@yahoo.com">tcpip247@yahoo.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You wouldnt know of any how to&#39;s around to help me out<br>
with that would you?<br>
Thanks.<br>
&nbsp;John<br>
<div><div></div><div class="Wj3C7c">--- David Van Assche &lt;<a href="mailto:dvanassche@gmail.com">dvanassche@gmail.com</a>&gt; wrote:<br>
<br>
&gt; yeah u&#39;ll need to do the AD stuff too, ie add the<br>
&gt; machine so u can use your<br>
&gt; user accounts, but after that should work fine...<br>
&gt;<br>
&gt; On Wed, Mar 5, 2008 at 2:34 AM, ugh ugher<br>
&gt; &lt;<a href="mailto:tcpip247@yahoo.com">tcpip247@yahoo.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi Dave<br>
&gt; &gt;<br>
&gt; &gt; Well I kinda have it working now.<br>
&gt; &gt; I had to add<br>
&gt; &gt;<br>
&gt; &gt; [default]<br>
&gt; &gt; &nbsp;SERVER=ipaddress<br>
&gt; &gt; &nbsp;RC_FILE00=/path/to/nfsmounts.sh<br>
&gt; &gt; &nbsp;RC_FILE01=/path/to/gdmstart.sh<br>
&gt; &gt;<br>
&gt; &gt; to the lts.conf<br>
&gt; &gt; One downer is I can not log on. I think I need to<br>
&gt; add<br>
&gt; &gt; the LTSP machine to the domain, or the fat client.<br>
&gt; &gt; That should be a fun learning experience.<br>
&gt; &gt;<br>
&gt; &gt; Thanks for your help.<br>
&gt; &gt;<br>
&gt; &gt; --- David Van Assche &lt;<a href="mailto:dvanassche@gmail.com">dvanassche@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hi Ugh,<br>
&gt; &gt; &gt; &nbsp; &nbsp;There is an #edubuntu and #ltsp channel,<br>
&gt; where<br>
&gt; &gt; &gt; talented devs can usual<br>
&gt; &gt; &gt; answer pretty much any question.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Your win2003 domain is then handling<br>
&gt; authentication<br>
&gt; &gt; &gt; I take it, which<br>
&gt; &gt; &gt; shouldn&#39;t make a difference since that is on the<br>
&gt; &gt; &gt; server side. You just need<br>
&gt; &gt; &gt; to make sure that the ldap files within the<br>
&gt; chroot<br>
&gt; &gt; &gt; point to it correctly.<br>
&gt; &gt; &gt; The scripts mentined (which are dirty hacks,<br>
&gt; someone<br>
&gt; &gt; &gt; mentioned mounting<br>
&gt; &gt; &gt; /home via &nbsp;sshfs instead of nfs and that sounds<br>
&gt; more<br>
&gt; &gt; &gt; secure to begin with)<br>
&gt; &gt; &gt; should all be in the chroot. I created a<br>
&gt; seperate<br>
&gt; &gt; &gt; directory for them under<br>
&gt; &gt; &gt; /etc called xtrascripts, so you&#39;d have 2<br>
&gt; eecutable<br>
&gt; &gt; &gt; scripts in there, one<br>
&gt; &gt; &gt; with the contents of nfsmounts.sh and one with<br>
&gt; the<br>
&gt; &gt; &gt; contents startgdm.sh)<br>
&gt; &gt; &gt; Once u&#39;ve updated the image you call those 2<br>
&gt; scripts<br>
&gt; &gt; &gt; from the lts.conf file<br>
&gt; &gt; &gt; located in<br>
&gt; /var/lib/tftpboot/ltsp/fati386/lts.conf<br>
&gt; &gt; &gt; which should contain the<br>
&gt; &gt; &gt; following:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; [default]<br>
&gt; &gt; &gt; RC_FILE00=/path/to/nfsmounts.sh<br>
&gt; &gt; &gt; RC_FILE01=/path/to/gdmstart.sh<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; What this does is starts those scripts during<br>
&gt; the<br>
&gt; &gt; &gt; start up process of ltsp,<br>
&gt; &gt; &gt; but where exactly they are started is unknown to<br>
&gt; me.<br>
&gt; &gt; &gt; I just know that it<br>
&gt; &gt; &gt; works...<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Good luck,<br>
&gt; &gt; &gt; David<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Wed, Mar 5, 2008 at 1:05 AM, ugh ugher<br>
&gt; &gt; &gt; &lt;<a href="mailto:tcpip247@yahoo.com">tcpip247@yahoo.com</a>&gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Yes I did, but my setup is a bit different.<br>
&gt; I&#39;m<br>
&gt; &gt; &gt; &gt; running a win2003 domain.<br>
&gt; &gt; &gt; &gt; I&#39;m not sure on a few things of my setup, such<br>
&gt; as<br>
&gt; &gt; &gt; do<br>
&gt; &gt; &gt; &gt; the scripts (nfsmounts.sh, startgdm.sh) go in<br>
&gt; the<br>
&gt; &gt; &gt; &gt; local or chroot file system. Also how do I<br>
&gt; know<br>
&gt; &gt; &gt; what<br>
&gt; &gt; &gt; &gt; number to place in the RCFILE_NN....sorry this<br>
&gt; one<br>
&gt; &gt; &gt; is<br>
&gt; &gt; &gt; &gt; new to me. Does the RCFILE have something to<br>
&gt; do<br>
&gt; &gt; &gt; with<br>
&gt; &gt; &gt; &gt; the rc0.d, rc1.d, ....?<br>
&gt; &gt; &gt; &gt; Is there an IRC for the user group? I just<br>
&gt; have a<br>
&gt; &gt; &gt; few<br>
&gt; &gt; &gt; &gt; questions on future implementation of the fat<br>
&gt; &gt; &gt; client<br>
&gt; &gt; &gt; &gt; works.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Thank you for your response.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; --- David Van Assche &lt;<a href="mailto:dvanassche@gmail.com">dvanassche@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; have you been following the online howto?<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
<a href="https://help.ubuntu.com/community/UbuntuLTSP/LTSPFatClients" target="_blank">https://help.ubuntu.com/community/UbuntuLTSP/LTSPFatClients</a><br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; On Tue, Mar 4, 2008 at 7:32 PM, ugh ugher<br>
&gt; &gt; &gt; &gt; &gt; &lt;<a href="mailto:tcpip247@yahoo.com">tcpip247@yahoo.com</a>&gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; Sorry...found something new. At the<br>
&gt; terminal I<br>
&gt; &gt; &gt; &gt; &gt; logon<br>
&gt; &gt; &gt; &gt; &gt; &gt; as root, then did startx.......and poof, I<br>
&gt; &gt; &gt; have a<br>
&gt; &gt; &gt; &gt; &gt; &gt; desktop.<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; When I first boot the machine, I get the<br>
&gt; &gt; &gt; little<br>
&gt; &gt; &gt; &gt; &gt; Ubuntu<br>
&gt; &gt; &gt; &gt; &gt; &gt; load bar thing, it goes about a quater of<br>
&gt; the<br>
&gt; &gt; &gt; way<br>
&gt; &gt; &gt; &gt; &gt; and<br>
&gt; &gt; &gt; &gt; &gt; &gt; stops. That is when I switch to tty1 and<br>
&gt; login<br>
&gt; &gt; &gt; and<br>
&gt; &gt; &gt; &gt; &gt; &gt; startx. Not very gnome like....so I guess<br>
&gt; this<br>
&gt; &gt; &gt; is<br>
&gt; &gt; &gt; &gt; &gt; &gt; Xfce..?<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; How Possible/hard would it be to have a<br>
&gt; vmware<br>
&gt; &gt; &gt; &gt; &gt; session<br>
&gt; &gt; &gt; &gt; &gt; &gt; running as a fat client (local App)?<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; --<br>
&gt; &gt; &gt; &gt; &gt; &gt; edubuntu-users mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:edubuntu-users@lists.ubuntu.com">edubuntu-users@lists.ubuntu.com</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; Modify settings or unsubscribe at:<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
<a href="https://lists.ubuntu.com/mailman/listinfo/edubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/edubuntu-users</a><br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>