From a1494830fbc0d2b12ada23d09a4b7a264afc02fa Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 22 Jan 2012 23:51:47 +0000 Subject: use string interpolation, and set ldap to ldap-master rather than "ldap" --- 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 07b55a8c..a2f00867 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -1,7 +1,7 @@ <% -ldap_server = 'ldap.' + domain +ldap_server = 'ldap-master.#{domain}' -ldap_account = 'cn=catdap-' + hostname + ',ou=System Accounts,' + dc_suffix +ldap_account = 'cn=catdap-#{hostname},ou=System Accounts,#{dc_suffix}' %> organisation: Mageia -- cgit v1.2.1