diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-17 00:50:52 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-17 00:50:52 +0000 |
commit | 279a8a29c372aa8bbb4b9641eeb7b9b77ae44f52 (patch) | |
tree | 799cc913022030fef20f4a99e2e8c938bd1b78dd /modules/sympa/templates | |
parent | bc0cb8ad9bf6525e34db317a8c30d662fd688e00 (diff) | |
download | puppet-279a8a29c372aa8bbb4b9641eeb7b9b77ae44f52.tar puppet-279a8a29c372aa8bbb4b9641eeb7b9b77ae44f52.tar.gz puppet-279a8a29c372aa8bbb4b9641eeb7b9b77ae44f52.tar.bz2 puppet-279a8a29c372aa8bbb4b9641eeb7b9b77ae44f52.tar.xz puppet-279a8a29c372aa8bbb4b9641eeb7b9b77ae44f52.zip |
add a link to catdap, so default templates supress "lost password" and "first login" registration link
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r-- | modules/sympa/templates/auth.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf index 77bfa547..94f3ee35 100644 --- a/modules/sympa/templates/auth.conf +++ b/modules/sympa/templates/auth.conf @@ -9,4 +9,5 @@ ldap use_ssl 1 bind_dn cn=sympa-alamut,ou=System Accounts,<%= dc_suffix %> bind_password <%= ldap_password %> + authentication_info_url https://identity.<%= domain %>/ |