[PATCHSET] add support for DIR: based credential caches

Jeremy Allison jra at samba.org
Mon Jul 22 13:57:00 MDT 2013


On Mon, Jul 22, 2013 at 02:03:44PM +0200, Guenther Deschner wrote:
> Hi,
> 
> attached find some patches to add support for DIR: based krb5 credential
> caches in kerberized pam_winbind logons. The pam_winbind.conf
> configuration file now also allows to define custom patterns for DIR:
> and FILE: paths including numeric uid substitution using "%u".

This:

> +             if (strequal(type, "DIR")) {
> +                     gen_cc = talloc_asprintf(
> +                             mem_ctx, "DIR:/run/user/%d/krb5cc", uid);
> +             }

Looks rather Linux-only'ish :-).

Is there an alternative/parameterization for other systems ?

Jeremy.


More information about the samba-technical mailing list