On Fri, Apr 9, 2010 at 4:14 PM, justino garcia <[email protected]> wrote: > Can I join a Ubuntu server Lamp with, my AD for single sign on? > what are the suggestions?
Depending of what do you want, kerberos could suffice. If you want web single sign on it is enough to create a principal in AD for the webserver. There are some tools from microsofg (ktpass or similar if I remember well), but I did nevert get them working smoothly. You have also samba, that allows you to easily join your node to the domain (net ads join with security set to ADS, again if I remember well). And you can try with adkadmin (http://www.css-security.com/cgi-bin/dnld_list.pl) which works as standar kadmin and is the cleanest way, if it does still work. Javier Palacios -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
