1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

Require class.auth.ldap.php in upgrade

This commit is contained in:
tituspijean 2023-08-15 23:20:09 +02:00
parent 70f7aad6a7
commit fd2566418b
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -129,7 +129,7 @@ ynh_add_config --template="../conf/class.auth.ldap.php" --destination="$install_
cat << EOF >> $php_config
\$__autoload['ldapDcAuth'] = dirname(__FILE__).'/class.auth.ldap.php';
require dirname(__FILE__).'/class.auth.ldap.php';
define('DC_AUTH_CLASS','ldapDcAuth');
EOF