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

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

View file

@ -101,7 +101,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