mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
nscd -i won't work in chroot ... also 'groups' was a typo, actual name is 'group'
This commit is contained in:
parent
600b96782e
commit
806b7acfb3
1 changed files with 3 additions and 3 deletions
|
@ -54,8 +54,8 @@ EOF
|
|||
| grep -v "none elapsed\|Closing DB" || true
|
||||
chown -R openldap: /var/lib/ldap
|
||||
|
||||
nscd -i groups
|
||||
nscd -i passwd
|
||||
nscd -i group || true
|
||||
nscd -i passwd || true
|
||||
|
||||
systemctl restart slapd
|
||||
|
||||
|
@ -157,7 +157,7 @@ objectClass: posixGroup
|
|||
objectClass: top"
|
||||
chown -R openldap: /var/lib/ldap
|
||||
systemctl restart slapd
|
||||
nscd -i groups
|
||||
nscd -i group
|
||||
fi
|
||||
|
||||
[ -z "$regen_conf_files" ] && exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue