diff --git a/ipaserver/install/replication.py b/ipaserver/install/replication.py index 71b327a64..50368622b 100644 --- a/ipaserver/install/replication.py +++ b/ipaserver/install/replication.py @@ -64,9 +64,10 @@ WINSYNC = 2 # List of attributes that need to be excluded from replication initialization. TOTAL_EXCLUDES = ('entryusn', - 'krblastsuccessfulauth', - 'krblastfailedauth', - 'krbloginfailedcount') + 'krblastsuccessfulauth', + 'krblastfailedauth', + 'krbloginfailedcount', + 'passwordgraceusertime',) # List of attributes that need to be excluded from normal replication. EXCLUDES = ('memberof', 'idnssoaserial') + TOTAL_EXCLUDES