summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/conf/default.php
blob: 05d6c328ea036a840664bde95dedc81098e23c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

$conf['account_suffix']     = '';
$conf['base_dn']            = '';
$conf['domain_controllers'] = '';
$conf['sso']                = 0;
$conf['ad_username']        = '';
$conf['ad_password']        = '';
$conf['real_primarygroup']  = 0;
$conf['use_ssl']            = 0;
$conf['use_tls']            = 0;
$conf['debug']              = 0;
$conf['expirywarn']         = 0;
$conf['additional']         = '';