diff options
author | senorandy <senorandy@hotmail.co.uk> | 2013-03-26 10:14:44 +0100 |
---|---|---|
committer | senorandy <senorandy@hotmail.co.uk> | 2013-03-26 10:14:44 +0100 |
commit | 939baf40725d16e0cd929a9dadbf12ae6b0412c6 (patch) | |
tree | 9af6208d087f86782710252e956422cd363692e8 /lib/plugins/authad | |
parent | 8f989436768f021725a023c5ae7efae150586d0c (diff) | |
download | rpg-939baf40725d16e0cd929a9dadbf12ae6b0412c6.tar.gz rpg-939baf40725d16e0cd929a9dadbf12ae6b0412c6.tar.bz2 |
Update default.php
Wihtout this, unable to fetch any AD info.. also allows SSO.
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/conf/default.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/authad/conf/default.php b/lib/plugins/authad/conf/default.php index 05d6c328e..9274db209 100644 --- a/lib/plugins/authad/conf/default.php +++ b/lib/plugins/authad/conf/default.php @@ -4,11 +4,11 @@ $conf['account_suffix'] = ''; $conf['base_dn'] = ''; $conf['domain_controllers'] = ''; $conf['sso'] = 0; -$conf['ad_username'] = ''; -$conf['ad_password'] = ''; +$conf['admin_username'] = ''; +$conf['admin_password'] = ''; $conf['real_primarygroup'] = 0; $conf['use_ssl'] = 0; $conf['use_tls'] = 0; $conf['debug'] = 0; $conf['expirywarn'] = 0; -$conf['additional'] = '';
\ No newline at end of file +$conf['additional'] = ''; |