Re: override default credentials cache file location

2010-10-14 Thread Greg Hudson
On Thu, 2010-10-14 at 19:04 -0400, Zaar Hai wrote: > 1. Where can I submit a feature request for this? Consider it requested. I can't make any promises about whether or when it will be addressed, but it might fit on the margins since it's pretty easy. It's unlikely to make the 1.9 release (which

Re: override default credentials cache file location

2010-10-14 Thread Russ Allbery
Zaar Hai writes: > I guess for now my only option is to fix KRB5CCNAME for each kerberised > service I've got, which includes ssh, apache, pam, and various other > services that use k5start helper. If you run the service as a command invoked by k5start, and use the -k option to k5start, k5start

Re: override default credentials cache file location

2010-10-14 Thread Zaar Hai
On 14 באוקe 2010, at 21:13, Greg Hudson wrote: On Thu, 2010-10-14 at 06:26 -0400, Zaar Hai wrote: I've thought of making default cache location to be /var/cars/krb5ccache which will be mounted to RAM, making above scenario much harder to execute. Unfortunately, this appears to be hardcoded:

Re: override default credentials cache file location

2010-10-14 Thread Greg Hudson
On Thu, 2010-10-14 at 06:26 -0400, Zaar Hai wrote: > I've thought of making default cache location to be > /var/cars/krb5ccache which will be mounted to RAM, making above > scenario much harder to execute. Unfortunately, this appears to be hardcoded: snprintf(name_buf, name_size, "FILE:/tmp/k

Re: override default credentials cache file location

2010-10-14 Thread Chris Ward
I could be wrong, but I think what you want is this: KRB5CCNAME Used by the mechanism to specify the location of the credential cache. The variable can be set to the following value: [[:]] where can be FILE or MEMORY. is the location of the principal's credential cache.

Re: password expiration field set to none after password change

2010-10-14 Thread peter sands
thanks that works pete Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

override default credentials cache file location

2010-10-14 Thread Zaar Hai
Good day, dear all! I'm using MIT kerberos version 1.6 on Debian Lenny amd64. I would like to override default location of credentials cache file. Here is the reasoning and may be someone would have a better solution: Credentials cache are stored in /tmp by default. /tmp is mounted on real disk a