diff --git a/manifests/apache.pp b/manifests/apache.pp index 7ce45cb..49dc744 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -57,6 +57,10 @@ include apache::mod::proxy_http include apache::mod::proxy_connect include apache::mod::proxy_wstunnel + + # ldap should probably be a default module. + include apache::mod::ldap + include apache::mod::authnz_ldap if $openondemand::auth_type == 'CAS' { include apache::mod::auth_cas }