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:
parent
40de613f5c
commit
70f7aad6a7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ ynh_add_config --template="../conf/class.auth.ldap.php" --destination="$install_
|
||||||
|
|
||||||
cat << EOF >> $php_config
|
cat << EOF >> $php_config
|
||||||
|
|
||||||
\$__autoload['ldapDcAuth'] = dirname(__FILE__).'/class.auth.ldap.php';
|
require dirname(__FILE__).'/class.auth.ldap.php';
|
||||||
define('DC_AUTH_CLASS','ldapDcAuth');
|
define('DC_AUTH_CLASS','ldapDcAuth');
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue