summaryrefslogtreecommitdiffstats
path: root/src/ccapi/test/test_ccapi_check.c
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-08-29 18:17:29 -0400
committerGreg Hudson <ghudson@mit.edu>2013-09-03 21:38:31 -0400
commit2f37634ae89f8bd13ec64120fce56ba5613c498c (patch)
treee2eec8eaccbc921adacacbdf964139303f0a410c /src/ccapi/test/test_ccapi_check.c
parent95b03a6fef4b86d1f8fac0a6ef92e86d836e261f (diff)
Tighten up referral recognition in KDC TGS code
In do_tgs_req(), treat the search_sprinc() result as a referral only if it is a cross-TGS principal and it doesn't match the requested server principal. This change fixes two corner cases: (1) when a client requests a cross-realm TGT, we won't squash the name type in the response; and (2) if we are serving multiple realms out of the same KDB, we will properly handle aliases to any local-realm TGT, not just the one for the configured realm name. ticket: 7555
Diffstat (limited to 'src/ccapi/test/test_ccapi_check.c')
0 files changed, 0 insertions, 0 deletions
n> Unnamed repository; edit this file 'description' to name the repository.Endi Dewata
summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/request/ExtDataHashtable.java
blob: f21503a21006760eb12cf13eb7089d6347be06cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78