Bug 10844 - kerberos credentials leak into the users' environment
Summary: kerberos credentials leak into the users' environment
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Test infrastructure (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-27 13:55 UTC by Jelmer Vernooij
Modified: 2017-01-03 06:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jelmer Vernooij 2014-09-27 13:55:01 UTC
I use Kerberos for my home network. However, every time I run the testsuite it ends up overwriting my local credentials cache.

Once I run 'make test', klist starts returning:

% klist
Credentials cache: FILE:/tmp/krb5cc_1000
        Principal: Administrator@SAMBA.EXAMPLE.COM

  Issued                Expires               Principal
Sep 27 15:49:57 2014  Sep 28 01:49:57 2014  krbtgt/SAMBA.EXAMPLE.COM@SAMBA.EXAMPLE.COM
Sep 27 15:49:57 2014  Sep 28 01:49:57 2014  LOCALADMEMBER$@SAMBA.EXAMPLE.COM
Comment 1 Andrew Bartlett 2017-01-03 06:11:20 UTC
Fixed in f09f5ae631c64da016072b1c09c172f4673a06cd in master for Samba 4.6.

(also attempted to be fixed many times previously).