Remove all old JSON files

JSON files were used as source of information for offline WebUI.

https://pagure.io/freeipa/issue/6447

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Pavel Vomacka 2017-05-23 12:58:48 +02:00
parent 6ad92d3a4f
commit 41a18bbbc8
239 changed files with 2 additions and 63036 deletions

View File

@ -286,4 +286,4 @@ test("Testing general target.", function() {
same(record.extratargetfilter[0], data.result.result.extratargetfilter, 'filter set correctly');
});
};});
};});

View File

@ -50,4 +50,4 @@
<ol id="qunit-tests"></ol>
<div id="qunit-fixture"></div>
</body>
</html>
</html>

View File

@ -1,21 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automembertargetgroup": [
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foogroup"
],
"dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
},
"summary": "Added automember rule \"foogroup\"",
"value": "foogroup"
}
}

View File

@ -1,14 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberdefaultgroup": "No default group set",
"cn": [
"Group"
]
},
"summary": "Removed default group for automember \"group\"",
"value": "group"
}
}

View File

@ -1,16 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberdefaultgroup": [
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"Group"
]
},
"summary": "Set default group for automember \"group\"",
"value": "group"
}
}

View File

@ -1,17 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberdefaultgroup": [
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"Group"
],
"dn": "cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com"
},
"summary": null,
"value": "group"
}
}

View File

@ -1,24 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"automembertargetgroup": [
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foogroup"
],
"dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
}
],
"summary": "1 rules matched",
"truncated": false
}
}

View File

@ -1,27 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"automembertargetgroup": [
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foogroup"
],
"dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
},
"summary": null,
"value": "foogroup"
}
]
}
}

View File

@ -1,31 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberexclusiveregex": [
"cn=^user5",
"cn=^user6"
],
"automemberinclusiveregex": [
"cn=^user[0-9]+"
],
"automembertargetgroup": [
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foogroup"
],
"description": [
"userrule description"
],
"dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
},
"summary": null,
"value": "foogroup"
}
}

View File

@ -1,21 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automembertargetgroup": [
"cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foohostgroup"
],
"dn": "cn=foohostgroup,cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
},
"summary": "Added automember rule \"foohostgroup\"",
"value": "foohostgroup"
}
}

View File

@ -1,14 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberdefaultgroup": "No default group set",
"cn": [
"Hostgroup"
]
},
"summary": "Removed default group for automember \"hostgroup\"",
"value": "hostgroup"
}
}

View File

@ -1,16 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberdefaultgroup": [
"cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"Hostgroup"
]
},
"summary": "Set default group for automember \"hostgroup\"",
"value": "hostgroup"
}
}

View File

@ -1,15 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberdefaultgroup": "No default group set",
"cn": [
"Hostgroup"
],
"dn": "cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com"
},
"summary": null,
"value": "hostgroup"
}
}

View File

@ -1,24 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"automembertargetgroup": [
"cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foohostgroup"
],
"dn": "cn=foohostgroup,cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
}
],
"summary": "1 rules matched",
"truncated": false
}
}

View File

@ -1,27 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"automembertargetgroup": [
"cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foohostgroup"
],
"dn": "cn=foohostgroup,cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
},
"summary": null,
"value": "foohostgroup"
}
]
}
}

View File

@ -1,30 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automemberexclusiveregex": [
"fqdn=^web5.example.com"
],
"automemberinclusiveregex": [
"fqdn=^web[1-9]+.example.com"
],
"automembertargetgroup": [
"cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
],
"cn": [
"foohostgroup"
],
"description": [
"hostrule description"
],
"dn": "cn=foohostgroup,cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
"objectclass": [
"top",
"automemberregexrule"
]
},
"summary": null,
"value": "foohostgroup"
}
}

View File

@ -1,24 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automountinformation": [
"mountinfogoeshere"
],
"automountkey": [
"/var/log/ipa"
],
"description": [
"/var/log/ipa mountinfogoeshere"
],
"dn": "description=/var/log/ipa mountinfogoeshere,automountmapname=auto.master,cn=default,cn=automount,dc=example,dc=com",
"objectclass": [
"automount",
"top"
]
},
"summary": null,
"value": "auto.master"
}
}

View File

@ -1,43 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"automountinformation": [
"/var/log/dirsrv"
],
"automountkey": [
"nfsserver:/var/log/dirsrv"
],
"description": [
"nfsserver:/var/log/dirsrv /var/log/dirsrv"
],
"dn": "description=nfsserver:/var/log/dirsrv /var/log/dirsrv,automountmapname=auto.log,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automount",
"top"
]
},
{
"automountinformation": [
"/var/log/ipa"
],
"automountkey": [
"nfsserver:/var/log/ipa"
],
"description": [
"nfsserver:/var/log/ipa /var/log/ipa"
],
"dn": "description=nfsserver:/var/log/ipa /var/log/ipa,automountmapname=auto.log,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automount",
"top"
]
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,32 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"automountinformation": "rscwo",
"automountkey": "rscwo",
"description": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"automountinformation": [
"auto.home"
],
"automountkey": [
"/home"
],
"description": [
"/home auto.home"
],
"dn": "description=/home auto.home,automountmapname=auto.master,cn=default,cn=automount,dc=example,dc=com",
"objectclass": [
"automount",
"top"
]
},
"summary": null,
"value": "/home auto.home"
}
}

View File

@ -1,18 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"cn": [
"YYZ"
],
"dn": "cn=yyz,cn=automount,dc=example,dc=com",
"objectclass": [
"nscontainer",
"top"
]
},
"summary": null,
"value": "YYZ"
}
}

View File

@ -1,17 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"failed": ""
},
"summary": null,
"value": "YYZ"
}
]
}
}

View File

@ -1,35 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 4,
"result": [
{
"cn": [
"BOS"
],
"dn": "cn=bos,cn=automount,dc=example,dc=com"
},
{
"cn": [
"BRNO"
],
"dn": "cn=brno,cn=automount,dc=example,dc=com"
},
{
"cn": [
"default"
],
"dn": "cn=default,cn=automount,dc=example,dc=com"
},
{
"cn": [
"RDU"
],
"dn": "cn=rdu,cn=automount,dc=example,dc=com"
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,35 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 4,
"result": [
{
"cn": [
"BOS"
],
"dn": "cn=bos,cn=automount,dc=example,dc=com"
},
{
"cn": [
"BRNO"
],
"dn": "cn=brno,cn=automount,dc=example,dc=com"
},
{
"cn": [
"default"
],
"dn": "cn=default,cn=automount,dc=example,dc=com"
},
{
"cn": [
"RDU"
],
"dn": "cn=rdu,cn=automount,dc=example,dc=com"
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,53 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 4,
"results": [
{
"error": null,
"result": {
"cn": [
"BOS"
],
"dn": "cn=bos,cn=automount,dc=example,dc=com"
},
"summary": null,
"value": "BOS"
},
{
"error": null,
"result": {
"cn": [
"BRNO"
],
"dn": "cn=brno,cn=automount,dc=example,dc=com"
},
"summary": null,
"value": "BRNO"
},
{
"error": null,
"result": {
"cn": [
"default"
],
"dn": "cn=default,cn=automount,dc=example,dc=com"
},
"summary": null,
"value": "default"
},
{
"error": null,
"result": {
"cn": [
"RDU"
],
"dn": "cn=rdu,cn=automount,dc=example,dc=com"
},
"summary": null,
"value": "RDU"
}
]
}
}

View File

@ -1,14 +0,0 @@
{
"error": null,
"id": 6,
"result": {
"result": {
"cn": [
"default"
],
"dn": "cn=default,cn=automount,dc=example,dc=com"
},
"summary": null,
"value": "default"
}
}

View File

@ -1,18 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automountmapname": [
"auto.log"
],
"dn": "automountmapname=auto.log,cn=mtv,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "auto.log"
}
}

View File

@ -1,21 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automountmapname": [
"test"
],
"description": [
"test"
],
"dn": "automountmapname=test,cn=default,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "test"
}
}

View File

@ -1,17 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"failed": ""
},
"summary": null,
"value": "auto.log"
}
]
}
}

View File

