1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
{
"LDAPBaseDN" : "ou=People,<%= dc_suffix %>",
"LDAPbinddn" : "cn=bugzilla-alamut,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>",
"LDAPfilter" : "",
"LDAPmailattribute" : "mail",
"LDAPserver" : "ldap.<%= domain %>",
"LDAPstarttls" : "1",
"LDAPuidattribute" : "uid",
"RADIUS_NAS_IP" : "",
"RADIUS_email_suffix" : "",
"RADIUS_secret" : "",
"RADIUS_server" : "",
"ajax_user_autocompletion" : "1",
"allow_attachment_deletion" : "0",
"allow_attachment_display" : "1",
"allowbugdeletion" : "0",
"allowemailchange" : "0",
"allowuserdeletion" : "0",
"announcehtml" : "",
"attachment_base" : "",
"auth_env_email" : "",
"auth_env_id" : "",
"auth_env_realname" : "",
"chartgroup" : "editbugs",
"collapsed_comment_tags" : "obsolete, spam",
"comment_taggers_group" : "editbugs",
"commentonchange_resolution" : "1",
"commentonduplicate" : "0",
"confirmuniqueusermatch" : "1",
"cookiedomain" : "",
"cookiepath" : "/",
"createemailregexp" : ".*",
"debug_group" : "editbugs",
"default_search_limit" : "500",
"defaultopsys" : "Linux",
"defaultplatform" : "All",
"defaultpriority" : "Normal",
"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",
"defaultseverity" : "normal",
"duplicate_or_move_bug_status" : "RESOLVED",
"emailregexp" : "^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$",
"emailregexpdesc" : "A legal address must contain exactly one '@', and at least one '.' after the @.",
"emailsuffix" : "",
"font_file" : "",
"globalwatchers" : "bugs@ml.mageia.org",
"inbound_proxies" : "",
"insidergroup" : "secteam",
"last_visit_keep_days" : "10",
"letsubmitterchoosemilestone" : "1",
"letsubmitterchoosepriority" : "1",
"mail_delivery_method" : "SMTP",
"mailfrom" : "bugzilla-daemon@<%= domain %>",
"maintainer" : "sysadmin@group.<%= domain %>",
"makeproductgroups" : "0",
"max_search_results" : "10000",
"maxattachmentsize" : "1000",
"maxlocalattachment" : "0",
"maxusermatches" : "1000",
"memcached_namespace" : "bugzilla:",
"memcached_servers" : "",
"musthavemilestoneonaccept" : "0",
"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%",
"noresolveonopenblockers" : "0",
"or_groups" : "0",
"password_check_on_login" : "1",
"password_complexity" : "no_constraints",
"proxy_url" : "",
"querysharegroup" : "editbugs",
"quip_list_entry_control" : "open",
"rememberlogin" : "on",
"requirelogin" : "0",
"search_allow_no_criteria" : "0",
"shadowdb" : "",
"shadowdbhost" : "",
"shadowdbport" : "3306",
"shadowdbsock" : "",
"shutdownhtml" : "",
"smtp_debug" : "0",
"smtp_password" : "",
"smtp_ssl" : "0",
"smtp_username" : "",
"smtpserver" : "localhost",
"ssl_redirect" : "1",
"sslbase" : "https://bugs.<%= domain %>/",
"strict_isolation" : "0",
"strict_transport_security" : "off",
"timetrackinggroup" : "",
"upgrade_notification" : "latest_stable_release",
"urlbase" : "http://bugs.<%= domain %>/",
"use_mailer_queue" : "0",
"use_see_also" : "1",
"useclassification" : "0",
"usemenuforusers" : "0",
"useqacontact" : "1",
"user_info_class" : "CGI",
"user_verify_class" : "LDAP",
"usestatuswhiteboard" : "1",
"usetargetmilestone" : "1",
"usevisibilitygroups" : "0",
"utf8" : "1",
"webdotbase" : "/usr/bin/dot",
"webservice_email_filter" : "0",
"whinedays" : "0"
}
|