From 69211a86ac4611065b734d1f31fe4e9e8d6d2cac Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sun, 24 Feb 2013 20:48:55 +0000 Subject: Fix typo --- modules/bugzilla/templates/params | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 07393b1f..bfc0fbc3 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=Systiem Accounts,<%= dc_suffix %>:<%= ldap_password %>', + 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>', 'LDAPfilter' => '', 'LDAPmailattribute' => 'mail', 'LDAPserver' => 'ldap.<%= domain %>', -- cgit v1.2.1