diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-03-23 21:11:31 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-03-23 21:11:31 +0100 |
commit | e32a0eee0b452399b85acdf3a185aabfe72b5785 (patch) | |
tree | 3bd011fca2cee1e1aed5d8fcdcb1ff1776d45a1a /lib/plugins/authad/default.php | |
parent | 68656728cf13ee1317e9082ae3705ca7bb7a1392 (diff) | |
download | rpg-e32a0eee0b452399b85acdf3a185aabfe72b5785.tar.gz rpg-e32a0eee0b452399b85acdf3a185aabfe72b5785.tar.bz2 |
Add synced settings for various plugins.rpg
Diffstat (limited to 'lib/plugins/authad/default.php')
-rw-r--r-- | lib/plugins/authad/default.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/plugins/authad/default.php b/lib/plugins/authad/default.php new file mode 100644 index 000000000..6fb4c9145 --- /dev/null +++ b/lib/plugins/authad/default.php @@ -0,0 +1,15 @@ +<?php + +$conf['account_suffix'] = ''; +$conf['base_dn'] = ''; +$conf['domain_controllers'] = ''; +$conf['sso'] = 0; +$conf['sso_charset'] = ''; +$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'] = ''; |