xref: /dokuwiki/lib/plugins/authad/conf/metadata.php (revision d34a2a38603431bc5caa74b726a6f58d86a70530)
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');
7*d34a2a38SAndreas Gohr$meta['sso_charset']        = array('string','_caution' => 'danger');
8893decf1SChristopher Smith$meta['admin_username']     = array('string','_caution' => 'danger');
9893decf1SChristopher Smith$meta['admin_password']     = array('password','_caution' => 'danger');
10893decf1SChristopher Smith$meta['real_primarygroup']  = array('onoff','_caution' => 'danger');
11893decf1SChristopher Smith$meta['use_ssl']            = array('onoff','_caution' => 'danger');
12893decf1SChristopher Smith$meta['use_tls']            = array('onoff','_caution' => 'danger');
13bed4ab79SChristopher Smith$meta['debug']              = array('onoff','_caution' => 'security');
14893decf1SChristopher Smith$meta['expirywarn']         = array('numeric', '_min'=>0,'_caution' => 'danger');
15893decf1SChristopher Smith$meta['additional']         = array('string','_caution' => 'danger');
16