diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index 5571f7c03..75f7223d3 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -295,7 +295,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False): logger.info(m18n.n('yunohost_installing')) - service_regen_conf(['nslcd', 'nsswitch'], force=True) + service_regen_conf(['nslcd'], force=True) # Initialize LDAP for YunoHost # TODO: Improve this part by integrate ldapinit into conf_regen hook