xref: /dokuwiki/lib/plugins/authad/conf/default.php (revision 02ea0357f6a255b0f65c967112e6a6d9ec1fa116)
1<?php
2
3$conf['account_suffix']     = '';
4$conf['base_dn']            = '';
5$conf['domain_controllers'] = '';
6$conf['sso']                = 0;
7$conf['ad_username']        = '';
8$conf['ad_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']         = '';