[24161] in Kerberos

home help back first fref pref prev next nref lref last post

Re: Default ticket lifetime

daemon@ATHENA.MIT.EDU (Russ Allbery)
Tue Jun 28 23:59:12 2005

From: Russ Allbery <rra@stanford.edu>
Date: Tue, 28 Jun 2005 20:49:34 -0700
Message-ID: <87hdfh6cvl.fsf@windlord.stanford.edu>
To: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu

Ryan Underwood <nemesis-lists@icequake.net> writes:

> I've tried this in both the appdefaults and realms sections with no
> effect.  Additionally, it does not turn up in a source grep.

> I should mention that I am able to obtain tickets of the correct length
> by using the '-l' option to kinit, so the KDC and principals are
> apparently configured correctly.

Ah, hm.

#if 0
        /* Default ticket lifetime is currently not supported */
        profile_get_integer(ctx->profile, "libdefaults", "tkt_lifetime",
                            0, 10 * 60 * 60, &tmp);
        ctx->tkt_lifetime = tmp;
#endif

(src/lib/krb5/krb/init_ctx.c).  It looks like they might not have ever
been really supported?

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post