diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index 43407ad85..ea59a3308 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -281,6 +281,8 @@ def tools_postinstall(domain, password, ignore_dyndns=False): logger.info(m18n.n('yunohost_installing')) + service_regen_conf(['nslcd'], force=True) + # Initialize LDAP for YunoHost # TODO: Improve this part by integrate ldapinit into conf_regen hook auth = tools_ldapinit()