diff options
author | Klap-in <klapinklapin@gmail.com> | 2013-02-16 22:53:38 +0100 |
---|---|---|
committer | Klap-in <klapinklapin@gmail.com> | 2013-02-16 22:53:38 +0100 |
commit | 45970804e69e3d087fe19ad9cefaff0ef44be795 (patch) | |
tree | fe4c0a16027f2b78427ee7c48aa5e39beab06b1d /lib/plugins/authad | |
parent | ed2c6a71b7c05ed9ffb9031519900a6bd9e64d0a (diff) | |
download | rpg-45970804e69e3d087fe19ad9cefaff0ef44be795.tar.gz rpg-45970804e69e3d087fe19ad9cefaff0ef44be795.tar.bz2 |
Complete metadata and defaults of auth plugin configs
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/conf/default.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/authad/conf/default.php b/lib/plugins/authad/conf/default.php new file mode 100644 index 000000000..05d6c328e --- /dev/null +++ b/lib/plugins/authad/conf/default.php @@ -0,0 +1,14 @@ +<?php + +$conf['account_suffix'] = ''; +$conf['base_dn'] = ''; +$conf['domain_controllers'] = ''; +$conf['sso'] = 0; +$conf['ad_username'] = ''; +$conf['ad_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 |