mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Expand the types of groups that can be migrated to support IPA v1 migrations
This commit is contained in:
parent
97b5f2571e
commit
eb1577686b
@ -153,7 +153,7 @@ class migrate_ds(Command):
|
||||
_pre_migrate_user, _post_migrate_user
|
||||
),
|
||||
'group': (
|
||||
'(&(objectClass=groupOfUniqueNames)(cn=*))',
|
||||
'(&(|(objectClass=groupOfUniqueNames)(objectClass=groupOfNames))(cn=*))',
|
||||
_pre_migrate_group, None
|
||||
),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user