Dear All, Having enabled pam_list in /etc/pam.conf I can then happily control who can log on via ssh and that works fine.
HOWEVER, once pam_list is included in /etc/pam.conf then console logins ALL fail with messages such as ******************************************************************************************** Apr 30 11:32:55 phoenix login: [ID 825731 auth.error] dlsym failed pam_sm_authenticate: error ld.so.1: login: fatal: pam_sm_authenticate: can't find symbol ******************************************************************************************** Google locates various other people reporting this sort of problem, but I can't spot any obvious solutions. To provide a bit extra input, I tried running nm on a selection of pam libraries. **************************************************************************************** r...@phoenix:/var/log# nm /usr/lib/security/pam_dial_auth.so.1 | grep pam_sm_authenticate [58] | 2524| 1172|FUNC |GLOB |0 |12 |pam_sm_authenticate r...@phoenix:/var/log# *************************************************************************************** so that one has a pam_sm_authenticate symbol, HOWEVER ************************************************************************************** r...@phoenix:/var/log# nm /usr/lib/security/pam_list.so.1 | grep pam_sm_authenticate r...@phoenix:/var/log# ************************************************************************************** show it does indeed NOT have a pam_sm_authenticate So.... 1/. on the one, hand, is pam_list broken in some sense? 2/. alternatively, being pragmatic, can I do anything to stop console logons trying to do whatever they do do that hits this bug... As I say, pam_list is obviously NOT totally broken as after adding the appropriate line into /etc/pam.conf then it does do its job fine for ssh type logons, allowing in the users I want and blocking others.... Thanks, Dave Price -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
