freeipa/install/ui/test/data/range_show.json
Petr Vobornik 2d63e28c78 Range Web UI
Range web UI was implemented.

It consist of:
 * new menu item - 'ranges' in 'IPA Server' tab
 * new search page
 * new details page

https://fedorahosted.org/freeipa/ticket/2894
2012-08-21 14:35:19 +02:00

44 lines
1.2 KiB
JSON

{
"error": null,
"id": null,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"ipabaseid": "rscwo",
"ipabaserid": "rscwo",
"ipaidrangesize": "rscwo",
"ipasecondarybaserid": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"cn": [
"DEV.EXAMPLE.COM_id_range"
],
"dn": "cn=example.com_id_range,cn=ranges,cn=etc,dc=dev,dc=example,dc=com",
"ipabaseid": [
"107400000"
],
"ipabaserid": [
"1000"
],
"ipaidrangesize": [
"200000"
],
"iparangetype": [
"local domain range"
],
"ipasecondarybaserid": [
"100000000"
],
"objectclass": [
"top",
"ipaIDrange",
"ipaDomainIDRange"
]
},
"summary": null,
"value": "DEV.EXAMPLE.COM_id_range"
}
}