From 92dd221e8d084ab92682ff8ae215f9b76128e852 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 15:50:16 +0000 Subject: - do not hardcode the hostname of the server, in case we need to change it ( for example if the service is migrated to another one ) --- modules/bugzilla/templates/params | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bugzilla/templates') diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 6a9bedfc..d76a44c4 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -1,6 +1,6 @@ %param = ( 'LDAPBaseDN' => 'ou=People,<%= dc_suffix %>', - 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>', + 'LDAPbinddn' => 'cn=bugzilla-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>', 'LDAPfilter' => '', 'LDAPmailattribute' => 'mail', 'LDAPserver' => 'ldap.<%= domain %>', -- cgit v1.2.1