Remove unused random password in replica install script

This commit is contained in:
Simo Sorce 2011-01-12 08:25:02 -05:00
parent 2255479ef0
commit 343ab382a5

View File

@ -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