Web Hosting Talk







View Full Version : Integrating Windows and Linux Authentication


ccondo
11-02-2004, 11:26 PM
Does anyone know how to make linux use active directory for authentication? - Maybe have each use a radius server?

illogix
11-02-2004, 11:43 PM
To my knowledge, the only way is to use Samba 3.0 but it is still not ready for production use (alpha).

elementip
11-03-2004, 08:02 PM
Could LDAP and SAMBA be used to replicate AD accounts to a linux server, then use that server for authentication? I believe I've read about this being done before, but was unable to find much information on it.

illogix
11-03-2004, 11:04 PM
If you are using Active Directory, you don't need LDAP as they do the same job. Samba can be used as a Active Directory client. The Linux box would contact the Active Directory server to authenticate users.

If you use LDAP, there are many solutions for Linux like OpenLDAP.

ccondo
11-03-2004, 11:07 PM
Thanks - I appreciate all of the answers!

illogix
11-03-2004, 11:07 PM
To get back to the thread starter's topic, if you plan to integrate Windows and Linux authentification, you better use LDAP as it is more of a platform independent standard.

illogix
11-03-2004, 11:14 PM
OH, and do not even take a look as NIS, it's a pain in the *** (from past experience :) ).

AhmedFouad
11-04-2004, 12:47 AM
I use PC NetLink for solaris , don't know if there any linux variant

Solaris PC NetLink software enables Sun Enterprise servers running the Solaris Operating Environment to function as primary domain controllers, backup domain controllers, and member servers in a Microsoft Windows NT 4.0 network.

A Sun Enterprise server running Solaris PC NetLink software provides native Windows NT 4.0 file, print, directory, and authentication services to Windows 2000, Windows 98, Windows 95, and Windows NT 4.0 client PCs.

http://www.sun.com/products-n-solutions/software/interoperability/netlink/index.html

illogix
11-04-2004, 01:23 AM
That's probably Samba recompiled by Sun but I'm not sure.