summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selinuxusermap_get_records.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/selinuxusermap_get_records.json')
-rw-r--r--install/ui/test/data/selinuxusermap_get_records.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/install/ui/test/data/selinuxusermap_get_records.json b/install/ui/test/data/selinuxusermap_get_records.json
new file mode 100644
index 00000000..61d80fb5
--- /dev/null
+++ b/install/ui/test/data/selinuxusermap_get_records.json
@@ -0,0 +1,39 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "results": [
+ {
+ "error": null,
+ "result": {
+ "cn": [
+ "karel_unconfined"
+ ],
+ "description": [
+ "description"
+ ],
+ "dn": "ipauniqueid=dbe2ffa0-3c2c-11e1-ad81-00163e6185c4,cn=usermap,cn=selinux,dc=dev,dc=example,dc=com",
+ "ipaenabledflag": [
+ "TRUE"
+ ],
+ "ipaselinuxuser": [
+ "unconfined_u:s0-s0:c0.c1023"
+ ],
+ "ipauniqueid": [
+ "dbe2ffa0-3c2c-11e1-ad81-00163e6185c4"
+ ],
+ "memberuser_user": [
+ "karel"
+ ],
+ "objectclass": [
+ "ipaassociation",
+ "ipaselinuxusermap"
+ ]
+ },
+ "summary": null,
+ "value": "karel_unconfined"
+ }
+ ]
+ }
+} \ No newline at end of file