mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix user synchronization.
We need to set uidNumber and gidNumber to the magic values so that DNA can assign appropriate Ids, otherwise the synchronization of users from AD will fail with an error about posixAccount requiring a missing (uidNumber) attribute. Fixes: https://fedorahosted.org/freeipa/ticket/1020
This commit is contained in:
@@ -26,3 +26,5 @@ ipaWinSyncAcctDisable: both
|
||||
ipaWinSyncInactivatedFilter: (&(cn=inactivated)(objectclass=groupOfNames))
|
||||
ipaWinSyncActivatedFilter: (&(cn=activated)(objectclass=groupOfNames))
|
||||
ipaWinSyncForceSync: true
|
||||
ipaWinSyncUserAttr: uidNumber 999
|
||||
ipaWinSyncUserAttr: gidNumber 999
|
||||
|
||||
Reference in New Issue
Block a user