@ -1,51 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 4,
"result": [
{
"automountmapname": [
"auto.direct"
],
"dn": "automountmapname=auto.direct,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
{
"automountmapname": [
"auto.home"
],
"dn": "automountmapname=auto.home,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
{
"automountmapname": [
"auto.log"
],
"dn": "automountmapname=auto.log,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
{
"automountmapname": [
"auto.master"
],
"dn": "automountmapname=auto.master,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,35 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 4,
"result": [
{
"automountmapname": [
"auto.direct"
],
"dn": "automountmapname=auto.direct,cn=bos,cn=automount,dc=example,dc=com"
},
{
"automountmapname": [
"auto.home"
],
"dn": "automountmapname=auto.home,cn=bos,cn=automount,dc=example,dc=com"
},
{
"automountmapname": [
"auto.log"
],
"dn": "automountmapname=auto.log,cn=bos,cn=automount,dc=example,dc=com"
},
{
"automountmapname": [
"auto.master"
],
"dn": "automountmapname=auto.master,cn=bos,cn=automount,dc=example,dc=com"
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,69 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 4,
"results": [
{
"error": null,
"result": {
"automountmapname": [
"auto.direct"
],
"dn": "automountmapname=auto.direct,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "auto.direct"
},
{
"error": null,
"result": {
"automountmapname": [
"auto.home"
],
"dn": "automountmapname=auto.home,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "auto.home"
},
{
"error": null,
"result": {
"automountmapname": [
"auto.log"
],
"dn": "automountmapname=auto.log,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "auto.log"
},
{
"error": null,
"result": {
"automountmapname": [
"auto.master"
],
"dn": "automountmapname=auto.master,cn=bos,cn=automount,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "auto.master"
}
]
}
}

View File

@ -1,14 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"automountmapname": [
"live"
],
"dn": "automountmapname=live,cn=bos,cn=automount,dc=example,dc=com"
},
"summary": null,
"value": "live"
}
}

View File

@ -1,65 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 10,
"result": [
{
"serial_number": 1,
"serial_number_hex": "0x1",
"status": "VALID",
"subject": "CN=Certificate Authority,O=EXAMPLE.COM"
},
{
"serial_number": 2,
"serial_number_hex": "0x2",
"status": "VALID",
"subject": "CN=OCSP Subsystem,O=EXAMPLE.COM"
},
{
"serial_number": 3,
"serial_number_hex": "0x3",
"status": "VALID",
"subject": "CN=dev.example.com,O=EXAMPLE.COM"
},
{
"serial_number": 4,
"serial_number_hex": "0x4",
"status": "VALID",
"subject": "CN=CA Subsystem,O=EXAMPLE.COM"
},
{
"serial_number": 5,
"serial_number_hex": "0x5",
"status": "VALID",
"subject": "CN=CA Audit,O=EXAMPLE.COM"
},
{
"serial_number": 6,
"serial_number_hex": "0x6",
"status": "VALID",
"subject": "CN=ipa-ca-agent,O=EXAMPLE.COM"
},
{
"serial_number": 7,
"serial_number_hex": "0x7",
"status": "VALID",
"subject": "CN=IPA RA,O=EXAMPLE.COM"
},
{
"serial_number": 8,
"serial_number_hex": "0x8",
"status": "VALID",
"subject": "CN=dev.example.com,O=EXAMPLE.COM"
},
{
"serial_number": 9,
"serial_number_hex": "0x9",
"status": "VALID",
"subject": "CN=dev.example.com,O=EXAMPLE.COM"
}
],
"summary": "10 certificates matched",
"truncated": false
}
}

View File

@ -1,9 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"unrevoked": true
}
}
}

View File

@ -1,16 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"certificate": "MIICAjCCAWugAwIBAgICBAswDQYJKoZIhvcNAQEFBQAwKTEnMCUGA1UEAxMeSVBBIFRlc3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTEwMTAwNzIzMzk0NFoXDTE1MTAwNzIzMzk0NFowKDEMMAoGA1UECgwDSVBBMRgwFgYDVQQDDA9kZXYuZXhhbXBsZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAOTXyj8grVB7Rj95RFawgdwn9OYZ03LWHZ+HMYggu2/xCCrUrdThP14YBlVqZumjVJSclj6T4ACjjdPJq9JTTmx7gMizDTReus7IPlS6fCxb5v5whQJZsEksXL04OxUMl25euPRFkYcTK1rdW47+AkG10j1qeNW+B6CpdQGR6eM/AgMBAAGjOjA4MBEGCWCGSAGG+EIBAQQEAwIGQDATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8BAf8EBAMCBPAwDQYJKoZIhvcNAQEFBQADgYEASIhq723VL5xP0q51MYXFlGU1boD7pPD1pIQspD/MjCIEupcbH2kAo4wf+EiKsXR0rs+WZkaSgvFqaM4OQ2kWSFTiqmFXFDBEi6EFr68yLg7IpQpNTzVBXERd8B4GwNL9wrRw60jPXlUK29DPBsdGq8fDgX18l39wKkWXv7p1to4=",
"issuer": "CN=Certificate Authority,O=EXAMPLE.COM",
"request_id": "1",
"serial_number": "1",
"sha1_fingerprint": "b8:4c:4b:79:4f:13:03:79:47:08:fa:6b:52:63:3d:f9:15:8e:7e:dc",
"subject": "CN=dev.example.com,O=EXAMPLE.COM",
"valid_not_after": "Tue Oct 13 01:59:32 2015 UTC",
"valid_not_before": "Wed Oct 13 01:59:32 2010 UTC"
}
}
}

View File

@ -1,9 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"revoked": true
}
}
}

View File

@ -1,15 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"certificate": "MIICAjCCAWugAwIBAgICBAswDQYJKoZIhvcNAQEFBQAwKTEnMCUGA1UEAxMeSVBBIFRlc3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MB4XDTEwMTAwNzIzMzk0NFoXDTE1MTAwNzIzMzk0NFowKDEMMAoGA1UECgwDSVBBMRgwFgYDVQQDDA9kZXYuZXhhbXBsZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAOTXyj8grVB7Rj95RFawgdwn9OYZ03LWHZ+HMYggu2/xCCrUrdThP14YBlVqZumjVJSclj6T4ACjjdPJq9JTTmx7gMizDTReus7IPlS6fCxb5v5whQJZsEksXL04OxUMl25euPRFkYcTK1rdW47+AkG10j1qeNW+B6CpdQGR6eM/AgMBAAGjOjA4MBEGCWCGSAGG+EIBAQQEAwIGQDATBgNVHSUEDDAKBggrBgEFBQcDATAOBgNVHQ8BAf8EBAMCBPAwDQYJKoZIhvcNAQEFBQADgYEASIhq723VL5xP0q51MYXFlGU1boD7pPD1pIQspD/MjCIEupcbH2kAo4wf+EiKsXR0rs+WZkaSgvFqaM4OQ2kWSFTiqmFXFDBEi6EFr68yLg7IpQpNTzVBXERd8B4GwNL9wrRw60jPXlUK29DPBsdGq8fDgX18l39wKkWXv7p1to4=",
"issuer": "CN=Certificate Authority,O=EXAMPLE.COM",
"serial_number": "1",
"sha1_fingerprint": "b8:4c:4b:79:4f:13:03:79:47:08:fa:6b:52:63:3d:f9:15:8e:7e:dc",
"subject": "CN=dev.example.com,O=EXAMPLE.COM",
"valid_not_after": "Tue Oct 13 01:59:32 2015 UTC",
"valid_not_before": "Wed Oct 13 01:59:32 2010 UTC"
}
}
}

View File

