mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
15 lines
443 B
PHP
15 lines
443 B
PHP
<?php
|
|
|
|
$conf['account_suffix'] = '';
|
|
$conf['base_dn'] = '';
|
|
$conf['domain_controllers'] = '';
|
|
$conf['sso'] = 0;
|
|
$conf['sso_charset'] = '';
|
|
$conf['admin_username'] = '';
|
|
$conf['admin_password'] = '';
|
|
$conf['real_primarygroup'] = 0;
|
|
$conf['use_ssl'] = 0;
|
|
$conf['use_tls'] = 0;
|
|
$conf['debug'] = 0;
|
|
$conf['expirywarn'] = 0;
|
|
$conf['additional'] = '';
|