summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsrecord_find_pkeys.json
blob: 777f3bfb7c754e1b2eb6d590234efe6d37312115 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
    "error": null,
    "id": null,
    "result": {
        "count": 12,
        "result": [
            {
                "dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "@"
                ]
            },
            {
                "dn": "idnsname=_kerberos,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kerberos"
                ]
            },
            {
                "dn": "idnsname=_kerberos-master._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kerberos-master._tcp"
                ]
            },
            {
                "dn": "idnsname=_kerberos-master._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kerberos-master._udp"
                ]
            },
            {
                "dn": "idnsname=_kerberos._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kerberos._tcp"
                ]
            },
            {
                "dn": "idnsname=_kerberos._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kerberos._udp"
                ]
            },
            {
                "dn": "idnsname=_kpasswd._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kpasswd._tcp"
                ]
            },
            {
                "dn": "idnsname=_kpasswd._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_kpasswd._udp"
                ]
            },
            {
                "dn": "idnsname=_ldap._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_ldap._tcp"
                ]
            },
            {
                "dn": "idnsname=_ntp._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "_ntp._udp"
                ]
            },
            {
                "dn": "idnsname=dev,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "dev"
                ]
            },
            {
                "dn": "idnsname=testrec,idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "testrec"
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}