|
SLES has no system-auth file
hi all,
We have 40+ Linux systems 6 of which are SLES.
We have AD authentication with kerberos on to all this servers.
As the client configuration is only a copy paste, I could complete authentication by SCPing all 3 files
scp xx.yy.zz.aaa:/etc/krb5.conf /etc/krb5.conf;
scp xx.yy.zz.aaa:/etc/pam.d/system-auth /etc/pam.d/system-auth
This went well in all 34 RHEL boxes, however was a great failure in SLES1164 boxes.
Any quick clues to make this work. When a user tried to login, I striaght away see sshd/pam related errors only in /var/log/messages file.
/etc/pam.d/sshd, /etc/pam.d/common-auth file are what I suspect. as this is a new release I am unable to find much info.
|