aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa')
-rw-r--r--modules/sympa/manifests/server.pp4
-rw-r--r--modules/sympa/templates/auth.conf2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/sympa/manifests/server.pp b/modules/sympa/manifests/server.pp
index 22a9cdae..daed4e07 100644
--- a/modules/sympa/manifests/server.pp
+++ b/modules/sympa/manifests/server.pp
@@ -1,4 +1,6 @@
-class sympa::server {
+class sympa::server(
+ $authentication_info_url = 'https://wiki.mageia.org/en/Mageia.org_user_account'
+ ) {
include sympa::variable
# perl-CGI-Fast is needed for fast cgi
# perl-Socket6 is required by perl-IO-Socket-SSL
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf
index 64256253..af998b68 100644
--- a/modules/sympa/templates/auth.conf
+++ b/modules/sympa/templates/auth.conf
@@ -9,5 +9,5 @@ ldap
use_ssl 1
bind_dn cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
bind_password <%= ldap_password %>
- authentication_info_url https://identity.<%= domain %>/
+ authentication_info_url <%= authentication_info_url %>