Slawa Olhovchenkov <s...@zxy.spb.ru> writes:
> Dag-Erling Smørgrav <d...@des.no> writes:
> > Slawa Olhovchenkov <s...@zxy.spb.ru> writes:
> > > And how in this case can be resolved situation with PAM credentials
> > > (Kerberos credentials in may case)?
> > The application does not need them.
> I need them. I need single sign-on, I need enter password only once,
> at login time and use this credentials to login to other host and use
> Kerberosed NFS w/o entering password.

The application does not need pam_krb5's temporary credential cache.  It
is only used internally.  Single sign-on is implemented by storing your
credentials in a *permanent* credential cache (either a file or KCM)
which is independent of the PAM session and the application.  The
location of the permanent credential cache is exported to the
application through the KRB5CCNAME environment variable.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscr...@freebsd.org"

Reply via email to