xref: /netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1[
2	{
3	"op" : "repeat",
4	"num" : 333,
5	"value" : {
6		"op" : "kinit",
7		"client" : "foo@TEST.H5L.SE",
8		"password" : "foo"
9		}
10	},
11	{
12	"op" : "kinit",
13	"client" : "foo@TEST.H5L.SE",
14	"password" : "foo",
15	"ccache" : "MEMORY:cache"
16	},
17	{
18	"op" : "repeat",
19	"num" : 333,
20	"value" : {
21		"op" : "kgetcred",
22		"server" : "host/datan.test.h5l.se@TEST.H5L.SE",
23		"ccache" : "MEMORY:cache"
24		}
25	},
26	{
27	"op" : "kdestroy",
28	"ccache" : "MEMORY:cache"
29	}
30]
31
32