mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
@@ -219,6 +219,7 @@ class DsInstance(service.Service):
|
||||
self.step("configuring uniqueness plugin", self.__set_unique_attrs)
|
||||
self.step("configuring uuid plugin", self.__config_uuid_module)
|
||||
self.step("configuring modrdn plugin", self.__config_modrdn_module)
|
||||
self.step("enabling entryUSN plugin", self.__enable_entryusn)
|
||||
self.step("creating indices", self.__create_indices)
|
||||
self.step("configuring ssl for ds instance", self.__enable_ssl)
|
||||
self.step("configuring certmap.conf", self.__certmap_conf)
|
||||
@@ -357,6 +358,9 @@ class DsInstance(service.Service):
|
||||
# TODO: roll back here?
|
||||
logging.critical("Failed to restart the directory server. See the installation log for details.")
|
||||
|
||||
def __enable_entryusn(self):
|
||||
self._ldap_mod("entryusn.ldif")
|
||||
|
||||
def __add_memberof_module(self):
|
||||
self._ldap_mod("memberof-conf.ldif")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user