Operating System - Linux
1828802 Members
3271 Online
109985 Solutions
New Discussion

Re: Verify users against Active Directory on Linux

 
Jonas Back_2
Super Advisor

Verify users against Active Directory on Linux

We have lots of Linuxservers running Red Hat 7.3 and 8.0. They all have local users and each user have an individual password on each server.

We also have a Active Directory. Any suggestions on solutions how to verify users against the Active Directory instead of a local user on each Linux?

All thoughts and exepriences welcome.
4 REPLIES 4
Vitaly Karasik_1
Honored Contributor

Re: Verify users against Active Directory on Linux

there are many docs and tutorials, see http://yolinux.com/TUTORIALS/LinuxTutorialLDAP.html for example, but I didn't try it.

Regards,
Vitaly
Caesar_3
Esteemed Contributor

Re: Verify users against Active Directory on Linux

Hello!

You can start to use the NIS (yp - yellow pages commands)
This is checked for years and many people use
it for problem like your.
The NIS it's easy to configure.
You have the NIS server (master and slaves)
and you have NIS clients.
Use the ypinit, check in man.
In the end you will have one file for all
the network that will use the NIS,
for you is like one passwd file for everyone.

Caesar
U.SivaKumar_2
Honored Contributor

Re: Verify users against Active Directory on Linux

Hi,

yes you can do it with AD4unix software.

http://www.css-solutions.ca/ad4unix/

Actually i am currently planning to Implement it.

regards,
U.SivaKumar

Innovations are made when conventions are broken
Jarle Bjorgeengen
Trusted Contributor

Re: Verify users against Active Directory on Linux

Hi ,

I strongly recommend using open-ldap on a linux server. It is much more secure than NIS, and it also scales better.

Ldap can even be used authenticate in microft networks.

Asing authconfig on the client side, makes setting up ldap on the clients a dream.
See http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/ch-ldap.html for further information.

Rgds Jarle