diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-02-17 11:44:34 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-02-17 11:44:34 -0800 |
commit | 063de86b1d9417547f0a1f3dc91f7b9dab088bfc (patch) | |
tree | 8186d48cedef371eac4d4c3def2e1e6a8228cc5c /lib/plugins/authmysql/conf/metadata.php | |
parent | 91328684db89e336404aff4644f8a53a1db64cad (diff) | |
parent | 5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1 (diff) | |
download | rpg-063de86b1d9417547f0a1f3dc91f7b9dab088bfc.tar.gz rpg-063de86b1d9417547f0a1f3dc91f7b9dab088bfc.tar.bz2 |
Merge pull request #181 from splitbrain/authpluginconfig
Auth plugin config
Diffstat (limited to 'lib/plugins/authmysql/conf/metadata.php')
-rw-r--r-- | lib/plugins/authmysql/conf/metadata.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/conf/metadata.php b/lib/plugins/authmysql/conf/metadata.php index f63bbe481..05d150fdf 100644 --- a/lib/plugins/authmysql/conf/metadata.php +++ b/lib/plugins/authmysql/conf/metadata.php @@ -4,6 +4,7 @@ $meta['server'] = array('string'); $meta['user'] = array('string'); $meta['password'] = array('password'); $meta['database'] = array('string'); +$meta['charset'] = array('string'); $meta['debug'] = array('multichoice','_choices' => array(0,1,2)); $meta['forwardClearPass'] = array('onoff'); $meta['TablesToLock'] = array('array'); |