mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
We enable ldapauth during install
This commit is contained in:
parent
94be454900
commit
3239313005
1 changed files with 7 additions and 0 deletions
|
@ -195,6 +195,13 @@ ynh_script_progression --message="Push Ldap configuration to .htconfig.php..."
|
||||||
|
|
||||||
cat ../conf/ldap_conf.php >> $final_path/.htconfig.php
|
cat ../conf/ldap_conf.php >> $final_path/.htconfig.php
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# LDAP ADDON ACTIVATION
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Enabling ldapauth addon..."
|
||||||
|
|
||||||
|
util/addons install ldapauth
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue