diff options
author | Nathaniel McCallum <npmccallum@redhat.com> | 2014-10-17 13:02:58 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-10-20 10:18:47 +0200 |
commit | 68825e7ac6e074ee62bc3787a718ae78ef29a88e (patch) | |
tree | e03f8e0e4b8d05eb3501fe7f95baf3b3ae22d859 /ipaserver/install/dsinstance.py | |
parent | d8f05d88414217c57aba0abbd43d1623fba477f8 (diff) | |
download | freeipa-68825e7ac6e074ee62bc3787a718ae78ef29a88e.tar.gz freeipa-68825e7ac6e074ee62bc3787a718ae78ef29a88e.tar.xz freeipa-68825e7ac6e074ee62bc3787a718ae78ef29a88e.zip |
Configure IPA OTP Last Token plugin on upgrade
Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'ipaserver/install/dsinstance.py')
-rw-r--r-- | ipaserver/install/dsinstance.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py index c9a1c15e9..95df6e479 100644 --- a/ipaserver/install/dsinstance.py +++ b/ipaserver/install/dsinstance.py @@ -241,7 +241,6 @@ class DsInstance(service.Service): self.step("configuring DNS plugin", self.__config_dns_module) self.step("enabling entryUSN plugin", self.__enable_entryusn) self.step("configuring lockout plugin", self.__config_lockout_module) - self.step("configuring OTP last token plugin", self.__config_otp_lasttoken_module) self.step("creating indices", self.__create_indices) self.step("enabling referential integrity plugin", self.__add_referint_module) if enable_ssl: @@ -553,9 +552,6 @@ class DsInstance(service.Service): def __config_lockout_module(self): self._ldap_mod("lockout-conf.ldif") - def __config_otp_lasttoken_module(self): - self._ldap_mod("otp-lasttoken-conf.ldif") - def __repoint_managed_entries(self): self._ldap_mod("repoint-managed-entries.ldif", self.sub_dict) |