From 2bd7f83a6495011ada78ca8a9f2af417caf01760 Mon Sep 17 00:00:00 2001 From: ahriman Date: Wed, 2 Jan 2019 04:57:35 +0000 Subject: removed dokuwiki --- wiki/lib/plugins/authldap/conf/default.php | 22 ---------------------- wiki/lib/plugins/authldap/conf/metadata.php | 21 --------------------- 2 files changed, 43 deletions(-) delete mode 100644 wiki/lib/plugins/authldap/conf/default.php delete mode 100644 wiki/lib/plugins/authldap/conf/metadata.php (limited to 'wiki/lib/plugins/authldap/conf') diff --git a/wiki/lib/plugins/authldap/conf/default.php b/wiki/lib/plugins/authldap/conf/default.php deleted file mode 100644 index 116cb9d..0000000 --- a/wiki/lib/plugins/authldap/conf/default.php +++ /dev/null @@ -1,22 +0,0 @@ - 'danger'); -$meta['port'] = array('numeric','_caution' => 'danger'); -$meta['usertree'] = array('string','_caution' => 'danger'); -$meta['grouptree'] = array('string','_caution' => 'danger'); -$meta['userfilter'] = array('string','_caution' => 'danger'); -$meta['groupfilter'] = array('string','_caution' => 'danger'); -$meta['version'] = array('numeric','_caution' => 'danger'); -$meta['starttls'] = array('onoff','_caution' => 'danger'); -$meta['referrals'] = array('multichoice','_choices' => array(-1,0,1),'_caution' => 'danger'); -$meta['deref'] = array('multichoice','_choices' => array(0,1,2,3),'_caution' => 'danger'); -$meta['binddn'] = array('string','_caution' => 'danger'); -$meta['bindpw'] = array('password','_caution' => 'danger','_code'=>'base64'); -//$meta['mapping']['name'] unsupported in config manager -//$meta['mapping']['grps'] unsupported in config manager -$meta['userscope'] = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger'); -$meta['groupscope'] = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger'); -$meta['userkey'] = array('string','_caution' => 'danger'); -$meta['groupkey'] = array('string','_caution' => 'danger'); -$meta['debug'] = array('onoff','_caution' => 'security'); -$meta['modPass'] = array('onoff'); -- cgit 1.4.1-2-gfad0