summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/conf
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-08-03 18:09:35 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-03 18:09:35 +0200
commitbed4ab799d58cd04a3fabc7355084181da86e843 (patch)
tree9ae94b0291e7884e70a0ff2efbf801224d4517a3 /lib/plugins/authldap/conf
parent39245054d28c2796f1922792c77f36fbcf29f6e7 (diff)
downloadrpg-bed4ab799d58cd04a3fabc7355084181da86e843.tar.gz
rpg-bed4ab799d58cd04a3fabc7355084181da86e843.tar.bz2
change 'debug' setting to 'security' (rather than 'danger')
Diffstat (limited to 'lib/plugins/authldap/conf')
-rw-r--r--lib/plugins/authldap/conf/metadata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authldap/conf/metadata.php b/lib/plugins/authldap/conf/metadata.php
index a165a322c..6aa53c40d 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' => 'danger'); \ No newline at end of file
+$meta['debug'] = array('onoff','_caution' => 'security'); \ No newline at end of file