@ -1,107 +0,0 @@
{
"error": null,
"id": 4,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"ipacertificatesubjectbase": "rscwo",
"ipaconfigstring": "rscwo",
"ipacustomfields": "rscwo",
"ipadefaultemaildomain": "rscwo",
"ipadefaultloginshell": "rscwo",
"ipadefaultprimarygroup": "rscwo",
"ipagroupobjectclasses": "rscwo",
"ipagroupsearchfields": "rscwo",
"ipahomesrootdir": "rscwo",
"ipamaxusernamelength": "rscwo",
"ipamigrationenabled": "rscwo",
"ipapwdexpadvnotify": "rscwo",
"ipasearchrecordslimit": "rscwo",
"ipasearchtimelimit": "rscwo",
"ipaselinuxusermapdefault": "rscwo",
"ipaselinuxusermaporder": "rscwo",
"ipauserobjectclasses": "rscwo",
"ipausersearchfields": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"cn": [
"ipaConfig"
],
"dn": "cn=ipaconfig,cn=etc,dc=example,dc=com",
"ipacertificatesubjectbase": [
"O=EXAMPLE.COM"
],
"ipaconfigstring": [
"AllowNThash"
],
"ipadefaultemaildomain": [
"example.com"
],
"ipadefaultloginshell": [
"/bin/sh"
],
"ipadefaultprimarygroup": [
"ipausers"
],
"ipagroupobjectclasses": [
"top",
"groupofnames",
"nestedgroup",
"ipausergroup",
"ipaobject"
],
"ipagroupsearchfields": [
"cn,description"
],
"ipahomesrootdir": [
"/home"
],
"ipamaxusernamelength": [
"32"
],
"ipamigrationenabled": [
"FALSE"
],
"ipapwdexpadvnotify": [
"4"
],
"ipasearchrecordslimit": [
"100"
],
"ipasearchtimelimit": [
"2"
],
"ipaselinuxusermapdefault": [
"guest_u:s0"
],
"ipaselinuxusermaporder": [
"guest_u:s0$xguest_u:s0$user_u:s0-s0:c0.c1023$staff_u:s0-s0:c0.c1023$unconfined_u:s0-s0:c0.c1023"
],
"ipauserobjectclasses": [
"top",
"person",
"organizationalperson",
"inetorgperson",
"inetuser",
"posixaccount",
"krbprincipalaux",
"krbticketpolicyaux",
"ipaobject"
],
"ipausersearchfields": [
"uid,givenname,sn,telephonenumber,ou,title"
],
"objectclass": [
"nsContainer",
"top",
"ipaGuiConfig",
"ipaConfigObject"
]
},
"summary": null,
"value": ""
}
}

View File

@ -1,35 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"aciname": "delegme",
"attrs": [
"cn"
],
"filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com)",
"group": "muppets",
"membergroup": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
"permissions": [
"write"
]
},
{
"aciname": "m2m",
"attrs": [
"title"
],
"filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=example,dc=com)",
"group": "muppets",
"membergroup": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
"permissions": [
"write"
]
}
],
"summary": "2 delegations matched",
"truncated": false
}
}

View File

@ -1,14 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"aciname": "Test Delegation"
}
],
"summary": "1 delegation matched",
"truncated": false
}
}

View File

@ -1,30 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"aciname": "Test Delegation",
"attrs": [
"cn",
"displayname",
"givenname",
"initials",
"sn",
"title"
],
"group": "editors",
"memberof": "ipausers",
"permissions": [
"write"
]
},
"summary": null,
"value": "Test Delegation"
}
]
}
}

View File

@ -1,35 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"aciname": "delegme",
"attrs": [
"cn"
],
"filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com)",
"group": "muppets",
"membergroup": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
"permissions": [
"write"
]
},
{
"aciname": "m2m",
"attrs": [
"title"
],
"filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=example,dc=com)",
"group": "muppets",
"membergroup": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
"permissions": [
"write"
]
}
],
"summary": "2 delegations matched",
"truncated": false
}
}

View File

@ -1,21 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"aciname": "m2m",
"attrs": [
"title"
],
"filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=example,dc=com)",
"group": "muppets",
"membergroup": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
"permissions": [
"add",
"delete"
]
},
"summary": "Modified delegation \"m2m\"",
"value": "m2m"
}
}

View File

@ -1,19 +0,0 @@
{
"error": null,
"id": 4,
"result": {
"result": {
"aciname": "test-deleg",
"attrs": [
"audio"
],
"group": "ipausers",
"memberof": "editors",
"permissions": [
"write"
]
},
"summary": null,
"value": "test-deleg"
}
}

View File

@ -1,36 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"idnsallowsyncptr": "rscwo",
"idnsforwarders": "rscwo",
"idnsforwardpolicy": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"cn": [
"dns"
],
"idnsallowsyncptr": [
"FALSE"
],
"idnsforwarders": [
"2001:beef::1"
],
"idnsforwardpolicy": [
"first"
],
"objectclass": [
"idnsConfigObject",
"nsContainer",
"top"
]
},
"summary": null,
"value": ""
}
}

View File

@ -1,37 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"idnsallowsyncptr": "rscwo",
"idnsforwarders": "rscwo",
"idnsforwardpolicy": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"cn": [
"dns"
],
"dn": "cn=dns,dc=dev,dc=example,dc=com",
"idnsallowsyncptr": [
"FALSE"
],
"idnsforwarders": [
"2001:beef::1"
],
"idnsforwardpolicy": [
"first"
],
"objectclass": [
"idnsConfigObject",
"nsContainer",
"top"
]
},
"summary": null,
"value": ""
}
}

View File

@ -1,32 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
"idnsforwarders": [
"172.16.15.2",
"172.16.15.1"
],
"idnsforwardpolicy": [
"first"
],
"idnsname": [
{
"__dns_name__": "fwzone1.test."
}
],
"idnszoneactive": [
"TRUE"
],
"objectclass": [
"top",
"idnsforwardzone"
]
},
"summary": null,
"value": {
"__dns_name__": "fwzone1.test."
}
}
}

View File

@ -1,21 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"failed": []
},
"summary": "Deleted DNS forward zone \"fwzone1.test.\"",
"value": [
{
"__dns_name__": "fwzone1.test."
}
]
}
]
}
}

View File

@ -1,52 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 2,
"results": [
{
"error": null,
"result": {
"attributelevelrights": {
"aci": "rscwo",
"idnsforwarders": "rscwo",
"idnsforwardpolicy": "rscwo",
"idnsname": "rscwo",
"idnszoneactive": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
"idnsforwarders": [
"172.16.15.2",
"172.16.15.1"
],
"idnsforwardpolicy": [
"first"
],
"idnsname": [
{
"__dns_name__": "fwzone1.test."
}
],
"idnszoneactive": [
"TRUE"
],
"objectclass": [
"top",
"idnsforwardzone"
]
},
"summary": null,
"value": {
"__dns_name__": "fwzone1.test."
}
},
{
"error": "Manage DNS zone fwzone1.test.: permission not found",
"error_code": 4001,
"error_name": "NotFound"
}
]
}
}

View File

@ -1,19 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
"idnsname": [
{
"__dns_name__": "fwzone1.test."
}
]
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,34 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"results": [
{
"error": null,
"result": {
"dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
"idnsforwarders": [
"172.16.15.2",
"172.16.15.1"
],
"idnsforwardpolicy": [
"first"
],
"idnsname": [
{
"__dns_name__": "fwzone1.test."
}
],
"idnszoneactive": [
"TRUE"
]
},
"summary": null,
"value": {
"__dns_name__": "fwzone1.test."
}
}
]
}
}

View File

@ -1,72 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"dn": "idnsname=my,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
"dnsrecords": [
{
"a_part_ip_address": "10.10.10.11",
"dnsdata": "10.10.10.11",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.12",
"dnsdata": "10.10.10.12",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.13",
"dnsdata": "10.10.10.13",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.14",
"dnsdata": "10.10.10.14",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.16",
"dnsdata": "10.10.10.16",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.15",
"dnsdata": "10.10.10.15",
"dnstype": "A"
},
{
"dnsdata": "10 abc",
"dnstype": "KX",
"kx_part_exchanger": "abc",
"kx_part_preference": "10"
},
{
"dnsdata": "11 foo",
"dnstype": "KX",
"kx_part_exchanger": "foo",
"kx_part_preference": "11"
},
{
"dnsdata": "data",
"dnstype": "TXT",
"txt_part_data": "data"
},
{
"aaaa_part_ip_address": "::1:2:3:4",
"dnsdata": "::1:2:3:4",
"dnstype": "AAAA"
}
],
"idnsname": [
"my"
],
"objectclass": [
"top",
"idnsrecord"
]
},
"summary": null,
"value": "my"
}
}

