diff options
Diffstat (limited to 'modules/sympa/templates/sympa.conf')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 43a1a6d2..4fb60941 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -265,7 +265,7 @@ db_user sympa ## Database password (associated to the db_user) ## What ever you use a password or not, you must protect the SQL server (is it a not a public internet service ?) -db_passwd <%= pgsql_password %> +db_passwd <%= scope.lookupvar("sympa::server::pgsql_password") %> ## Database private extention to user table ## You need to extend the database format with these fields |