CA Privileged Access Manager - Cloakware Password Authority (PA)PAM SAFENET LUNA HSMCA Privileged Access Manager (PAM)
Issue/Introduction
After installing CA PAMSC14.1 endpoint, the following messages are showed in Solaris10 syslog file. ===== Mar 8 12:00:02 DS187130E su[9777]: [ID 216970 auth.crit] illegal pam.conf entry: sshd\taccount optional\tpam_seos.so Mar 8 12:00:02 DS187130E su[9777]: [ID 828992 auth.crit] illegal pam.conf entry: sshd\taccount optional\tpam_seos.so\n: missing CONTROL FLAG Mar 8 12:00:02 DS187130E su[9777]: [ID 523631 auth.crit] illegal pam.conf entry: sshd\taccount optional\tpam_seos.so\n: missing MODULE PATH =====
What do the messages mean?
Environment
Solaris10 CA Privileged Access Manager Server Control 14.1
Resolution
The messages mean that the format of /etc/pam.conf file is illegal. Please check /etc/pam.conf file. You will see the following line in the file. ===== sshd\taccount optional\tpam_seos.so\n ===== The line is not correct. Please modify the line as follows. ===== sshd account optional pam_seos.so =====