View File

@ -1,62 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"dnsrecords": [
{
"a_part_ip_address": "10.10.10.11",
"dnsdata": "10.10.10.11",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.12",
"dnsdata": "10.10.10.12",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.13",
"dnsdata": "10.10.10.13",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.14",
"dnsdata": "10.10.10.14",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.16",
"dnsdata": "10.10.10.16",
"dnstype": "A"
},
{
"dnsdata": "10 abc",
"dnstype": "KX",
"kx_part_exchanger": "abc",
"kx_part_preference": "10"
},
{
"dnsdata": "11 foo",
"dnstype": "KX",
"kx_part_exchanger": "foo",
"kx_part_preference": "11"
},
{
"dnsdata": "data",
"dnstype": "TXT",
"txt_part_data": "data"
},
{
"aaaa_part_ip_address": "::1:2:3:4",
"dnsdata": "::1:2:3:4",
"dnstype": "AAAA"
}
],
"idnsname": [
"my"
]
},
"summary": null,
"value": "my"
}
}

View File

@ -1,136 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 12,
"result": [
{
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"@"
],
"nsrecord": [
"dev.example.com."
]
},
{
"dn": "idnsname=_kerberos,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos"
],
"txtrecord": [
"EXAMPLE.COM"
]
},
{
"dn": "idnsname=_kerberos-master._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos-master._tcp"
],
"srvrecord": [
"0 100 88 dev"
]
},
{
"dn": "idnsname=_kerberos-master._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos-master._udp"
],
"srvrecord": [
"0 100 88 dev"
]
},
{
"dn": "idnsname=_kerberos._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos._tcp"
],
"srvrecord": [
"0 100 88 dev"
]
},
{
"dn": "idnsname=_kerberos._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos._udp"
],
"srvrecord": [
"0 100 88 dev"
]
},
{
"dn": "idnsname=_kpasswd._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kpasswd._tcp"
],
"srvrecord": [
"0 100 464 dev"
]
},
{
"dn": "idnsname=_kpasswd._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kpasswd._udp"
],
"srvrecord": [
"0 100 464 dev"
]
},
{
"dn": "idnsname=_ldap._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_ldap._tcp"
],
"srvrecord": [
"0 100 389 dev"
]
},
{
"dn": "idnsname=_ntp._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_ntp._udp"
],
"srvrecord": [
"0 100 123 dev"
]
},
{
"aaaarecord": [
"fec0::5054:ff:feb5:5a47"
],
"dn": "idnsname=dev,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"dev"
]
},
{
"aaaarecord": [
"feed:babe:beef:cafe::0001",
"feed:babe:beef:cafe::0002",
"feed:babe:beef:cafe::0004"
],
"arecord": [
"3.4.5.6",
"1.3.5.7",
"10.10.2.1"
],
"dn": "idnsname=testrec,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"testrec"
],
"keyrecord": [
"key"
],
"srvrecord": [
"1 1 80 dev"
],
"txtrecord": [
"A Text Record",
"Another Text Record"
]
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,83 +0,0 @@
{
"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
}
}

View File

@ -1,194 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 12,
"results": [
{
"error": null,
"result": {
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"@"
],
"nsrecord": [
"dev.example.com."
]
},
"summary": null,
"value": "@"
},
{
"error": null,
"result": {
"dn": "idnsname=_kerberos,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos"
],
"txtrecord": [
"EXAMPLE.COM"
]
},
"summary": null,
"value": "_kerberos"
},
{
"error": null,
"result": {
"dn": "idnsname=_kerberos-master._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos-master._tcp"
],
"srvrecord": [
"0 100 88 dev"
]
},
"summary": null,
"value": "_kerberos-master._tcp"
},
{
"error": null,
"result": {
"dn": "idnsname=_kerberos-master._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos-master._udp"
],
"srvrecord": [
"0 100 88 dev"
]
},
"summary": null,
"value": "_kerberos-master._udp"
},
{
"error": null,
"result": {
"dn": "idnsname=_kerberos._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos._tcp"
],
"srvrecord": [
"0 100 88 dev"
]
},
"summary": null,
"value": "_kerberos._tcp"
},
{
"error": null,
"result": {
"dn": "idnsname=_kerberos._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kerberos._udp"
],
"srvrecord": [
"0 100 88 dev"
]
},
"summary": null,
"value": "_kerberos._udp"
},
{
"error": null,
"result": {
"dn": "idnsname=_kpasswd._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kpasswd._tcp"
],
"srvrecord": [
"0 100 464 dev"
]
},
"summary": null,
"value": "_kpasswd._tcp"
},
{
"error": null,
"result": {
"dn": "idnsname=_kpasswd._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_kpasswd._udp"
],
"srvrecord": [
"0 100 464 dev"
]
},
"summary": null,
"value": "_kpasswd._udp"
},
{
"error": null,
"result": {
"dn": "idnsname=_ldap._tcp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_ldap._tcp"
],
"srvrecord": [
"0 100 389 dev"
]
},
"summary": null,
"value": "_ldap._tcp"
},
{
"error": null,
"result": {
"dn": "idnsname=_ntp._udp,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"_ntp._udp"
],
"srvrecord": [
"0 100 123 dev"
]
},
"summary": null,
"value": "_ntp._udp"
},
{
"error": null,
"result": {
"aaaarecord": [
"fec0::5054:ff:feb5:5a47"
],
"dn": "idnsname=dev,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"dev"
]
},
"summary": null,
"value": "dev"
},
{
"error": null,
"result": {
"aaaarecord": [
"feed:babe:beef:cafe::0001",
"feed:babe:beef:cafe::0002",
"feed:babe:beef:cafe::0004"
],
"arecord": [
"3.4.5.6",
"1.3.5.7",
"10.10.2.1"
],
"dn": "idnsname=testrec,idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"testrec"
],
"keyrecord": [
"key"
],
"srvrecord": [
"1 1 80 dev"
],
"txtrecord": [
"A Text Record",
"Another Text Record"
]
},
"summary": null,
"value": "testrec"
}
]
}
}

View File

@ -1,107 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"attributelevelrights": {
"a6record": "rscwo",
"aaaarecord": "rscwo",
"aci": "rscwo",
"afsdbrecord": "rscwo",
"arecord": "rscwo",
"certrecord": "rscwo",
"cn": "rscwo",
"cnamerecord": "rscwo",
"dnamerecord": "rscwo",
"dnsclass": "rscwo",
"dnsttl": "rscwo",
"dsrecord": "rscwo",
"hinforecord": "rscwo",
"idnsallowdynupdate": "rscwo",
"idnsname": "rscwo",
"keyrecord": "rscwo",
"kxrecord": "rscwo",
"locrecord": "rscwo",
"mdrecord": "rscwo",
"minforecord": "rscwo",
"mxrecord": "rscwo",
"naptrrecord": "rscwo",
"nsaccountlock": "rscwo",
"nsecrecord": "rscwo",
"nsrecord": "rscwo",
"nxtrecord": "rscwo",
"objectclass": "rscwo",
"ptrrecord": "rscwo",
"rrsigrecord": "rscwo",
"sigrecord": "rscwo",
"srvrecord": "rscwo",
"sshfprecord": "rscwo",
"txtrecord": "rscwo"
},
"dn": "idnsname=my,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
"dnsrecords": [
{
"a_part_ip_address": "10.10.10.11",
"dnsdata": "10.10.10.11",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.12",
"dnsdata": "10.10.10.12",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.13",
"dnsdata": "10.10.10.13",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.14",
"dnsdata": "10.10.10.14",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.16",
"dnsdata": "10.10.10.16",
"dnstype": "A"
},
{
"a_part_ip_address": "10.10.10.10",
"dnsdata": "10.10.10.10",
"dnstype": "A"
},
{
"dnsdata": "10 abc",
"dnstype": "KX",
"kx_part_exchanger": "abc",
"kx_part_preference": "10"
},
{
"dnsdata": "11 foo",
"dnstype": "KX",
"kx_part_exchanger": "foo",
"kx_part_preference": "11"
},
{
"dnsdata": "data",
"dnstype": "TXT",
"txt_part_data": "data"
},
{
"aaaa_part_ip_address": "::1:2:3:4",
"dnsdata": "::1:2:3:4",
"dnstype": "AAAA"
}
],
"idnsname": [
"my"
],
"objectclass": [
"top",
"idnsrecord"
]
},
"summary": null,
"value": "my"
}
}

