diff options
-rw-r--r-- | VERSION | 1 | ||||
-rw-r--r-- | lib/plugins/authldap/conf/metadata.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..1211ab230 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2014-05-05a "Ponder Stibbons" diff --git a/lib/plugins/authldap/conf/metadata.php b/lib/plugins/authldap/conf/metadata.php index 6aa53c40d..2f6019f23 100644 --- a/lib/plugins/authldap/conf/metadata.php +++ b/lib/plugins/authldap/conf/metadata.php @@ -16,4 +16,4 @@ $meta['bindpw'] = array('password','_caution' => 'danger'); $meta['userscope'] = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger'); $meta['groupscope'] = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger'); $meta['groupkey'] = array('string','_caution' => 'danger'); -$meta['debug'] = array('onoff','_caution' => 'security');
\ No newline at end of file +$meta['debug'] = array('onoff','_caution' => 'security'); |