From e40610e4cba2dfa0797373f6b4004c6b4625b2e2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 15:51:55 +0000 Subject: - do not hardcode the hostname ( who is wrong, by the way, as it should be alamut ) --- modules/catdap/templates/catdap_local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 45e4fd10..ba2fcc3b 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -1,7 +1,7 @@ <% ldap_server = 'ldap.' + domain -ldap_account = 'cn=catdap-valstar,ou=System Accounts,' + dc_suffix +ldap_account = 'cn=catdap-' + hostname + ',ou=System Accounts,' + dc_suffix %> organisation: Mageia -- cgit v1.2.1