View File

@ -1,46 +0,0 @@
{
"error": null,
"id": 3,
"result": {
"result": {
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"FALSE"
],
"idnsname": [
"example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"example.com"
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnszoneactive": [
"TRUE"
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
"summary": null,
"value": "example.com"
}
}

View File

@ -1,119 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 2,
"results": [
{
"error": null,
"result": {
"attributelevelrights": {
"a6record": "rscwo",
"aaaarecord": "rscwo",
"aci": "rscwo",
"afsdbrecord": "rscwo",
"arecord": "rscwo",
"certrecord": "rscwo",
"cn": "rscwo",
"cnamerecord": "rscwo",
"dnamerecord": "rscwo",
"dnsclass": "rscwo",
"dnsttl": "rscwo",
"dsrecord": "rscwo",
"hinforecord": "rscwo",
"idnsallowdynupdate": "rscwo",
"idnsallowquery": "rscwo",
"idnsallowsyncptr": "rscwo",
"idnsallowtransfer": "rscwo",
"idnsforwarders": "rscwo",
"idnsforwardpolicy": "rscwo",
"idnsname": "rscwo",
"idnssoaexpire": "rscwo",
"idnssoaminimum": "rscwo",
"idnssoamname": "rscwo",
"idnssoarefresh": "rscwo",
"idnssoaretry": "rscwo",
"idnssoarname": "rscwo",
"idnssoaserial": "rscwo",
"idnsupdatepolicy": "rscwo",
"idnszoneactive": "rscwo",
"keyrecord": "rscwo",
"kxrecord": "rscwo",
"locrecord": "rscwo",
"managedby": "rscwo",
"mdrecord": "rscwo",
"minforecord": "rscwo",
"mxrecord": "rscwo",
"naptrrecord": "rscwo",
"nsaccountlock": "rscwo",
"nsecrecord": "rscwo",
"nsrecord": "rscwo",
"nxtrecord": "rscwo",
"objectclass": "rscwo",
"ptrrecord": "rscwo",
"rrsigrecord": "rscwo",
"sigrecord": "rscwo",
"srvrecord": "rscwo",
"sshfprecord": "rscwo",
"txtrecord": "rscwo"
},
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"FALSE"
],
"idnsallowquery": [
"any;"
],
"idnsallowtransfer": [
"none;"
],
"idnsname": [
"example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"test.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"hostmaster.example.com."
],
"idnssoaserial": [
"2012070401"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-self * A; grant EXAMPLE.COM krb5-self * AAAA; grant EXAMPLE.COM krb5-self * SSHFP;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"test.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
"summary": null,
"value": "example.com"
},
{
"error": "Manage DNS zone example.com: permission not found",
"error_code": 4001,
"error_name": "NotFound"
}
]
}
}

View File

