summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-prepare
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-08-31 11:39:53 -0400
committerSimo Sorce <ssorce@redhat.com>2011-08-31 16:27:20 -0400
commit096cc43fe604f9145578d6e5ab32a778563b9737 (patch)
treeb4ce69bd9c5836fb0ba6a19f684e258ee937ffe7 /install/tools/ipa-replica-prepare
parentf6d36494fd0f1d421e9c69f3cc492f9eee9ab6af (diff)
downloadfreeipa-096cc43fe604f9145578d6e5ab32a778563b9737.tar.gz
freeipa-096cc43fe604f9145578d6e5ab32a778563b9737.tar.xz
freeipa-096cc43fe604f9145578d6e5ab32a778563b9737.zip
install: We do not need a ldap password anymore
Our new ipa-kdb driver access ldap via ldapi:// and EXTERNAL auth and doesn't need a bind password anymore. Fixes: https://fedorahosted.org/freeipa/ticket/1743
Diffstat (limited to 'install/tools/ipa-replica-prepare')
-rwxr-xr-xinstall/tools/ipa-replica-prepare1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/tools/ipa-replica-prepare b/install/tools/ipa-replica-prepare
index 0c88244b3..647252e49 100755
--- a/install/tools/ipa-replica-prepare
+++ b/install/tools/ipa-replica-prepare
@@ -214,7 +214,6 @@ def copy_files(realm_name, dir):
config_dir = dsinstance.config_dirname(dsinstance.realm_to_serverid(realm_name))
try:
- shutil.copy("/var/kerberos/krb5kdc/ldappwd", dir + "/ldappwd")
shutil.copy("/var/kerberos/krb5kdc/kpasswd.keytab", dir + "/kpasswd.keytab")
shutil.copy("/usr/share/ipa/html/ca.crt", dir + "/ca.crt")
if ipautil.file_exists("/usr/share/ipa/html/preferences.html"):