diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-22 21:45:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-22 21:45:37 +0200 |
commit | d34a2a38603431bc5caa74b726a6f58d86a70530 (patch) | |
tree | d860b2c9fa5ccb254673d5b9dec597339068736c /lib/plugins/authad/conf/metadata.php | |
parent | 1d8036c2a36d5e226e4a58657e9d859cbc241508 (diff) | |
download | rpg-d34a2a38603431bc5caa74b726a6f58d86a70530.tar.gz rpg-d34a2a38603431bc5caa74b726a6f58d86a70530.tar.bz2 |
allow charset for SSO to be configured FS#2148
Diffstat (limited to 'lib/plugins/authad/conf/metadata.php')
-rw-r--r-- | lib/plugins/authad/conf/metadata.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/authad/conf/metadata.php b/lib/plugins/authad/conf/metadata.php index 7b4f895d0..560d25315 100644 --- a/lib/plugins/authad/conf/metadata.php +++ b/lib/plugins/authad/conf/metadata.php @@ -4,6 +4,7 @@ $meta['account_suffix'] = array('string','_caution' => 'danger'); $meta['base_dn'] = array('string','_caution' => 'danger'); $meta['domain_controllers'] = array('string','_caution' => 'danger'); $meta['sso'] = array('onoff','_caution' => 'danger'); +$meta['sso_charset'] = array('string','_caution' => 'danger'); $meta['admin_username'] = array('string','_caution' => 'danger'); $meta['admin_password'] = array('password','_caution' => 'danger'); $meta['real_primarygroup'] = array('onoff','_caution' => 'danger'); |