summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-13 14:50:46 -0500
committerAdam Young <ayoung@redhat.com>2011-01-13 15:55:47 -0500
commit406a52edae7d49e067872a7af012c1f1f6bfc812 (patch)
tree367a0fa97774b97dc81e7c5e8906b61b630f5546 /install
parent1dc48bca515ea11ad2ce0942f79712de2d4dc25a (diff)
downloadfreeipa-406a52edae7d49e067872a7af012c1f1f6bfc812.tar.gz
freeipa-406a52edae7d49e067872a7af012c1f1f6bfc812.tar.xz
freeipa-406a52edae7d49e067872a7af012c1f1f6bfc812.zip
metadata update
Static viewing was broken due to recent hbac changes.
Diffstat (limited to 'install')
-rw-r--r--install/static/test/data/ipa_init.json73
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 3b3f2db7d..14da9cb3b 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": [
"admin@IPA14.AYOUNG.BOSTON.DEVEL.REDHAT.COM"
@@ -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",