diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-04-19 00:15:53 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-04-19 00:15:53 -0700 |
commit | 2faa7d780acade6c3403a21c65d238e57a031ede (patch) | |
tree | 2075af66bcd1f3a4a90d18ffbbc4fc6983122275 /lib/plugins/authad/conf/default.php | |
parent | c5270434ae13b347d8357f578d10543804b17a3a (diff) | |
parent | 3bca6c65969446444ec4e8945d670c815b6ba066 (diff) | |
download | rpg-2faa7d780acade6c3403a21c65d238e57a031ede.tar.gz rpg-2faa7d780acade6c3403a21c65d238e57a031ede.tar.bz2 |
Merge pull request #204 from senorandy/master
Correctly identify AD account
Diffstat (limited to 'lib/plugins/authad/conf/default.php')
-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'] = ''; |