diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-22 02:16:16 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-22 02:16:16 +0000 |
commit | ceffff1bc694d37a7b9d0b139561ad7321df524c (patch) | |
tree | c2600348d30094d301d2beb37b9df5131464adc5 /modules/phpbb/manifests | |
parent | 05fc09db7468d108037199232720d2d5ae56e8aa (diff) | |
download | puppet-ceffff1bc694d37a7b9d0b139561ad7321df524c.tar puppet-ceffff1bc694d37a7b9d0b139561ad7321df524c.tar.gz puppet-ceffff1bc694d37a7b9d0b139561ad7321df524c.tar.bz2 puppet-ceffff1bc694d37a7b9d0b139561ad7321df524c.tar.xz puppet-ceffff1bc694d37a7b9d0b139561ad7321df524c.zip |
- force ssl for the ldap binding
Diffstat (limited to 'modules/phpbb/manifests')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 19f64c27..c9ec7078 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -123,7 +123,7 @@ class phpbb { } phpbb_config { "ldap_server": - value => "ldap.$domain", + value => "ldaps://ldap.$domain", } $ldap_password = extlookup("phpbb_ldap",'x') |