I want to have AD users to log in my Linux machine. I have added a CentOS 6.7 machine to an AD domain and all things look ok. I can execute 'kinit' command without error and 'wbinfo' works fine and shows to me all AD users and groups. Also I can get information about my users using 'id' command. The problem is I cannot execute this command: 'su domain_user' and get error:
$ su domain_user
Password:
Access is denied
su: incorrect password
In the same time I can login to this Linux machine using this account via SSH.
How is it possible? Thank for your help.
I added the file /etc/security/pam_winbind.conf And now it works fine.