<?php
$meta['server']      = array('string');
$meta['port']        = array('numeric');
$meta['usertree']    = array('string');
$meta['grouptree']   = array('string');
$meta['userfilter']  = array('string');
$meta['groupfilter'] = array('string');
$meta['version']     = array('numeric');
$meta['starttls']    = array('onoff');
$meta['referrals']   = array('onoff');
$meta['binddn']      = array('string');
$meta['bindpw']      = array('password');
//$meta['mapping']['name']  unsupported in config manager
//$meta['mapping']['grps']  unsupported in config manager
$meta['userscope']   = array('multichoice','_choices' => array('sub','one','base'));
$meta['groupscope']  = array('multichoice','_choices' => array('sub','one','base'));
$meta['debug']       = array('onoff');