From fa0b4e76d515b2c6fb4764600135c58e35810dbb Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 4 Nov 2010 17:51:05 +0000 Subject: - refactor the vhost - fix the url used for svn checkout - add a requires from catdap config to svn checkout for ordering purpose - move extlookup call outside of template - fix the name of apache config file - fix the naming of the ldap server --- modules/catdap/templates/catdap_local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/catdap/templates/catdap_local.yml') diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index ec9f2753..c5299ef0 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -3,9 +3,9 @@ dc_suffix = 'dc=' + domain.gsub('.',',dc=') -ldap_server = 'ldap' + domain +ldap_server = 'ldap.' + domain -ldap_password = extlookup('catdap_password') +ldap_password = catdap_password ldap_account = 'cn=catdap-valstar,ou=System Accounts,' + dc_suffix %> -- cgit v1.2.1