Linux customers on a Windows domain names
I've obtained a network set up in your house with a Windows 2003 DC, a Windows 7 Workstation and also a host of VMs doing numerous jobs running either XP Pro, Ubuntu or FreeBSD. Preferably I would certainly enjoy to have domain name qualifications function throughout all equipments to make sure that I could extra conveniently take care of identifications, passwords etc
Is there an excellent way to implement non - windows customers on a Windows domain name?
I have actually located likewise open functions well and also is very easy to install.
Linux has PAM. This is wonderful for establishing all sort of enjoyable uncommon verification. In your instance, you desire something like LDAP/Kerberos, where the Win2k3 DC web servers as the resource. Look into this doc on just how to set up PAM to confirm making use of winbind.
The device you desire is winbind, which features samba. You can utilize this to register an equipment on a windows domain name. Password verification versus the domain name can be performed with pam_winbind. If your customers have residence directory sites on a win2kx web server you can make use of SFU (Services for Unix) to export them using NFS off the web server or place the directory site using samba.
A summary of this can be located in the Winbind HOWTO on the samba internet site.
Related questions