Static ticket cache name

Russ Allbery rra at stanford.edu
Wed Nov 10 17:20:38 EST 2010


Techie <techchavez at gmail.com> writes:

> Yes I am using yours actually, it comes with Debian.

> I tried this in the session and auth pam stacks.

> pam_krb5.so ccache=file:/tmp/krb5cc_2345

> Is this syntax incorrect?

I believe the type has to be in all caps if one wants to provide the type,
so use either:

    ccache=/tmp/krb5cc_2345

or:

    ccache=FILE:/tmp/krb5cc_2345

The session stack is the place where you would need to configure this.  If
that still doesn't work, could you provide more information about exactly
how it doesn't work?  (Do logins fail, do logins succeed but you get a
different ticket cache name, etc.)

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the Kerberos mailing list