mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove internaldb password from password.conf
Remove internaldb password from password.conf after switching over to client certificate authentication. The password is no longer needed. https://fedorahosted.org/freeipa/ticket/4005 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
ad6001fc2e
commit
d2793a3ca5
@ -265,6 +265,9 @@ class DogtagInstance(service.Service):
|
||||
config,
|
||||
'internaldb.ldapconn.secureConn', 'true', quotes=False,
|
||||
separator='=')
|
||||
# Remove internaldb password as is not needed anymore
|
||||
installutils.set_directive(self.dogtag_constants.PASSWORD_CONF_PATH,
|
||||
'internaldb', None)
|
||||
|
||||
def uninstall(self):
|
||||
if self.is_installed():
|
||||
|
Loading…
Reference in New Issue
Block a user