xref: /dokuwiki/lib/plugins/authad/conf/metadata.php (revision e60ddb3819083b0de4fd5c8800e3c08c0b378116)
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');
7d34a2a38SAndreas Gohr$meta['sso_charset']        = array('string','_caution' => 'danger');
8893decf1SChristopher Smith$meta['admin_username']     = array('string','_caution' => 'danger');
98ef94e9eSAndreas Gohr$meta['admin_password']     = array('password','_caution' => 'danger','_code' => 'base64');
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');
16bb30445dSMichael Wilmes$meta['update_name']        = array('onoff','_caution' => 'danger');
17bb30445dSMichael Wilmes$meta['update_mail']        = array('onoff','_caution' => 'danger');
18*e60ddb38Smrclschstr$meta['recursive_groups']   = array('onoff','_caution' => 'danger');
19