mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add netgroup as possible memberOf for hostgroups
https://fedorahosted.org/freeipa/ticket/1563
This commit is contained in:
@@ -188,6 +188,7 @@ class test_netgroup(Declarative):
|
||||
cn=[hostgroup1],
|
||||
objectclass=objectclasses.hostgroup,
|
||||
description=[u'Test hostgroup 1'],
|
||||
memberof_netgroup=[hostgroup1],
|
||||
mepmanagedentry=lambda x: [DN(i) for i in x] == \
|
||||
[DN(('cn',hostgroup1),('cn','ng'),('cn','alt'),
|
||||
api.env.basedn)],
|
||||
|
||||
Reference in New Issue
Block a user