mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-modrdn: Enable plugin to handle krbPrincipalName on renames
This commit is contained in:
@@ -213,6 +213,7 @@ class DsInstance(service.Service):
|
||||
self.step("enabling ldapi", self.__enable_ldapi)
|
||||
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("creating indices", self.__create_indices)
|
||||
self.step("configuring ssl for ds instance", self.__enable_ssl)
|
||||
self.step("configuring certmap.conf", self.__certmap_conf)
|
||||
@@ -390,6 +391,10 @@ class DsInstance(service.Service):
|
||||
self._ldap_mod("uuid-conf.ldif")
|
||||
self._ldap_mod("uuid-ipauniqueid.ldif", self.sub_dict)
|
||||
|
||||
def __config_modrdn_module(self):
|
||||
self._ldap_mod("modrdn-conf.ldif")
|
||||
self._ldap_mod("modrdn-krbprinc.ldif", self.sub_dict)
|
||||
|
||||
def __user_private_groups(self):
|
||||
if has_managed_entries(self.fqdn, self.dm_password):
|
||||
self._ldap_mod("user_private_groups.ldif", self.sub_dict)
|
||||
|
||||
Reference in New Issue
Block a user