#993 Missing "Hosts I manage"
Closed: Fixed None Opened 13 years ago by admiyo.

Host pages needs to show relationships with any hosts that might be managing the one selected.


Renaming ticket. "Hosts managing me" shows up in the "Managed By" attribute.

What is missing is "Hosts I manage"

"attribute_members": {
"enrolledby": [
"user"
],
"managedby": [
"host"
],
"memberof": [
"hostgroup",
"netgroup",
"role"
]
},

Please add the attribute, then reassign this ticket to me and change Component back to WebUI

I think we would need a separate query for this, something like:

ldapsearch -x -b 'cn=computers,cn=accounts,dc=example,dc=com' managedby=<my_dn>

This would require another fake attribute to store the data in.

Metadata Update from @admiyo:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 2.1 - 2011/06

7 years ago

Login to comment on this ticket.

Metadata