xref: /dokuwiki/lib/plugins/authad/conf/default.php (revision b055d7074c8f9415798be4f2fce8dfdea30d4f68)
1<?php
2
3$conf['account_suffix']     = '';
4$conf['base_dn']            = '';
5$conf['domain_controllers'] = '';
6$conf['sso']                = 0;
7$conf['admin_username']        = '';
8$conf['admin_password']        = '';
9$conf['real_primarygroup']  = 0;
10$conf['use_ssl']            = 0;
11$conf['use_tls']            = 0;
12$conf['debug']              = 0;
13$conf['expirywarn']         = 0;
14$conf['additional']         = '';
15