[OpenAFS-devel] pam_gssklog on solaris9
Rong,Yongjun(CS)
rong@cs.ttu.edu
Thu, 10 Jun 2004 15:51:14 -0500
Hi, All,
I have another problem for the pam_gssklog. It seems the pam_sm_setcred
cannot be called during the process of login. My pam.conf for dtlogin is as
below:
dtlogin auth requisite pam_authtok_get.so.1 debug
dtlogin auth required pam_dhkeys.so.1 debug
dtlogin auth sufficient pam_unix_auth.so.1 debug use_first_pass
dtlogin auth optional pam_krb5.so debug forwardable realmm=TTU.EDU
use_first_pass
dtlogin auth optional pam_gssklog.so.1 debug
pam_kr5b.so is work fine. After the user login, I can klist the tickets. But
the pam_gssklog is not work well. From the debug information, the
pam_sm_setcred is not be called.
Any suggestions, Thanks in advanced.
Rong