diff options
author | Günther Deschner <gd@samba.org> | 2009-11-06 12:51:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-06 12:51:29 +0100 |
commit | 6ca8a40976f86f66713ba9a7b957f97a1c271016 (patch) | |
tree | caf7dad49866a0e23cc94f4c91275151b0cf996c /source3 | |
parent | 58184b5fd4e95bc7ad2179237808126411509eea (diff) | |
download | samba-6ca8a40976f86f66713ba9a7b957f97a1c271016.tar.gz samba-6ca8a40976f86f66713ba9a7b957f97a1c271016.tar.bz2 samba-6ca8a40976f86f66713ba9a7b957f97a1c271016.zip |
s3-net: better use memory credential cache in net_ads_kerberos_pac().
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index beef62a8f1..10873cacbd 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2368,7 +2368,7 @@ static int net_ads_kerberos_pac(struct net_context *c, int argc, const char **ar 0, NULL, NULL, - "/tmp/schrott", + NULL, true, true, 2592000, /* one month */ |