@ -1,99 +0,0 @@
{
"error": null,
"id": 6,
"result": {
"count": 2,
"result": [
{
"dn": "idnsname=1.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"1.168.192.in-addr.arpa"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"dev.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.1.168.192.in-addr.arpa."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-subdomain 1.168.192.in-addr.arpa. PTR;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"dev.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
{
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"dev.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.dev.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-self * A;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"dev.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,29 +0,0 @@
{
"error": null,
"id": 6,
"result": {
"count": 2,
"result": [
{
"dn": "idnsname=1.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
"idnsname": [
"1.168.192.in-addr.arpa"
]
},
{
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"example.com"
]
},
{
"dn": "idnsname=test.com,cn=dns,dc=example,dc=com",
"idnsname": [
"test.com"
]
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,156 +0,0 @@
{
"error": null,
"id": 6,
"result": {
"count": 2,
"results": [
{
"error": null,
"result": {
"dn": "idnsname=1.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"1.168.192.in-addr.arpa"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"dev.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.1.168.192.in-addr.arpa."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-subdomain 1.168.192.in-addr.arpa. PTR;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"dev.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
"summary": null,
"value": "1.168.192.in-addr.arpa"
},
{
"error": null,
"result": {
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"dev.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.dev.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-self * A;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"dev.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
"summary": null,
"value": "example.com"
},
{
"error": null,
"result": {
"dn": "idnsname=test.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"test.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"dev.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.dev.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant TEST.COM krb5-self * A;"
],
"idnszoneactive": [
"FALSE"
],
"nsrecord": [
"dev.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
"summary": null,
"value": "test.com"
}
]
}
}

View File

@ -1,110 +0,0 @@
{
"error": null,
"id": 7,
"result": {
"result": {
"attributelevelrights": {
"a6record": "rscwo",
"aaaarecord": "rscwo",
"aci": "rscwo",
"afsdbrecord": "rscwo",
"arecord": "rscwo",
"certrecord": "rscwo",
"cn": "rscwo",
"cnamerecord": "rscwo",
"dnamerecord": "rscwo",
"dnsclass": "rscwo",
"dnsttl": "rscwo",
"dsrecord": "rscwo",
"hinforecord": "rscwo",
"idnsallowdynupdate": "rscwo",
"idnsallowquery": "rscwo",
"idnsallowsyncptr": "rscwo",
"idnsallowtransfer": "rscwo",
"idnsforwarders": "rscwo",
"idnsforwardpolicy": "rscwo",
"idnsname": "rscwo",
"idnssoaexpire": "rscwo",
"idnssoaminimum": "rscwo",
"idnssoamname": "rscwo",
"idnssoarefresh": "rscwo",
"idnssoaretry": "rscwo",
"idnssoarname": "rscwo",
"idnssoaserial": "rscwo",
"idnsupdatepolicy": "rscwo",
"idnszoneactive": "rscwo",
"keyrecord": "rscwo",
"kxrecord": "rscwo",
"locrecord": "rscwo",
"mdrecord": "rscwo",
"minforecord": "rscwo",
"mxrecord": "rscwo",
"naptrrecord": "rscwo",
"nsaccountlock": "rscwo",
"nsecrecord": "rscwo",
"nsrecord": "rscwo",
"nxtrecord": "rscwo",
"objectclass": "rscwo",
"ptrrecord": "rscwo",
"rrsigrecord": "rscwo",
"sigrecord": "rscwo",
"srvrecord": "rscwo",
"sshfprecord": "rscwo",
"txtrecord": "rscwo"
},
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"FALSE"
],
"idnsallowquery": [
"any"
],
"idnsallowsyncptr": [
"TRUE"
],
"idnsallowtransfer": [
"none"
],
"idnsforwarders": [
"2003:beef::24"
],
"idnsforwardpolicy": [
"only"
],
"idnsname": [
"example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"example.com"
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnszoneactive": [
"TRUE"
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
"summary": null,
"value": "example.com"
}
}

View File

@ -1,31 +0,0 @@
{
"error": null,
"id": 12,
"result": {
"result": {
"cn": [
"neighbors"
],
"description": [
"The People in Your Neighborhood"
],
"dn": "cn=neighbors,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"123456"
],
"ipauniqueid": [
"0dbae87a-b43a-11df-ac8e-525400674dcd"
],
"objectclass": [
"top",
"groupofnames",
"nestedgroup",
"ipausergroup",
"ipaobject",
"posixgroup"
]
},
"summary": null,
"value": "neighbors"
}
}

View File

@ -1,25 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 1,
"failed": {
"member": {
"group": [],
"user": []
}
},
"result": {
"cn": [
"testgroup"
],
"description": [
"testgroup"
],
"dn": "cn=testgroup,cn=groups,cn=accounts,dc=example,dc=com",
"member_user": [
"kfrog"
]
}
}
}

View File

@ -1,82 +0,0 @@
{
"error": null,
"id": 2,
"result": {
"count": 5,
"result": [
{
"cn": [
"admins"
],
"description": [
"Account administrators group"
],
"dn": "cn=admins,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800000"
],
"member_user": [
"admin"
]
},
{
"cn": [
"ipausers"
],
"description": [
"Default group for all users"
],
"dn": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800001"
],
"member_user": [
"kfrog",
"count123",
"scram",
"elmo",
"zoe",
"pdawn"
]
},
{
"cn": [
"editors"
],
"description": [
"Limited admins who can edit other users"
],
"dn": "cn=editors,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800002"
]
},
{
"cn": [
"monsters"
],
"description": [
"Monsters on Sesame Street"
],
"dn": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800009"
]
},
{
"cn": [
"muppets"
],
"description": [
"Muppets moonlighting for CTW"
],
"dn": "cn=muppets,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800010"
]
}
],
"summary": "5 groups matched",
"truncated": false
}
}

View File

@ -1,41 +0,0 @@
{
"error": null,
"id": 2,
"result": {
"count": 5,
"result": [
{
"cn": [
"admins"
],
"dn": "cn=admins,cn=groups,cn=accounts,dc=example,dc=com"
},
{
"cn": [
"ipausers"
],
"dn": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com"
},
{
"cn": [
"editors"
],
"dn": "cn=editors,cn=groups,cn=accounts,dc=example,dc=com"
},
{
"cn": [
"monsters"
],
"dn": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com"
},
{
"cn": [
"muppets"
],
"dn": "cn=muppets,cn=groups,cn=accounts,dc=example,dc=com"
}
],
"summary": "5 groups matched",
"truncated": false
}
}

View File

@ -1,105 +0,0 @@
{
"error": null,
"id": 2,
"result": {
"count": 5,
"results": [
{
"error": null,
"result": {
"cn": [
"admins"
],
"description": [
"Account administrators group"
],
"dn": "cn=admins,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800000"
],
"member_user": [
"admin"
]
},
"summary": null,
"value": "admins"
},
{
"error": null,
"result": {
"cn": [
"ipausers"
],
"description": [
"Default group for all users"
],
"dn": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800001"
],
"member_user": [
"kfrog",
"count123",
"scram",
"elmo",
"zoe",
"pdawn"
]
},
"summary": null,
"value": "ipausers"
},
{
"error": null,
"result": {
"cn": [
"editors"
],
"description": [
"Limited admins who can edit other users"
],
"dn": "cn=editors,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800002"
]
},
"summary": null,
"value": "editors"
},
{
"error": null,
"result": {
"cn": [
"monsters"
],
"description": [
"Monsters on Sesame Street"
],
"dn": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800009"
]
},
"summary": null,
"value": "monsters"
},
{
"error": null,
"result": {
"cn": [
"muppets"
],
"description": [
"Muppets moonlighting for CTW"
],
"dn": "cn=muppets,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1420800010"
]
},
"summary": null,
"value": "muppets"
}
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,44 +0,0 @@
{
"error": null,
"id": 6,
"result": {
"completed": 0,
"failed": {
"member": {
"group": [],
"user": []
}
},
"result": {
"cn": [
"muppets"
],
"description": [
"Muppets moonlighting for CTW"
],
"dn": "cn=muppets,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1950316043"
],
"ipauniqueid": [
"0ee0f096-e36c11df-96f18479-3e1281d2"
],
"member_user": [
"admin",
"kfrog",
"count123",
"scram",
"zoe",
"pdawn"
],
"objectclass": [
"top",
"groupofnames",
"nestedgroup",
"ipausergroup",
"ipaobject",
"posixgroup"
]
}
}
}

View File

@ -1,280 +0,0 @@
{
"error": null,
"id": null,
"result": {
"result": {
"cn": [
"ipausers"
],
"description": [
"Default group for all users"
],
"dn": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
"gidnumber": [
"1576000001"
],
"member_user": [
"dmontes",
"sroberson",
"vmendoza",
"mvang",
"arhodes",
"ngutierrez",
"lbaldwin",
"uevans",
"fwolfe",
"mdyer",
"ibeard",
"lduran",
"cmcintosh",
"nmartinez",
"sshepherd",
"tosborn",
"mcarney",
"scohen",
"jbuckley",
"jgould",
"ewatkins",
"abradley",
"lhall",
"dkelly",
"drosario",
"jpreston",
"mjefferson",
"jwu",
"marcher",
"rhale",
"jmckee",
"cduffy",
"adaniels",
"acarlson",
"wryan",
"mclay",
"mgates",
"jmccann",
"mvaughan",
"grobles",
"llarson",
"mbailey",
"dbriggs",
"ekane",
"bgross",
"smcclure",
"mkrause",
"sparrish",
"bmcgee",
"kfisher",
"mestes",
"mlong",
"aromero",
"agordon",
"vgriffin",
"chartman",
"lcohen",
"fstrong",
"lgross",
"kmills",
"mbutler",
"jmaynard",
"jmccarty",
"jburch",
"kreyes",
"ckramer",
"chuynh",
"bbauer",
"ipotts",
"ldennis",
"kgonzalez",
"mtravis",
"tcase",
"groman",
"tburch",
"dmyers",
"rcannon",
"apeterson",
"lbarnett",
"eclay",
"lstevenson",
"lnewman",
"crobles",
"sbarron",
"smcfarland",
"sknapp",
"ghouse",
"lgeorge",
"swoodard",
"dphillips",
"candrade",
"jmcfarland",
"ccarson",
"cgreer",
"khuerta",
"dblevins",
"bswanson",
"chickman",
"rcarrillo",
"jkaufman",
"kshaw",
"gowen",
"rcontreras",
"cmccullough",
"krivera",
"jbarron",
"sbradford",
"lwilson",
"jvelez",
"dlopez",
"lgibbs",
"jsnow",
"sklein",
"lsharp",
"mcameron",
"flam",
"nparker",
"lhogan",
"lmorrison",
"bnewton",
"athompson",
"jsanford",
"rcohen",
"cmelendez",
"yjacobs",
"mmcintyre",
"dhood",
"mescobar",
"mvilla",
"dshort",
"okennedy",
"cvillarreal",
"skane",
"vreyes",
"lrobinson",
"mbright",
"eriley",
"ehunt",
"ctrujillo",
"hrichard",
"sserrano",
"nramirez",
"zschneider",
"mtanner",
"hcalderon",
"sroy",
"mblevins",
"rhampton",
"kpeters",
"gmoody",
"kgraham",
"lpacheco",
"swalter",
"aortega",
"spruitt",
"lchandler",
"wnichols",
"eberry",
"kzhang",
"cheath",
"tproctor",
"vgill",
"ageorge",
"cwiggins",
"clloyd",
"mrichardson",
"bblair",
"mdonovan",
"dmoses",
"jkhan",
"mcrane",
"gmcintosh",
"wweaver",
"abarrett",
"pcarroll",
"twebster",
"omcdonald",
"bwolfe",
"aortiz",
"dbean",
"hpittman",
"bpage",
"jmullen",
"lcabrera",
"mbray",
"kpatterson",
"lwalters",
"ljennings",
"mrowland",
"srich",
"jvilla",
"jzavala",
"avaldez",
"ehayes",
"jjoyce",
"scastaneda",
"mwoodard",
"cbarrera",
"aobrien",
"jvillanueva",
"jhowe",
"cstout",
"mwhitehead",
"ajennings",
"dfrye",
"bbarber",
"twilson",
"kfernandez",
"eherrera",
"dyoung",
"pjohnston",
"jbean",
"ldawson",
"kwood",
"tcrane",
"rwelch",
"wholmes",
"cchristian",
"ffrazier",
"bmullins",
"tduarte",
"elawrence",
"rgregory",
"ssteele",
"ktravis",
"llee",
"sorr",
"bbush",
"ublake",
"kjohnson",
"vcannon",
"mandrade",
"emeyer",
"hpeck",
"ssantana",
"lluna",
"fneal",
"lswanson",
"rlynch",
"pcarpenter",
"cblackwell",
"sfrost",
"cconner",
"stanner",
"opayne",
"jriggs",
"jhuynh"
],
"memberof_group": [
"editors"
],
"objectclass": [
"top",
"groupofnames",
"nestedgroup",
"ipausergroup",
"ipaobject",
"posixgroup"
]
},
"summary": null,
"value": "ipausers"
}
}

View File

@ -1,27 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"accessruletype": [
"allow"
],
"cn": [
"test"
],
"dn": "ipauniqueid=f3e69e82-e3b411df-bfde9b13-2b28c216,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"f3e69e82-e3b411df-bfde9b13-2b28c216"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "test"
}
}

