We store our user information in Active Directory in the posix extensions. For example, my Active Directory account includes the following attributes:<br />
uidnumber: 339<br />
gidnumber: 20<br />
unixHomeDirectory: /u/pat<br />
loginShell: /bin/ksh<br />
<br />
I have configured CentOS 7 per the "Red Hat Enterprise Linux Windows Integration Guide" so that that the system is a member of the AD domain. I can successfully login to the computer with my AD user ID and password. I have configured autofs so that the home directory is automounted from our central file server. Everything is working great except for the shell. <br />
<br />
When I SSH into the system with kerberos authentication, I get /bin/ksh as I would expect. However when I login via the console and gnome, I get /bin/bash.
↧