From 8484dcb7f69585b2b0ed4e30ef999c3bdb9fbbc2 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Wed, 10 Nov 2010 14:56:47 +0000 Subject: Add ldap template file --- modules/sympa/templates/sympa.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/sympa/templates/sympa.conf') diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 602ee0ae..ede0f364 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -254,7 +254,7 @@ db_type Pg db_name sympa ## The host hosting your sympa database -db_host pgsql.<%= domain %>; +db_host pgsql.<%= domain %> ## The database port db_port 5432/tcp @@ -264,7 +264,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 <%= password %>; +db_passwd <%= password %> ## Database private extention to user table ## You need to extend the database format with these fields -- cgit v1.2.1