mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add openldap user in the ssl-cert grou
This commit is contained in:
parent
ca95035f72
commit
577d8f477f
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ do_init_regen() {
|
||||||
do_pre_regen() {
|
do_pre_regen() {
|
||||||
pending_dir=$1
|
pending_dir=$1
|
||||||
|
|
||||||
|
# Add openldap user in the ssl-cert group to let it access the ceriticate for TLS
|
||||||
|
sudo usermod -aG ssl-cert openldap
|
||||||
|
|
||||||
cd /usr/share/yunohost/templates/slapd
|
cd /usr/share/yunohost/templates/slapd
|
||||||
|
|
||||||
# create needed directories
|
# create needed directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue