xref: /dokuwiki/lib/plugins/authad/conf/metadata.php (revision 52c3bef90b80185350a565ba379ce81ccf5fce2a)
1*52c3bef9SAndreas Gohr<?php
2*52c3bef9SAndreas Gohr
3*52c3bef9SAndreas Gohr$meta['account_suffix']     = array('string');
4*52c3bef9SAndreas Gohr$meta['base_dn']            = array('string');
5*52c3bef9SAndreas Gohr$meta['domain_controllers'] = array('string');
6*52c3bef9SAndreas Gohr$meta['sso']                = array('onoff');
7*52c3bef9SAndreas Gohr$meta['ad_username']        = array('string');
8*52c3bef9SAndreas Gohr$meta['ad_password']        = array('password');
9*52c3bef9SAndreas Gohr$meta['real_primarygroup']  = array('onoff');
10*52c3bef9SAndreas Gohr$meta['use_ssl']            = array('onoff');
11*52c3bef9SAndreas Gohr$meta['use_tls']            = array('onoff');
12*52c3bef9SAndreas Gohr$meta['debug']              = array('onoff');
13*52c3bef9SAndreas Gohr$meta['expirywarn']         = array('numeric', '_min'=>0);
14*52c3bef9SAndreas Gohr$meta['additional']         = array('string');