mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Regenerate nslcd config before creating admin in ldap
This commit is contained in:
parent
1a79b96952
commit
3311e27705
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue