Welcome to the Linux Foundation Forum!
connecting RHEL 5.3 to active directory
This not the simplest of configurations to do... However, I would like to hear from someone who has successfully accomplished this...
I need single sign on from the domain for the RHEL workstations...
0
Comments
If you want single sign on you will need a mix of kerberos and ldap.
Extend the Active Directory with "MS Services for Unix", this will add the needed entries for unix password/group.
First of all I usually run authconfig to configure PAM, this is a little harded to do manually.
Next you need to configure the nss mappings, binddn, bindpw, uri in /etc/ldap.conf.
You need to install the CA certificate into /etc/pki/tls/certs/ca-bundle.crt, I just paste it at the bottom.
You need to configure your /etc/krb5.conf according to your AD settings.
Useful tools for debugging, getent, kinit, "nscd -i".
I'm not quite sure if this is all but you have inspired me to write a howto on this..
Good luck!
http://kbase.redhat.com/faq/docs/DOC-3639
let me know.
http://kbase.redhat.com/faq/docs/DOC-3051
This should work too. kbase.redhat.com is a nice place to check
Likewise is an application that is downstream off Samba and Winbind that makes a Linux machine behave as a windows machine, when it comes to connecting it to a Windows AD.
Check it out here
We have used both Likewise and also the way the other guys mentioned in our environment and are moving to having all our servers running likewise AD intergration.