mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
Remove unused random password in replica install script
This commit is contained in:
parent
2255479ef0
commit
343ab382a5
@ -47,7 +47,6 @@ class ReplicaConfig:
|
||||
self.dirman_password = ""
|
||||
self.ds_user = ""
|
||||
self.host_name = ""
|
||||
self.repl_password = ""
|
||||
self.dir = ""
|
||||
self.subject_base = ""
|
||||
|
||||
@ -344,7 +343,6 @@ def main():
|
||||
print ""
|
||||
except KeyboardInterrupt:
|
||||
sys.exit(0)
|
||||
config.repl_password = ipautil.ipa_generate_password()
|
||||
config.dir = dir
|
||||
|
||||
# Create the management framework config file
|
||||
|
Loading…
Reference in New Issue
Block a user