summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-09-10 09:28:50 +0200
committerKarolin Seeger <kseeger@samba.org>2013-10-07 10:31:45 +0200
commit58038f6b26b5363f07d6e4a3fac6db461f9bca2c (patch)
tree7e6fd289754886247812dcb275c3d603c73efb5a /source3
parent996415fa84d22021fcbd7db8fa21bb8dbacca125 (diff)
downloadsamba-58038f6b26b5363f07d6e4a3fac6db461f9bca2c.tar.gz
s3-winbind: Don't set a default directory for DIR.
There is not default so you should always have to specify a directory in the config file. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_pam.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index 7b671542a26..957dde3f1e7 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -492,10 +492,6 @@ static const char *generate_krb5_ccache(TALLOC_CTX *mem_ctx,
gen_cc = talloc_asprintf(
mem_ctx, "WRFILE:/tmp/krb5cc_%d", uid);
}
- if (strequal(type, "DIR")) {
- gen_cc = talloc_asprintf(
- mem_ctx, "DIR:/run/user/%d/krb5cc", uid);
- }
if (strnequal(type, "FILE:/", 6) ||
strnequal(type, "WRFILE:/", 8) ||