<div dir="ltr">This is from memory - I am not in front of a client.  I have done this a lot recently, and I am pretty sure it is right.  Ubuntu, beginning with 8.04, introduced a good tool for authentication.<br><br>If you will be mapping home from the LDAP server, then mkdir /home/$ldapexport<br>
vim /etc/fstab and add ldapipaddress:/home/$ldapexport /home/$ldapexport nfs rsize=8192,wsize=8192,intr=14,timeo 0 0<br>sudo apt-get install nfs-common portmap<br><br>then<br><br>sudo apt-get install ldap-auth-config<br>The install will prompt you for your LDAP settings.  Then, after install, run <br>
sudo ldap-auth-client -a -p lac_ldap<br>to inject those variables<br>logout.  Then either <br>1. ctrl+alt+F1, login, sudo mount -a, exit, ctrl+alt+F7,<br>2. Reboot<br><br>Now try entering a user with a shared home directory on the ldap server.<br>
<br>Hopefully this helps a bit<br><br>--scott<br><br><div class="gmail_quote">On Tue, Sep 16, 2008 at 9:51 PM, Carl Keil <span dir="ltr"><<a href="mailto:carl@snarlnet.com">carl@snarlnet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey,<br>
<br>
Can someone tell me the procedure to get an Ubuntu 8.04 workstation to log in via LDAP?  In what seem to be the most authoritative instructions I can find it says to fire up ./smbldap ldapclient and "answer a few questions".  I can't find ldapclient or find a way to install it on Ubuntu.  I've tried a method where I'm editing all sorts of pam auth files by hand and it's not working and for some reason my workstation still logs in, but it's incredibly slow now.<br>

<br>
Also, does anyone know if XP Home Edition can use LDAP for authentication, or can only XP Pro do it?<br>
<br>
Any suggestions would be appreciated.<br>
<br>
Thanks,<br>
<br>
ck<br>
<br>
_______________________________________________<br>
K12OSN mailing list<br>
<a href="mailto:K12OSN@redhat.com" target="_blank">K12OSN@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/k12osn" target="_blank">https://www.redhat.com/mailman/listinfo/k12osn</a><br>
For more info see <<a href="http://www.k12os.org" target="_blank">http://www.k12os.org</a>><br>
</blockquote></div><br></div>