xref: /dokuwiki/lib/plugins/authad/conf/metadata.php (revision bed4ab799d58cd04a3fabc7355084181da86e843)
152c3bef9SAndreas Gohr<?php
252c3bef9SAndreas Gohr
3893decf1SChristopher Smith$meta['account_suffix']     = array('string','_caution' => 'danger');
4893decf1SChristopher Smith$meta['base_dn']            = array('string','_caution' => 'danger');
5893decf1SChristopher Smith$meta['domain_controllers'] = array('string','_caution' => 'danger');
6893decf1SChristopher Smith$meta['sso']                = array('onoff','_caution' => 'danger');
7893decf1SChristopher Smith$meta['admin_username']     = array('string','_caution' => 'danger');
8893decf1SChristopher Smith$meta['admin_password']     = array('password','_caution' => 'danger');
9893decf1SChristopher Smith$meta['real_primarygroup']  = array('onoff','_caution' => 'danger');
10893decf1SChristopher Smith$meta['use_ssl']            = array('onoff','_caution' => 'danger');
11893decf1SChristopher Smith$meta['use_tls']            = array('onoff','_caution' => 'danger');
12*bed4ab79SChristopher Smith$meta['debug']              = array('onoff','_caution' => 'security');
13893decf1SChristopher Smith$meta['expirywarn']         = array('numeric', '_min'=>0,'_caution' => 'danger');
14893decf1SChristopher Smith$meta['additional']         = array('string','_caution' => 'danger');
15