mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Limit max age of replication changelog
Limit max age of replication changelog to seven days, instead of grow to unlimited size. https://fedorahosted.org/freeipa/ticket/5086 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -468,6 +468,7 @@ class ReplicationManager(object):
|
||||
'objectclass': ["top", "extensibleobject"],
|
||||
'cn': ["changelog5"],
|
||||
'nsslapd-changelogdir': [os.path.join(dbdir, "cldb")],
|
||||
'nsslapd-changelogmaxage': ['7d'],
|
||||
}
|
||||
)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user