mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
Added in the effective rights
This commit is contained in:
parent
db11592228
commit
42b82f09f3
@ -3,11 +3,26 @@
|
|||||||
"id": 0,
|
"id": 0,
|
||||||
"result": {
|
"result": {
|
||||||
"result": {
|
"result": {
|
||||||
|
"attributelevelrights": {
|
||||||
|
"aci": "rscwo",
|
||||||
|
"cn": "rscwo",
|
||||||
|
"description": "rscwo",
|
||||||
|
"ipauniqueid": "rsc",
|
||||||
|
"memberof": "rsc",
|
||||||
|
"nsaccountlock": "rscwo"
|
||||||
|
},
|
||||||
"cn": [
|
"cn": [
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"description": [
|
"description": [
|
||||||
"Test"
|
"Test"
|
||||||
|
],
|
||||||
|
"ipauniqueid": [
|
||||||
|
"9e5aba82-edd411df-b3f78f4b-11cc007b"
|
||||||
|
],
|
||||||
|
"objectclass": [
|
||||||
|
"ipaobject",
|
||||||
|
"ipahbacservice"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"summary": null,
|
"summary": null,
|
||||||
|
@ -3,13 +3,31 @@
|
|||||||
"id": 0,
|
"id": 0,
|
||||||
"result": {
|
"result": {
|
||||||
"result": {
|
"result": {
|
||||||
|
"attributelevelrights": {
|
||||||
|
"aci": "rscwo",
|
||||||
|
"cn": "rscwo",
|
||||||
|
"description": "rscwo",
|
||||||
|
"ipauniqueid": "rsc",
|
||||||
|
"memberof": "rsc",
|
||||||
|
"nsaccountlock": "rscwo"
|
||||||
|
},
|
||||||
"cn": [
|
"cn": [
|
||||||
"sudo"
|
"sudo"
|
||||||
],
|
],
|
||||||
"description": [
|
"description": [
|
||||||
"sudo"
|
"sudo"
|
||||||
],
|
],
|
||||||
"dn": "cn=sudo,cn=hbacservices,cn=accounts,dc=dev,dc=example,dc=com"
|
"dn": "cn=sudo,cn=hbacservices,cn=accounts,dc=dev,dc=example,dc=com",
|
||||||
|
"ipauniqueid": [
|
||||||
|
"676e92a1-ec7611df-b3f78f4b-11cc007b"
|
||||||
|
],
|
||||||
|
"memberof": [
|
||||||
|
"cn=SUDO,cn=hbacservicegroups,cn=accounts,dc=dev,dc=example,dc=com"
|
||||||
|
],
|
||||||
|
"objectclass": [
|
||||||
|
"ipahbacservice",
|
||||||
|
"ipaobject"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"summary": null,
|
"summary": null,
|
||||||
"value": "sudo"
|
"value": "sudo"
|
||||||
|
@ -3,11 +3,34 @@
|
|||||||
"id": 0,
|
"id": 0,
|
||||||
"result": {
|
"result": {
|
||||||
"result": {
|
"result": {
|
||||||
|
"attributelevelrights": {
|
||||||
|
"aci": "rscwo",
|
||||||
|
"businesscategory": "rscwo",
|
||||||
|
"cn": "rscwo",
|
||||||
|
"description": "rscwo",
|
||||||
|
"ipauniqueid": "rsc",
|
||||||
|
"member": "rscwo",
|
||||||
|
"nsaccountlock": "rscwo",
|
||||||
|
"o": "rscwo",
|
||||||
|
"objectclass": "rscwo",
|
||||||
|
"ou": "rscwo",
|
||||||
|
"owner": "rscwo",
|
||||||
|
"seealso": "rscwo"
|
||||||
|
},
|
||||||
"cn": [
|
"cn": [
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"description": [
|
"description": [
|
||||||
"Test"
|
"Test"
|
||||||
|
],
|
||||||
|
"ipauniqueid": [
|
||||||
|
"2d67d284-edd511df-b3f78f4b-11cc007b"
|
||||||
|
],
|
||||||
|
"objectclass": [
|
||||||
|
"ipaobject",
|
||||||
|
"ipahbacservicegroup",
|
||||||
|
"groupOfNames",
|
||||||
|
"top"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"summary": "Modified HBAC Service group \"test\"",
|
"summary": "Modified HBAC Service group \"test\"",
|
||||||
|
@ -3,6 +3,21 @@
|
|||||||
"id": 0,
|
"id": 0,
|
||||||
"result": {
|
"result": {
|
||||||
"result": {
|
"result": {
|
||||||
|
"attributelevelrights": {
|
||||||
|
"aci": "rscwo",
|
||||||
|
"businesscategory": "rscwo",
|
||||||
|
"cn": "rscwo",
|
||||||
|
"description": "rscwo",
|
||||||
|
"ipauniqueid": "rsc",
|
||||||
|
"member": "rscwo",
|
||||||
|
"memberof": "rsc",
|
||||||
|
"nsaccountlock": "rscwo",
|
||||||
|
"o": "rscwo",
|
||||||
|
"objectclass": "rscwo",
|
||||||
|
"ou": "rscwo",
|
||||||
|
"owner": "rscwo",
|
||||||
|
"seealso": "rscwo"
|
||||||
|
},
|
||||||
"cn": [
|
"cn": [
|
||||||
"SUDO"
|
"SUDO"
|
||||||
],
|
],
|
||||||
@ -10,9 +25,19 @@
|
|||||||
"Default group of SUDO related services"
|
"Default group of SUDO related services"
|
||||||
],
|
],
|
||||||
"dn": "cn=sudo,cn=hbacservicegroups,cn=accounts,dc=dev,dc=example,dc=com",
|
"dn": "cn=sudo,cn=hbacservicegroups,cn=accounts,dc=dev,dc=example,dc=com",
|
||||||
|
"ipauniqueid": [
|
||||||
|
"676e92ab-ec7611df-b3f78f4b-11cc007b"
|
||||||
|
],
|
||||||
"member_hbacsvc": [
|
"member_hbacsvc": [
|
||||||
"sudo",
|
"sudo",
|
||||||
"sudo-i"
|
"sudo-i"
|
||||||
|
],
|
||||||
|
"objectclass": [
|
||||||
|
"ipaobject",
|
||||||
|
"ipahbacservicegroup",
|
||||||
|
"nestedGroup",
|
||||||
|
"groupOfNames",
|
||||||
|
"top"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"summary": null,
|
"summary": null,
|
||||||
|
Loading…
Reference in New Issue
Block a user