xref: /dokuwiki/lib/plugins/authldap/conf/metadata.php (revision 5c967d3d04622c1420313f1a514da5cda99827f3)
1<?php
2$meta['server']      = array('string');
3$meta['port']        = array('numeric');
4$meta['usertree']    = array('string');
5$meta['grouptree']   = array('string');
6$meta['userfilter']  = array('string');
7$meta['groupfilter'] = array('string');
8$meta['version']     = array('numeric');
9$meta['starttls']    = array('onoff');
10$meta['referrals']   = array('onoff');
11$meta['deref']       = array('multichoice','_choices' => array(0,1,2,3));
12$meta['binddn']      = array('string');
13$meta['bindpw']      = array('password');
14//$meta['mapping']['name']  unsupported in config manager
15//$meta['mapping']['grps']  unsupported in config manager
16$meta['userscope']   = array('multichoice','_choices' => array('sub','one','base'));
17$meta['groupscope']  = array('multichoice','_choices' => array('sub','one','base'));
18$meta['groupkey']    = array('string');
19$meta['debug']       = array('onoff');