1 |
%param = ( |
2 |
'LDAPBaseDN' => 'ou=People,<%= dc_suffix %>', |
3 |
'LDAPbinddn' => 'cn=bugzilla-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>', |
4 |
'LDAPfilter' => '', |
5 |
'LDAPmailattribute' => 'mail', |
6 |
'LDAPserver' => 'ldap.<%= domain %>', |
7 |
'LDAPstarttls' => '1', |
8 |
'LDAPuidattribute' => 'uid', |
9 |
'RADIUS_NAS_IP' => '', |
10 |
'RADIUS_email_suffix' => '', |
11 |
'RADIUS_secret' => '', |
12 |
'RADIUS_server' => '', |
13 |
'allow_attach_url' => 0, |
14 |
'allow_attachment_deletion' => 0, |
15 |
'allow_attachment_display' => 1, |
16 |
'allowbugdeletion' => 0, |
17 |
'allowemailchange' => 0, |
18 |
'allowloginid' => '0', |
19 |
'allowuserdeletion' => 0, |
20 |
'announcehtml' => '', |
21 |
'attachment_base' => '', |
22 |
'auth_env_email' => '', |
23 |
'auth_env_id' => '', |
24 |
'auth_env_realname' => '', |
25 |
'bonsai_url' => '', |
26 |
'chartgroup' => 'editbugs', |
27 |
'commentonchange_resolution' => 1, |
28 |
'commentonduplicate' => 0, |
29 |
'confirmuniqueusermatch' => 1, |
30 |
'cookiedomain' => '', |
31 |
'cookiepath' => '/', |
32 |
'createemailregexp' => '.*', |
33 |
'cvsroot' => '', |
34 |
'cvsroot_get' => '', |
35 |
'defaultopsys' => 'Linux', |
36 |
'defaultplatform' => 'i586', |
37 |
'defaultpriority' => 'Normal', |
38 |
'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', |
39 |
'defaultseverity' => 'normal', |
40 |
'docs_urlbase' => ' http://www.bugzilla.org/docs/3.6/en/html/', |
41 |
'duplicate_or_move_bug_status' => 'RESOLVED', |
42 |
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', |
43 |
'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', |
44 |
'emailsuffix' => '', |
45 |
'globalwatchers' => 'bugs@ml.<%= domain %>', |
46 |
'inbound_proxies' => '', |
47 |
'insidergroup' => '', |
48 |
'letsubmitterchoosemilestone' => 1, |
49 |
'letsubmitterchoosepriority' => 1, |
50 |
'lxr_root' => '', |
51 |
'lxr_url' => '', |
52 |
'mail_delivery_method' => 'SMTP', |
53 |
'mailfrom' => 'bugzilla-daemon@<%= domain %>', |
54 |
'makeproductgroups' => 0, |
55 |
'maxattachmentsize' => '1000', |
56 |
'maxlocalattachment' => '0', |
57 |
'maxusermatches' => '1000', |
58 |
'mostfreqthreshold' => '2', |
59 |
'move-button-text' => 'Move To Bugscape', |
60 |
'move-enabled' => 0, |
61 |
'move-to-address' => 'bugzilla-import', |
62 |
'move-to-url' => '', |
63 |
'moved-default-component' => '', |
64 |
'moved-default-product' => '', |
65 |
'moved-from-address' => 'bugzilla-admin', |
66 |
'movers' => '', |
67 |
'musthavemilestoneonaccept' => 0, |
68 |
'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=%userid%', |
69 |
'noresolveonopenblockers' => 0, |
70 |
'proxy_url' => '', |
71 |
'querysharegroup' => 'editbugs', |
72 |
'quip_list_entry_control' => 'open', |
73 |
'rememberlogin' => 'on', |
74 |
'requirelogin' => '0', |
75 |
'sendmailnow' => 1, |
76 |
'shadowdb' => '', |
77 |
'shadowdbhost' => '', |
78 |
'shadowdbport' => '3306', |
79 |
'shadowdbsock' => '', |
80 |
'shutdownhtml' => '', |
81 |
'smtp_debug' => 0, |
82 |
'smtp_password' => '', |
83 |
'smtp_username' => '', |
84 |
'smtpserver' => 'localhost', |
85 |
'specific_search_allow_empty_words' => 1, |
86 |
'ssl_redirect' => 1, |
87 |
'sslbase' => 'https://bugs.<%= domain %>/', |
88 |
'strict_isolation' => 0, |
89 |
'timetrackinggroup' => '', |
90 |
'upgrade_notification' => 'latest_stable_release', |
91 |
'urlbase' => 'http://bugs.<%= domain %>/', |
92 |
'use_mailer_queue' => 0, |
93 |
'use_see_also' => 1, |
94 |
'usebugaliases' => 0, |
95 |
'useclassification' => 0, |
96 |
'usemenuforusers' => '0', |
97 |
'useqacontact' => 1, |
98 |
'user_info_class' => 'CGI', |
99 |
'user_verify_class' => 'LDAP', |
100 |
'usestatuswhiteboard' => 1, |
101 |
'usetargetmilestone' => 1, |
102 |
'usevisibilitygroups' => 0, |
103 |
'usevotes' => 0, |
104 |
'utf8' => 1, |
105 |
'webdotbase' => '/usr/bin/dot', |
106 |
'whinedays' => 0 |
107 |
); |