diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-08-03 18:09:35 +0200 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-08-03 18:09:35 +0200 |
commit | bed4ab799d58cd04a3fabc7355084181da86e843 (patch) | |
tree | 9ae94b0291e7884e70a0ff2efbf801224d4517a3 /lib/plugins/authad | |
parent | 39245054d28c2796f1922792c77f36fbcf29f6e7 (diff) | |
download | rpg-bed4ab799d58cd04a3fabc7355084181da86e843.tar.gz rpg-bed4ab799d58cd04a3fabc7355084181da86e843.tar.bz2 |
change 'debug' setting to 'security' (rather than 'danger')
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/conf/metadata.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authad/conf/metadata.php b/lib/plugins/authad/conf/metadata.php index 29f9a5ae9..7b4f895d0 100644 --- a/lib/plugins/authad/conf/metadata.php +++ b/lib/plugins/authad/conf/metadata.php @@ -9,6 +9,6 @@ $meta['admin_password'] = array('password','_caution' => 'danger'); $meta['real_primarygroup'] = array('onoff','_caution' => 'danger'); $meta['use_ssl'] = array('onoff','_caution' => 'danger'); $meta['use_tls'] = array('onoff','_caution' => 'danger'); -$meta['debug'] = array('onoff','_caution' => 'danger'); +$meta['debug'] = array('onoff','_caution' => 'security'); $meta['expirywarn'] = array('numeric', '_min'=>0,'_caution' => 'danger'); $meta['additional'] = array('string','_caution' => 'danger'); |