Files
heimdal/tests/kdc/kdc-tester1.json
Love Hornquist Astrand 07a88f4b5a use no-store
2012-01-10 22:54:16 +01:00

32 lines
444 B
JSON

[
{
"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"
}
]