summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/otptoken_mod.json')
-rw-r--r--install/ui/test/data/otptoken_mod.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/install/ui/test/data/otptoken_mod.json b/install/ui/test/data/otptoken_mod.json
new file mode 100644
index 000000000..83cec6063
--- /dev/null
+++ b/install/ui/test/data/otptoken_mod.json
@@ -0,0 +1,72 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "messages": [
+ {
+ "code": 13001,
+ "message": "API Version number was not sent, forward compatibility not guaranteed. Assuming server's API version, 2.83",
+ "name": "VersionMissing",
+ "type": "warning"
+ }
+ ],
+ "result": {
+ "attributelevelrights": {
+ "aci": "rscwo",
+ "description": "rscwo",
+ "ipatokendisabled": "rscwo",
+ "ipatokenmodel": "rscwo",
+ "ipatokennotafter": "rscwo",
+ "ipatokennotbefore": "rscwo",
+ "ipatokenotpalgorithm": "rscwo",
+ "ipatokenotpdigits": "rscwo",
+ "ipatokenotpkey": "rscwo",
+ "ipatokenowner": "rscwo",
+ "ipatokenserial": "rscwo",
+ "ipatokentotpclockoffset": "rscwo",
+ "ipatokentotptimestep": "rscwo",
+ "ipatokenuniqueid": "rscwo",
+ "ipatokenvendor": "rscwo",
+ "nsaccountlock": "rscwo",
+ "objectclass": "rscwo"
+ },
+ "description": [
+ "a"
+ ],
+ "dn": "ipatokenuniqueid=10bd43b5-3204-4695-9225-91064f6c77b3,cn=otp,dc=example,dc=com",
+ "ipatokenmodel": [
+ "totp"
+ ],
+ "ipatokenotpalgorithm": [
+ "sha1"
+ ],
+ "ipatokenotpdigits": [
+ "6"
+ ],
+ "ipatokenotpkey": [
+ {
+ "__base64__": "zxQLlzbl+khKOw=="
+ }
+ ],
+ "ipatokentotpclockoffset": [
+ "0"
+ ],
+ "ipatokentotptimestep": [
+ "30"
+ ],
+ "ipatokenuniqueid": [
+ "10bd43b5-3204-4695-9225-91064f6c77b3"
+ ],
+ "ipatokenvendor": [
+ "FreeIPA"
+ ],
+ "objectclass": [
+ "top",
+ "ipatokentotp",
+ "ipatoken"
+ ]
+ },
+ "summary": "Modified OTP token \"10bd43b5-3204-4695-9225-91064f6c77b3\"",
+ "value": "10bd43b5-3204-4695-9225-91064f6c77b3"
+ }
+}