I've followed all the instructions for setting up PAM authentication on my
Solaris 8 box, for SSH 3.0.1. Still, nothing works, it looks like it is
not recognizing my login name.
Here is my configuration:
pam_smb 1.1.6
SSH 3.0.1
=================================================================
~> cat /etc/pam.conf
# Authentication management
#
login auth required /usr/lib/security/pam_smb_auth.so.1 debug
other auth required /usr/lib/security/pam_smb_auth.so.1 debug
sshd2 auth required /usr/lib/security/pam_smb_auth.so.1 debug
#
# Account management
#
login account required /usr/lib/security/pam_unix.so.1
other account required /usr/lib/security/pam_unix.so.1
sshd2 account required /usr/lib/security/pam_unix.so.1
#
# Session management
#
other session required /usr/lib/security/pam_unix.so.1
sshd2 session required /usr/lib/security/pam_unix.so.1
#
# Password management
#
other password required /usr/lib/security/pam_unix.so.1
sshd2 password required /usr/lib/security/pam_unix.so.1
=================================================================
~> cat /etc/ssh2/sshd2_config
## sshd2_config
snip...
## Authentication
## Hostbased and PAM are not enabled by default.
PasswordGuesses 3
AllowedAuthentications [EMAIL PROTECTED]
SshPamClientPath /usr/local/bin/ssh-pam-client
...snip
==================================================================
It seems like this should work, it looks everything's in the right place,
and i tested out the pam_smb modules with other services..
Thanks,
Mark