mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We also need to regen nsswitch before ldapinit otherwise sudo doesnt work
This commit is contained in:
parent
6fc3f08cda
commit
ddebd9f091
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
|||
|
||||
logger.info(m18n.n('yunohost_installing'))
|
||||
|
||||
service_regen_conf(['nslcd'], force=True)
|
||||
service_regen_conf(['nslcd', 'nsswitch'], force=True)
|
||||
|
||||
# Initialize LDAP for YunoHost
|
||||
# TODO: Improve this part by integrate ldapinit into conf_regen hook
|
||||
|
|
Loading…
Add table
Reference in a new issue