diff options
author | senorandy <senorandy@hotmail.co.uk> | 2013-03-26 10:15:31 +0100 |
---|---|---|
committer | senorandy <senorandy@hotmail.co.uk> | 2013-03-26 10:15:31 +0100 |
commit | 0bb7340a11736568d7b537dfca36e52d5032c193 (patch) | |
tree | 45b5197c6de1fa10945623476e329cffeb3e0fb3 | |
parent | 939baf40725d16e0cd929a9dadbf12ae6b0412c6 (diff) | |
download | rpg-0bb7340a11736568d7b537dfca36e52d5032c193.tar.gz rpg-0bb7340a11736568d7b537dfca36e52d5032c193.tar.bz2 |
Update metadata.php
Without this unable to access AD info. Also allows SSO.
-rw-r--r-- | lib/plugins/authad/conf/metadata.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/authad/conf/metadata.php b/lib/plugins/authad/conf/metadata.php index dc251a108..fbc3f163c 100644 --- a/lib/plugins/authad/conf/metadata.php +++ b/lib/plugins/authad/conf/metadata.php @@ -4,11 +4,11 @@ $meta['account_suffix'] = array('string'); $meta['base_dn'] = array('string'); $meta['domain_controllers'] = array('string'); $meta['sso'] = array('onoff'); -$meta['ad_username'] = array('string'); -$meta['ad_password'] = array('password'); +$meta['admin_username'] = array('string'); +$meta['admin_password'] = array('password'); $meta['real_primarygroup'] = array('onoff'); $meta['use_ssl'] = array('onoff'); $meta['use_tls'] = array('onoff'); $meta['debug'] = array('onoff'); $meta['expirywarn'] = array('numeric', '_min'=>0); -$meta['additional'] = array('string');
\ No newline at end of file +$meta['additional'] = array('string'); |