summaryrefslogtreecommitdiff
path: root/source4/heimdal/tests/kdc/kdc-tester1.json
blob: 08a7744c040245407b716ceabedfee21867090df (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
[
	{
	"op" : "repeat",
	"num" : 333,
	"value" : {
		"op" : "kinit",
		"client" : "foo@TEST.H5L.SE",
		"password" : "foo"
		}
	},
	{
	"op" : "kinit",
	"client" : "foo@TEST.H5L.SE",
	"password" : "foo",
	"ccache" : "MEMORY:cache"
	},
	{
	"op" : "repeat",
	"num" : 333,
	"value" : {
		"op" : "kgetcred",
		"server" : "host/datan.test.h5l.se@TEST.H5L.SE",
		"ccache" : "MEMORY:cache"
		}
	},
	{
	"op" : "kdestroy",
	"ccache" : "MEMORY:cache"
	}
]