This commit is contained in:
Kload 2013-02-27 22:34:16 +01:00
parent 6c86bc614c
commit 63fced095a

View file

@ -175,12 +175,12 @@ def tools_postinstall(domain, password):
else:
raise YunoHostError(17, _("YunoHost is already installed"))
# New domain config
tools_maindomain(old_domain='yunohost.org', new_domain=domain)
# Initialize YunoHost LDAP base
tools_ldapinit()
# New domain config
tools_maindomain(old_domain='yunohost.org', new_domain=domain)
# Change LDAP admin password
tools_adminpw(old_password='yunohost', new_password=password)