mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The certificate request dialog box has been modified to show the OpenSSL commands for generating a CSR. The realm and entry names in the test data have been fixed to be more consistent. Ticket #1012
92 lines
2.6 KiB
JSON
92 lines
2.6 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"result": {
|
|
"attributelevelrights": {
|
|
"aci": "rscwo",
|
|
"cmdcategory": "rscwo",
|
|
"cn": "rscwo",
|
|
"description": "rscwo",
|
|
"externalhost": "rscwo",
|
|
"externaluser": "rscwo",
|
|
"hostcategory": "rscwo",
|
|
"hostmask": "rscwo",
|
|
"ipaenabledflag": "rscwo",
|
|
"ipasudoopt": "rscwo",
|
|
"ipasudorunas": "rscwo",
|
|
"ipasudorunasextgroup": "rscwo",
|
|
"ipasudorunasextuser": "rscwo",
|
|
"ipasudorunasgroup": "rscwo",
|
|
"ipasudorunasgroupcategory": "rscwo",
|
|
"ipasudorunasusercategory": "rscwo",
|
|
"ipauniqueid": "rsc",
|
|
"memberallowcmd": "rscwo",
|
|
"memberdenycmd": "rscwo",
|
|
"memberhost": "rscwo",
|
|
"memberuser": "rscwo",
|
|
"nsaccountlock": "rscwo",
|
|
"usercategory": "rscwo"
|
|
},
|
|
"cn": [
|
|
"test"
|
|
],
|
|
"dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,cn=sudo,dc=example,dc=com",
|
|
"externalhost": [
|
|
"external.example.com"
|
|
],
|
|
"externaluser": [
|
|
"external"
|
|
],
|
|
"ipaenabledflag": [
|
|
"TRUE"
|
|
],
|
|
"ipasudoopt": [
|
|
"-H",
|
|
"-b"
|
|
],
|
|
"ipasudorunas_user": [
|
|
"admin"
|
|
],
|
|
"ipasudorunasgroup_group": [
|
|
"admins"
|
|
],
|
|
"ipauniqueid": [
|
|
"4fc57a02-f23311df-b268e50e-a3b3ef71"
|
|
],
|
|
"memberallowcmd_sudocmd": [
|
|
"/usr/bin/less"
|
|
],
|
|
"memberallowcmd_sudocmdgroup": [
|
|
"group1"
|
|
],
|
|
"memberdenycmd_sudocmd": [
|
|
"/usr/bin/more"
|
|
],
|
|
"memberdenycmd_sudocmdgroup": [
|
|
"group1",
|
|
"group2"
|
|
],
|
|
"memberhost_host": [
|
|
"dev.example.com"
|
|
],
|
|
"memberhost_hostgroup": [
|
|
"production",
|
|
"staging"
|
|
],
|
|
"memberuser_group": [
|
|
"editors"
|
|
],
|
|
"memberuser_user": [
|
|
"test"
|
|
],
|
|
"objectclass": [
|
|
"ipaassociation",
|
|
"ipasudorule"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "test"
|
|
}
|
|
}
|