Results 1 to 3 of 3
I have a windows server 2003 domain controller that I want a RHEL 5.3 server to authenticate to. I am using winbind for the authentication. I currently have the Linux ...
- 08-12-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 31
Domain Authentication Problem
I have a windows server 2003 domain controller that I want a RHEL 5.3 server to authenticate to. I am using winbind for the authentication. I currently have the Linux machine joined to the domain and can even log into the machine using domain credentials through ssh. However if I try to login to the domain from the console (with a GUI), it says "incorrect username or password". I have tried both DOMAIN\USER and USER with no success with either. What do I need to change to allow users to log in through the GUI?
Thanks,
John
- 08-13-2009 #2Just Joined!
- Join Date
- May 2008
- Posts
- 19
You can do this using PAM.
Check the file /etc/pam.d/sshd
This file will probably have a rule that will allow the user to login if they pass the winbind credential check.
Add the same rule to /etc/pam.d/gdm if you're logging into gnome.
The rule will look like:
auth sufficient /lib/security/pam_winbind.so
- 08-13-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 31
Solved my own problem. After I had made all of my changes I restarted both winbind and smb. However I guess I missed something because after a full system reboot everything worked fine. Thanks for the reply SoX2000
- John


Reply With Quote