s4:torture: Adapt KDC canon test to Heimdal upstream changes
[samba.git] / third_party / heimdal / tests / kdc / kdc-tester1.json
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