mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
memberOf attribute should not be replicated
Resolves 430017
This commit is contained in:
parent
3ad8a2bd1b
commit
346f73057f
@ -224,6 +224,7 @@ class ReplicationManager:
|
||||
entry.setValues('nsds5replicaroot', self.suffix)
|
||||
entry.setValues('nsds5replicaupdateschedule', '0000-2359 0123456')
|
||||
entry.setValues('nsds5replicatransportinfo', 'SSL')
|
||||
entry.setValues('nsDS5ReplicatedAttributeList', '(objectclass=*) $ EXCLUDE memberOf')
|
||||
entry.setValues('description', "me to %s%d" % (b.host, PORT))
|
||||
|
||||
a.add_s(entry)
|
||||
|
Loading…
Reference in New Issue
Block a user