summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/replication.py
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-11-23 10:35:49 -0500
committerSimo Sorce <ssorce@redhat.com>2010-11-30 18:26:40 -0500
commit20b1e0a75ec832d906e7f66d2b306aabdce03901 (patch)
tree498f1d324b1ad33221207f53c2fd328d14c71101 /ipaserver/install/replication.py
parent94957c8ddcb8c11cea394b92ce67944adb991b23 (diff)
downloadfreeipa-20b1e0a75ec832d906e7f66d2b306aabdce03901.tar.gz
freeipa-20b1e0a75ec832d906e7f66d2b306aabdce03901.tar.xz
freeipa-20b1e0a75ec832d906e7f66d2b306aabdce03901.zip
Enable EntryUSN plugin by default, with global scope
This will allow clients to use entryusn values to track what changed in the directory regardles of replication delays. Fixes: https://fedorahosted.org/freeipa/ticket/526
Diffstat (limited to 'ipaserver/install/replication.py')
-rw-r--r--ipaserver/install/replication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/replication.py b/ipaserver/install/replication.py
index 7b4e903b4..340a82ef3 100644
--- a/ipaserver/install/replication.py
+++ b/ipaserver/install/replication.py
@@ -341,7 +341,7 @@ class ReplicationManager:
port = kargs.get("port", PORT)
# List of attributes that need to be excluded from replication.
- excludes = ('memberof',
+ excludes = ('memberof', 'entryusn',
'krblastsuccessfulauth',
'krblastfailedauth',
'krbloginfailedcount')