summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/host_mod.json
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-03-19 09:24:12 +0100
committerPetr Vobornik <pvoborni@redhat.com>2012-03-20 17:32:23 +0100
commit4a2f812eb4b1e42c7dc02b4a5485c81e10abed70 (patch)
treebbc8a07acfdbb5cca35bdf990cbfe48f9330bdf1 /install/ui/test/data/host_mod.json
parent661d82ad75c1a5bca37f225bb7d0f08bbc9be033 (diff)
downloadfreeipa-4a2f812eb4b1e42c7dc02b4a5485c81e10abed70.tar.gz
freeipa-4a2f812eb4b1e42c7dc02b4a5485c81e10abed70.tar.xz
freeipa-4a2f812eb4b1e42c7dc02b4a5485c81e10abed70.zip
Added mac address to host page
Part of support for ether maps. https://fedorahosted.org/freeipa/ticket/2548
Diffstat (limited to 'install/ui/test/data/host_mod.json')
-rw-r--r--install/ui/test/data/host_mod.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/test/data/host_mod.json b/install/ui/test/data/host_mod.json
index 00ccf2d48..80714a9db 100644
--- a/install/ui/test/data/host_mod.json
+++ b/install/ui/test/data/host_mod.json
@@ -30,6 +30,7 @@
"krbticketpolicyreference": "rscwo",
"krbupenabled": "rscwo",
"l": "rscwo",
+ "macaddress": "rscwo",
"managedby": "rscwo",
"memberof": "rsc",
"nsaccountlock": "rscwo",
@@ -55,6 +56,9 @@
"krbprincipalname": [
"host/test.example.com@EXAMPLE.COM"
],
+ "macaddress": [
+ "FE:ED:BA:BE:BE:EF"
+ ],
"managedby": [
"fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com"
],