View File

@ -1,7 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": true
}
}

View File

@ -1,56 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 2,
"failed": {
"memberhost": {
"host": [],
"hostgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,56 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 3,
"failed": {
"memberservice": {
"hbacsvc": [],
"hbacsvcgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,56 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 2,
"failed": {
"sourcehost": {
"host": [],
"hostgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,56 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 3,
"failed": {
"memberuser": {
"group": [],
"user": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,9 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": true,
"summary": null,
"value": "test"
}
}

View File

@ -1,38 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"accessruletype": [
"allow"
],
"cn": [
"allow_all"
],
"description": [
"Allow all users to access any host from any host"
],
"dn": "ipauniqueid=ca842a42-a445-11e0-87ff-525400b55a47,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
}
],
"summary": "1 HBAC rule matched",
"truncated": false
}
}

View File

@ -1,137 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 21,
"result": [
{
"cn": [
"allow_all"
],
"dn": "ipauniqueid=007ff62a-20fc-11e1-b5f6-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule01"
],
"dn": "ipauniqueid=ce568648-211c-11e1-8846-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule02"
],
"dn": "ipauniqueid=d0133224-211c-11e1-b881-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule03"
],
"dn": "ipauniqueid=d21db45e-211c-11e1-bef8-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule04"
],
"dn": "ipauniqueid=d4209604-211c-11e1-9192-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule05"
],
"dn": "ipauniqueid=d59dba70-211c-11e1-9ce3-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule06"
],
"dn": "ipauniqueid=d7d49c8c-211c-11e1-9192-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule07"
],
"dn": "ipauniqueid=da048e36-211c-11e1-a6a9-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule08"
],
"dn": "ipauniqueid=e15223c4-211c-11e1-b9de-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule09"
],
"dn": "ipauniqueid=e324f8c0-211c-11e1-9eb4-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule10"
],
"dn": "ipauniqueid=e5161178-211c-11e1-b2b4-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule11"
],
"dn": "ipauniqueid=e70cf4c4-211c-11e1-bb9f-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule12"
],
"dn": "ipauniqueid=f18be298-211c-11e1-b881-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule13"
],
"dn": "ipauniqueid=f449a204-211c-11e1-aad4-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule14"
],
"dn": "ipauniqueid=f792fd84-211c-11e1-9cac-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule15"
],
"dn": "ipauniqueid=fef03790-211c-11e1-bd50-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule16"
],
"dn": "ipauniqueid=015f362a-211d-11e1-8e68-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule17"
],
"dn": "ipauniqueid=124d7690-211d-11e1-9ce3-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule18"
],
"dn": "ipauniqueid=145e2d30-211d-11e1-b05c-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule19"
],
"dn": "ipauniqueid=17685668-211d-11e1-bb9f-000c29e9f1b6,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"rule20"
],
"dn": "ipauniqueid=19537b06-211d-11e1-9569-000c29e9f1b6,cn=hbac,dc=example,dc=com"
}
],
"summary": "21 HBAC rules matched",
"truncated": false
}
}

View File

@ -1,639 +0,0 @@
{
"error": null,
"id": null,
"result": {
"count": 20,
"results": [
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"allow_all"
],
"description": [
"Allow all users to access any host from any host"
],
"dn": "ipauniqueid=007ff62a-20fc-11e1-b5f6-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"007ff62a-20fc-11e1-b5f6-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "allow_all"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule01"
],
"description": [
"Test HBAC Rule 01"
],
"dn": "ipauniqueid=ce568648-211c-11e1-8846-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"ce568648-211c-11e1-8846-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule01"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule02"
],
"description": [
"Test HBAC Rule 02"
],
"dn": "ipauniqueid=d0133224-211c-11e1-b881-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"d0133224-211c-11e1-b881-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule02"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule03"
],
"description": [
"Test HBAC Rule 03"
],
"dn": "ipauniqueid=d21db45e-211c-11e1-bef8-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"d21db45e-211c-11e1-bef8-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule03"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule04"
],
"description": [
"Test HBAC Rule 04"
],
"dn": "ipauniqueid=d4209604-211c-11e1-9192-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"FALSE"
],
"ipauniqueid": [
"d4209604-211c-11e1-9192-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule04"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule05"
],
"description": [
"Test HBAC Rule 05"
],
"dn": "ipauniqueid=d59dba70-211c-11e1-9ce3-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"d59dba70-211c-11e1-9ce3-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule05"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule06"
],
"dn": "ipauniqueid=d7d49c8c-211c-11e1-9192-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"d7d49c8c-211c-11e1-9192-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule06"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule07"
],
"dn": "ipauniqueid=da048e36-211c-11e1-a6a9-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"da048e36-211c-11e1-a6a9-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule07"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule08"
],
"dn": "ipauniqueid=e15223c4-211c-11e1-b9de-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"e15223c4-211c-11e1-b9de-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule08"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule09"
],
"dn": "ipauniqueid=e324f8c0-211c-11e1-9eb4-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"e324f8c0-211c-11e1-9eb4-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule09"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule10"
],
"dn": "ipauniqueid=e5161178-211c-11e1-b2b4-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"e5161178-211c-11e1-b2b4-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "rule10"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule11"
],
"dn": "ipauniqueid=e70cf4c4-211c-11e1-bb9f-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"e70cf4c4-211c-11e1-bb9f-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule11"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule12"
],
"dn": "ipauniqueid=f18be298-211c-11e1-b881-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"f18be298-211c-11e1-b881-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule12"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule13"
],
"dn": "ipauniqueid=f449a204-211c-11e1-aad4-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"f449a204-211c-11e1-aad4-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule13"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule14"
],
"dn": "ipauniqueid=f792fd84-211c-11e1-9cac-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"f792fd84-211c-11e1-9cac-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule14"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule15"
],
"dn": "ipauniqueid=fef03790-211c-11e1-bd50-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"fef03790-211c-11e1-bd50-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule15"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule16"
],
"dn": "ipauniqueid=015f362a-211d-11e1-8e68-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"FALSE"
],
"ipauniqueid": [
"015f362a-211d-11e1-8e68-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule16"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule17"
],
"dn": "ipauniqueid=124d7690-211d-11e1-9ce3-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"FALSE"
],
"ipauniqueid": [
"124d7690-211d-11e1-9ce3-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule17"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule18"
],
"dn": "ipauniqueid=145e2d30-211d-11e1-b05c-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"145e2d30-211d-11e1-b05c-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule18"
},
{
"error": null,
"result": {
"accessruletype": [
"allow"
],
"cn": [
"rule19"
],
"dn": "ipauniqueid=17685668-211d-11e1-bb9f-000c29e9f1b6,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"17685668-211d-11e1-bb9f-000c29e9f1b6"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
]
},
"summary": null,
"value": "rule19"
}
]
}
}

View File

@ -1,60 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"accessruletype": [
"allow"
],
"attributelevelrights": {
"accessruletype": "rscwo",
"accesstime": "rscwo",
"aci": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"externalhost": "rscwo",
"hostcategory": "rscwo",
"ipaenabledflag": "rscwo",
"ipauniqueid": "rsc",
"memberhost": "rscwo",
"memberservice": "rscwo",
"memberuser": "rscwo",
"nsaccountlock": "rscwo",
"servicecategory": "rscwo",
"sourcehost": "rscwo",
"sourcehostcategory": "rscwo",
"usercategory": "rscwo"
},
"cn": [
"test"
],
"description": [
"Test HBAC rule."
],
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"4ed8b682-edf511df-b3f78f4b-11cc007b"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"usercategory": [
"all"
]
},
"summary": null,
"value": "test"
}
}

View File

@ -1,7 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": true
}
}

View File

