diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-08 15:50:16 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-08 15:50:16 +0000 |
commit | 92dd221e8d084ab92682ff8ae215f9b76128e852 (patch) | |
tree | 363994d064f181b1e10ee8c46fc74e2df4c95b0c /modules/bugzilla/templates | |
parent | 47701f5f1d7e26095f06203489c98747d36e281e (diff) | |
download | puppet-92dd221e8d084ab92682ff8ae215f9b76128e852.tar puppet-92dd221e8d084ab92682ff8ae215f9b76128e852.tar.gz puppet-92dd221e8d084ab92682ff8ae215f9b76128e852.tar.bz2 puppet-92dd221e8d084ab92682ff8ae215f9b76128e852.tar.xz puppet-92dd221e8d084ab92682ff8ae215f9b76128e852.zip |
- 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 )
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
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 %>', |