problems with openssh-1.2.2 and pam_tacplus.so

Dominik Brettnacher domi at saargate.de
Thu Feb 3 17:12:57 EST 2000


On Thu, 3 Feb 2000, djm at mindrot.org wrote:

> >> PAM rejected by account configuration: Permission denied
> What 'account' entries do you have for sshd? If there are none it
> may be defaulting to deny.

You were right, I did not set up any. Now my pam.conf looks like this:

sshd	auth	required	pam_tacplus.so
sshd	account	required	pam_unix.so			try_first_pass
sshd	password	required	pam_unix.so			try_first_pass
sshd	session	required	pam_unix.so			try_first_pass


When I use "pam_permit.so" as the session module, I can login
successfully, but when trying pam_unix.so, I get these errors:

Feb  3 07:05:01  sshd[17265]: unable to resolve symbol: pam_sm_chauthtok
Feb  3 07:05:01  sshd[17265]: unable to resolve symbol: pam_sm_open_session
Feb  3 07:05:01  sshd[17265]: unable to resolve symbol: pam_sm_close_session


I already linked libcrypt.so to sshd because I got error messages without.
But what is missing here?


-- 
Dominik - http://www.saargate.de/~domi/






More information about the openssh-unix-dev mailing list