mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
b353239e59
This patch modifies the status attributes in users, DNS zones, HBAC/sudo rules, HBAC test, and SELinux User Map to use the same label (i.e. Status) and values (i.e. Enabled/Disabled). The method to change the status will be modified separately. Ticket #2247
29 lines
721 B
JSON
29 lines
721 B
JSON
{
|
|
"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
|
|
}
|
|
} |