From cb9c30c91be10d96bee5908637a4de00a905f584 Mon Sep 17 00:00:00 2001 From: Adam Young <[email protected]> Date: Thu, 13 Jan 2011 14:50:46 -0500 Subject: [PATCH] metadata update
Static viewineg was broken due to recent hbac changes.
---
install/static/test/data/ipa_init.json | 73 +++++++++++++++++++++++++++----
1 files changed, 63 insertions(+), 10 deletions(-)
diff --git a/install/static/test/data/ipa_init.json b/install/static/test/data/ipa_init.json
index 3b3f2db7d1068e31f01b3a378db524a3f8cba307..14da9cb3b45fd888b198310ca289c67ac447717f 100644
--- a/install/static/test/data/ipa_init.json
+++ b/install/static/test/data/ipa_init.json
@@ -3169,7 +3169,7 @@
]
},
"bindable": false,
- "container_dn": "cn=hbacrules",
+ "container_dn": "cn=hbac",
"default_attributes": [
"cn",
"accessruletype",
@@ -4980,7 +4980,7 @@
"cli_name": "type",
"cli_short_name": null,
"default": null,
- "doc": "Type of IPA object (user, group, host, hostgroup, service, netgroup)",
+ "doc": "Type of IPA object (user, group, host, hostgroup, service, netgroup, dns)",
"exclude": null,
"flags": [],
"hint": null,
@@ -6249,7 +6249,8 @@
],
"attribute_members": {
"ipasudorunas": [
- "user"
+ "user",
+ "group"
],
"ipasudorunasgroup": [
"group"
@@ -6844,6 +6845,58 @@
"query": false,
"required": false,
"type": "unicode"
+ },
+ {
+ "alwaysask": false,
+ "attribute": false,
+ "autofill": false,
+ "class": "Str",
+ "cli_name": "runasexternaluser",
+ "cli_short_name": null,
+ "default": null,
+ "doc": "External User the commands can run as",
+ "exclude": null,
+ "flags": [],
+ "hint": null,
+ "include": null,
+ "label": "RunAs External User",
+ "length": null,
+ "maxlength": null,
+ "minlength": null,
+ "multivalue": false,
+ "name": "ipasudorunasextuser",
+ "pattern": null,
+ "pattern_errmsg": null,
+ "primary_key": false,
+ "query": false,
+ "required": false,
+ "type": "unicode"
+ },
+ {
+ "alwaysask": false,
+ "attribute": false,
+ "autofill": false,
+ "class": "Str",
+ "cli_name": "runasexternalgroup",
+ "cli_short_name": null,
+ "default": null,
+ "doc": "External Group the commands can run as",
+ "exclude": null,
+ "flags": [],
+ "hint": null,
+ "include": null,
+ "label": "RunAs External Group",
+ "length": null,
+ "maxlength": null,
+ "minlength": null,
+ "multivalue": false,
+ "name": "ipasudorunasextgroup",
+ "pattern": null,
+ "pattern_errmsg": null,
+ "primary_key": false,
+ "query": false,
+ "required": false,
+ "type": "unicode"
}
],
"uuid_attribute": "ipauniqueid"
@@ -7757,22 +7810,22 @@
"Administrator"
],
"gidnumber": [
- "902200000"
+ "1333600000"
],
"homedirectory": [
"/home/admin"
],
"ipauniqueid": [
- "9aafe8c2-19e6-11e0-849f-52540029a798"
+ "26f59232-1eb0-11e0-9271-52540029a798"
],
"krblastpwdchange": [
- "20110106224650Z"
+ "20110113005936Z"
],
"krblastsuccessfulauth": [
- "20110106224950Z"
+ "20110113180851Z"
],
"krbpasswordexpiration": [
- "20110406224650Z"
+ "20110413005936Z"
],
"krbprincipalname": [
"[email protected]"
@@ -7806,7 +7859,7 @@
"admin"
],
"uidnumber": [
- "902200000"
+ "1333600000"
]
}
],
@@ -7833,7 +7886,7 @@
"container_configs": "cn=configs,cn=policies",
"container_dns": "cn=dns",
"container_group": "cn=groups,cn=accounts",
- "container_hbacrule": "cn=hbacrules",
+ "container_hbac": "cn=hbac",
"container_hbacservice": "cn=hbacservices,cn=accounts",
"container_hbacservicegroup": "cn=hbacservicegroups,cn=accounts",
"container_host": "cn=computers,cn=accounts",
--
1.7.3.4
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
