mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix user tests to handle managed entries
We now enable managed entries by default and need to account for it in the expected output.
This commit is contained in:
parent
6befd08973
commit
719592a209
@ -135,12 +135,13 @@ class test_user(Declarative):
|
||||
'krbprincipalname': [u'tuser1@' + api.env.realm],
|
||||
'loginshell': [u'/bin/sh'],
|
||||
'memberof_group': [u'ipausers'],
|
||||
'objectclass': objectclasses.user,
|
||||
'objectclass': objectclasses.user + [u'mepOriginEntry'],
|
||||
'sn': [u'User1'],
|
||||
'uid': [user1],
|
||||
'uidnumber': [fuzzy_digits],
|
||||
'gidnumber': [fuzzy_digits],
|
||||
'ipauniqueid': [fuzzy_uuid],
|
||||
'mepmanagedentry': [u'cn=%s,cn=groups,cn=accounts,%s' % (user1, api.env.basedn)]
|
||||
},
|
||||
],
|
||||
summary=u'1 user matched',
|
||||
|
Loading…
Reference in New Issue
Block a user