mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added mac address to host page
Part of support for ether maps. https://fedorahosted.org/freeipa/ticket/2548
This commit is contained in:
parent
661d82ad75
commit
4a2f812eb4
@ -68,6 +68,10 @@ IPA.host.entity = function(spec) {
|
||||
type: 'sshkeys',
|
||||
name: 'ipasshpubkey',
|
||||
label: IPA.messages.objects.sshkeystore.keys
|
||||
},
|
||||
{
|
||||
type: 'multivalued',
|
||||
name: 'macaddress'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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"
|
||||
],
|
||||
|
@ -33,6 +33,7 @@
|
||||
"krbticketpolicyreference": "rsc",
|
||||
"krbupenabled": "rsc",
|
||||
"l": "rscwo",
|
||||
"macaddress": "rscwo",
|
||||
"managedby": "rscwo",
|
||||
"memberof": "rsc",
|
||||
"nsaccountlock": "rscwo",
|
||||
@ -58,6 +59,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"
|
||||
],
|
||||
|
@ -33,6 +33,7 @@
|
||||
"krbticketpolicyreference": "rsc",
|
||||
"krbupenabled": "rsc",
|
||||
"l": "rscwo",
|
||||
"macaddress": "rscwo",
|
||||
"managedby": "rscwo",
|
||||
"memberof": "rsc",
|
||||
"nsaccountlock": "rscwo",
|
||||
|
@ -33,6 +33,7 @@
|
||||
"krbticketpolicyreference": "rsc",
|
||||
"krbupenabled": "rsc",
|
||||
"l": "rscwo",
|
||||
"macaddress": "rscwo",
|
||||
"managedby": "rscwo",
|
||||
"memberof": "rsc",
|
||||
"nsaccountlock": "rscwo",
|
||||
@ -58,6 +59,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"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user