[OpenAFS] Sunray PAM on solaris9 not working

Derrick J Brashear Derrick J Brashear <shadow@dementia.org>
Wed, 12 Feb 2003 11:21:31 -0500 (EST)


On Wed, 12 Feb 2003, Peter Schmid wrote:

> Hello,
> 
> we are using OpenAFS 1.2.8 on a SUN V880 (our sunray server2.0). 
> Under solaris8 everything works fine. But after an upgrade to
> solaris9 the AFS sunray dtlogin do not work any longer. Other logins
> (ssh, dtlogin, etc.) still work.
> 
> The AFS sunray dtlogin accepts the passwort but can not access the
> home directory. It seems that the login process forgets the AFS
> token. Maybe the sunray dtlogin changes to another process and loses
> therefore the PAG?

Does it maybe close the session immediately? One of Sun's logins used to
do this, it's conceivable this one does also. There are PAM modules around
(I wrote one of them) that syslog when called, you could easily add one
and syslog as each PAM step (auth, setcred, open_session, close_session,
etc) is called.