mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove ipausers' gidnumber from tests
The ipausers group is no longer a POSIX group by default. Reflect that in the tests.
This commit is contained in:
parent
96390ca3e5
commit
7a5ca16c74
@ -368,7 +368,6 @@ class test_group(Declarative):
|
|||||||
'dn': lambda x: DN(x) == \
|
'dn': lambda x: DN(x) == \
|
||||||
DN(('cn','ipausers'),('cn','groups'),('cn','accounts'),
|
DN(('cn','ipausers'),('cn','groups'),('cn','accounts'),
|
||||||
api.env.basedn),
|
api.env.basedn),
|
||||||
'gidnumber': [fuzzy_digits],
|
|
||||||
'cn': [u'ipausers'],
|
'cn': [u'ipausers'],
|
||||||
'description': [u'Default group for all users'],
|
'description': [u'Default group for all users'],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user