@ -1,50 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 2,
"failed": {
"memberhost": {
"host": [],
"hostgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,49 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 3,
"failed": {
"memberservice": {
"hbacsvc": [],
"hbacsvcgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,50 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 2,
"failed": {
"sourcehost": {
"host": [],
"hostgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"admins",
"editors"
],
"memberuser_user": [
"admin",
"test"
]
}
}
}

View File

@ -1,48 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 3,
"failed": {
"memberuser": {
"group": [],
"user": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
}
}
}

View File

@ -1,76 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"attributelevelrights": {
"accessruletype": "rscwo",
"accesstime": "rscwo",
"aci": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"externalhost": "rscwo",
"hostcategory": "rscwo",
"ipaenabledflag": "rscwo",
"ipauniqueid": "rsc",
"memberhost": "rscwo",
"memberservice": "rscwo",
"memberuser": "rscwo",
"nsaccountlock": "rscwo",
"servicecategory": "rscwo",
"sourcehost": "rscwo",
"sourcehostcategory": "rscwo",
"usercategory": "rscwo"
},
"cn": [
"rule1"
],
"dn": "ipauniqueid=4ed8b682-edf511df-b3f78f4b-11cc007b,cn=hbac,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"ipauniqueid": [
"4ed8b682-edf511df-b3f78f4b-11cc007b"
],
"memberhost_host": [
"dev.example.com"
],
"memberhost_hostgroup": [
"production"
],
"memberservice_hbacsvc": [
"ftp",
"sshd"
],
"memberservice_hbacsvcgroup": [
"sudo"
],
"memberuser_group": [
"editors"
],
"memberuser_user": [
"admin",
"test"
],
"objectclass": [
"ipaassociation",
"ipahbacrule"
],
"sourcehost_host": [
"dev.example.com"
],
"sourcehost_hostgroup": [
"staging"
]
},
"summary": null,
"value": "rule1"
}
}

View File

@ -1,24 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"test"
],
"description": [
"Test Service"
],
"dn": "cn=test,cn=hbacservices,cn=hbac,dc=example,dc=com",
"ipauniqueid": [
"c3302e82-ecfd11df-b3f78f4b-11cc007b"
],
"objectclass": [
"ipaobject",
"ipahbacservice"
]
},
"summary": "Added service \"test\"",
"value": "test"
}
}

View File

@ -1,9 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": true,
"summary": "Deleted service \"test\"",
"value": "test"
}
}

View File

@ -1,101 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 10,
"result": [
{
"cn": [
"sshd"
],
"description": [
"sshd"
],
"dn": "cn=sshd,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"ftp"
],
"description": [
"ftp"
],
"dn": "cn=ftp,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"su"
],
"description": [
"su"
],
"dn": "cn=su,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"login"
],
"description": [
"login"
],
"dn": "cn=login,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"su-l"
],
"description": [
"su with login shell"
],
"dn": "cn=su-l,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"sudo"
],
"description": [
"sudo"
],
"dn": "cn=sudo,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"sudo-i"
],
"description": [
"sudo-i"
],
"dn": "cn=sudo-i,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"gdm"
],
"description": [
"gdm"
],
"dn": "cn=gdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"gdm-password"
],
"description": [
"gdm-password"
],
"dn": "cn=gdm-password,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"kdm"
],
"description": [
"kdm"
],
"dn": "cn=kdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,71 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 10,
"result": [
{
"cn": [
"sshd"
],
"dn": "cn=sshd,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"ftp"
],
"dn": "cn=ftp,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"su"
],
"dn": "cn=su,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"login"
],
"dn": "cn=login,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"su-l"
],
"dn": "cn=su-l,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"sudo"
],
"dn": "cn=sudo,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"sudo-i"
],
"dn": "cn=sudo-i,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"gdm"
],
"dn": "cn=gdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"gdm-password"
],
"dn": "cn=gdm-password,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"kdm"
],
"dn": "cn=kdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
}
],
"summary": null,
"truncated": false
}
}

View File

@ -1,149 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 10,
"results": [
{
"error": null,
"result": {
"cn": [
"sshd"
],
"description": [
"sshd"
],
"dn": "cn=sshd,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "sshd"
},
{
"error": null,
"result": {
"cn": [
"ftp"
],
"description": [
"ftp"
],
"dn": "cn=ftp,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "ftp"
},
{
"error": null,
"result": {
"cn": [
"su"
],
"description": [
"su"
],
"dn": "cn=su,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "su"
},
{
"error": null,
"result": {
"cn": [
"login"
],
"description": [
"login"
],
"dn": "cn=login,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "login"
},
{
"error": null,
"result": {
"cn": [
"su-l"
],
"description": [
"su with login shell"
],
"dn": "cn=su-l,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "su-l"
},
{
"error": null,
"result": {
"cn": [
"sudo"
],
"description": [
"sudo"
],
"dn": "cn=sudo,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "sudo"
},
{
"error": null,
"result": {
"cn": [
"sudo-i"
],
"description": [
"sudo-i"
],
"dn": "cn=sudo-i,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "sudo-i"
},
{
"error": null,
"result": {
"cn": [
"gdm"
],
"description": [
"gdm"
],
"dn": "cn=gdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "gdm"
},
{
"error": null,
"result": {
"cn": [
"gdm-password"
],
"description": [
"gdm-password"
],
"dn": "cn=gdm-password,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "gdm-password"
},
{
"error": null,
"result": {
"cn": [
"kdm"
],
"description": [
"kdm"
],
"dn": "cn=kdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
"summary": null,
"value": "kdm"
}
]
}
}

View File

@ -1,31 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"ipauniqueid": "rsc",
"memberof": "rsc",
"nsaccountlock": "rscwo"
},
"cn": [
"test"
],
"description": [
"Test"
],
"ipauniqueid": [
"9e5aba82-edd411df-b3f78f4b-11cc007b"
],
"objectclass": [
"ipaobject",
"ipahbacservice"
]
},
"summary": null,
"value": "test"
}
}

View File

@ -1,35 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"description": "rscwo",
"ipauniqueid": "rsc",
"memberof": "rsc",
"nsaccountlock": "rscwo"
},
"cn": [
"sudo"
],
"description": [
"sudo"
],
"dn": "cn=sudo,cn=hbacservices,cn=hbac,dc=example,dc=com",
"ipauniqueid": [
"676e92a1-ec7611df-b3f78f4b-11cc007b"
],
"memberof": [
"cn=Sudo,cn=hbacservicegroups,cn=hbac,dc=example,dc=com"
],
"objectclass": [
"ipahbacservice",
"ipaobject"
]
},
"summary": null,
"value": "sudo"
}
}

View File

@ -1,26 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"test"
],
"description": [
"Test Service Group"
],
"dn": "cn=test,cn=hbacservicegroups,cn=hbac,dc=example,dc=com",
"ipauniqueid": [
"0ab6ba82-ecfe11df-b3f78f4b-11cc007b"
],
"objectclass": [
"ipaobject",
"ipahbacservicegroup",
"groupOfNames",
"top"
]
},
"summary": "Added HBAC Service group \"test\"",
"value": "test"
}
}

View File

@ -1,24 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"completed": 1,
"failed": {
"member": {
"hbacsvc": []
}
},
"result": {
"cn": [
"test"
],
"description": [
"Test Service Group"
],
"dn": "cn=test,cn=hbacservicegroups,cn=hbac,dc=example,dc=com",
"member_hbacsvc": [
"test"
]
}
}
}

View File

@ -1,9 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"result": true,
"summary": "Deleted HBAC Service group \"test\"",
"value": "test"
}
}

View File

@ -1,24 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 1,
"result": [
{
"cn": [
"Sudo"
],
"description": [
"Default group of Sudo related services"
],
"dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=example,dc=com",
"member_hbacsvc": [
"sudo",
"sudo-i"
]
}
],
"summary": "1 group matched",
"truncated": false
}
}

View File

@ -1,17 +0,0 @@
{
"error": null,
"id": 0,
"result": {
"count": 1,
"result": [
{
"cn": [
"Sudo"
],
"dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=example,dc=com"
}
],
"summary": "1 group matched",
"truncated": false
}
}

Some files were not shown because too many files have changed in this diff Show More