~ubuntu-branches/ubuntu/hardy/bugzilla/hardy-security

« back to all changes in this revision

Viewing changes to docs/html/groups.html

  • Committer: Bazaar Package Importer
  • Author(s): Rémi Perrot
  • Date: 2004-04-02 01:13:32 UTC
  • Revision ID: james.westby@ubuntu.com-20040402011332-hxrg0n2szimd7d25
Tags: upstream-2.16.5
Import upstream version 2.16.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML
 
2
><HEAD
 
3
><TITLE
 
4
>Groups and Group Security</TITLE
 
5
><META
 
6
NAME="GENERATOR"
 
7
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
8
REL="HOME"
 
9
TITLE="The Bugzilla Guide - 2.16.4 Release"
 
10
HREF="index.html"><LINK
 
11
REL="UP"
 
12
TITLE="Administering Bugzilla"
 
13
HREF="administration.html"><LINK
 
14
REL="PREVIOUS"
 
15
TITLE="Voting"
 
16
HREF="voting.html"><LINK
 
17
REL="NEXT"
 
18
TITLE="Bugzilla Security"
 
19
HREF="security.html"></HEAD
 
20
><BODY
 
21
CLASS="section"
 
22
BGCOLOR="#FFFFFF"
 
23
TEXT="#000000"
 
24
LINK="#0000FF"
 
25
VLINK="#840084"
 
26
ALINK="#0000FF"
 
27
><DIV
 
28
CLASS="NAVHEADER"
 
29
><TABLE
 
30
SUMMARY="Header navigation table"
 
31
WIDTH="100%"
 
32
BORDER="0"
 
33
CELLPADDING="0"
 
34
CELLSPACING="0"
 
35
><TR
 
36
><TH
 
37
COLSPAN="3"
 
38
ALIGN="center"
 
39
>The Bugzilla Guide - 2.16.4 Release</TH
 
40
></TR
 
41
><TR
 
42
><TD
 
43
WIDTH="10%"
 
44
ALIGN="left"
 
45
VALIGN="bottom"
 
46
><A
 
47
HREF="voting.html"
 
48
ACCESSKEY="P"
 
49
>Prev</A
 
50
></TD
 
51
><TD
 
52
WIDTH="80%"
 
53
ALIGN="center"
 
54
VALIGN="bottom"
 
55
>Chapter 5. Administering Bugzilla</TD
 
56
><TD
 
57
WIDTH="10%"
 
58
ALIGN="right"
 
59
VALIGN="bottom"
 
60
><A
 
61
HREF="security.html"
 
62
ACCESSKEY="N"
 
63
>Next</A
 
64
></TD
 
65
></TR
 
66
></TABLE
 
67
><HR
 
68
ALIGN="LEFT"
 
69
WIDTH="100%"></DIV
 
70
><DIV
 
71
CLASS="section"
 
72
><H1
 
73
CLASS="section"
 
74
><A
 
75
NAME="groups"
 
76
></A
 
77
>5.5. Groups and Group Security</H1
 
78
><P
 
79
>Groups allow the administrator
 
80
    to isolate bugs or products that should only be seen by certain people.
 
81
    There are two types of group - Generic Groups, and Product-Based Groups.
 
82
    </P
 
83
><P
 
84
>&#13;    Product-Based Groups are matched with products, and allow you to restrict
 
85
    access to bugs on a per-product basis. They are enabled using the 
 
86
    usebuggroups Param. Turning on the usebuggroupsentry
 
87
    Param will mean bugs automatically get added to their product group when 
 
88
    filed.   
 
89
    </P
 
90
><P
 
91
>&#13;    Generic Groups have no special relationship to products; 
 
92
    you create them, and put bugs in them
 
93
    as required. One example of the use of Generic Groups 
 
94
    is Mozilla's "Security" group,
 
95
    into which security-sensitive bugs are placed until fixed. Only the
 
96
    Mozilla Security Team are members of this group.
 
97
    </P
 
98
><P
 
99
>To create Generic Groups:</P
 
100
><P
 
101
></P
 
102
><OL
 
103
TYPE="1"
 
104
><LI
 
105
><P
 
106
>Select the "groups"
 
107
        link in the footer.</P
 
108
></LI
 
109
><LI
 
110
><P
 
111
>Take a moment to understand the instructions on the "Edit
 
112
        Groups" screen, then select the "Add Group" link.</P
 
113
></LI
 
114
><LI
 
115
><P
 
116
>Fill out the "New Name", "New Description", and 
 
117
        "New User RegExp" fields. "New User RegExp" allows you to automatically
 
118
         place all users who fulfill the Regular Expression into the new group. 
 
119
         When you have finished, click "Add".</P
 
120
></LI
 
121
></OL
 
122
><P
 
123
>To use Product-Based Groups:</P
 
124
><P
 
125
></P
 
126
><OL
 
127
TYPE="1"
 
128
><LI
 
129
><P
 
130
>Turn on "usebuggroups" and "usebuggroupsentry" in the "Edit
 
131
        Parameters" screen.</P
 
132
><DIV
 
133
CLASS="warning"
 
134
><P
 
135
></P
 
136
><TABLE
 
137
CLASS="warning"
 
138
WIDTH="100%"
 
139
BORDER="0"
 
140
><TR
 
141
><TD
 
142
WIDTH="25"
 
143
ALIGN="CENTER"
 
144
VALIGN="TOP"
 
145
><IMG
 
146
SRC="../images/warning.gif"
 
147
HSPACE="5"
 
148
ALT="Warning"></TD
 
149
><TD
 
150
ALIGN="LEFT"
 
151
VALIGN="TOP"
 
152
><P
 
153
>XXX is this still true?
 
154
          "usebuggroupsentry" has the capacity to prevent the
 
155
          administrative user from directly altering bugs because of
 
156
          conflicting group permissions. If you plan on using
 
157
          "usebuggroupsentry", you should plan on restricting
 
158
          administrative account usage to administrative duties only. In
 
159
          other words, manage bugs with an unpriveleged user account, and
 
160
          manage users, groups, Products, etc. with the administrative
 
161
          account.</P
 
162
></TD
 
163
></TR
 
164
></TABLE
 
165
></DIV
 
166
></LI
 
167
><LI
 
168
><P
 
169
>In future, when you create a Product, a matching group will be
 
170
        automatically created. If you need to add a Product Group to
 
171
        a Product which was created before you turned on usebuggroups,
 
172
        then simply create a new group, as outlined above, with the
 
173
        same name as the Product.</P
 
174
></LI
 
175
></OL
 
176
><DIV
 
177
CLASS="warning"
 
178
><P
 
179
></P
 
180
><TABLE
 
181
CLASS="warning"
 
182
WIDTH="100%"
 
183
BORDER="0"
 
184
><TR
 
185
><TD
 
186
WIDTH="25"
 
187
ALIGN="CENTER"
 
188
VALIGN="TOP"
 
189
><IMG
 
190
SRC="../images/warning.gif"
 
191
HSPACE="5"
 
192
ALT="Warning"></TD
 
193
><TD
 
194
ALIGN="LEFT"
 
195
VALIGN="TOP"
 
196
><P
 
197
>Bugzilla currently has a limit of 64 groups per installation. If
 
198
      you have more than about 50 products, you should consider
 
199
      running multiple Bugzillas. Ask in the newsgroup for other
 
200
      suggestions for working around this restriction.</P
 
201
></TD
 
202
></TR
 
203
></TABLE
 
204
></DIV
 
205
><P
 
206
>&#13;      Note that group permissions are such that you need to be a member
 
207
      of <EM
 
208
>all</EM
 
209
> the groups a bug is in, for whatever
 
210
      reason, to see that bug.
 
211
    </P
 
212
></DIV
 
213
><DIV
 
214
CLASS="NAVFOOTER"
 
215
><HR
 
216
ALIGN="LEFT"
 
217
WIDTH="100%"><TABLE
 
218
SUMMARY="Footer navigation table"
 
219
WIDTH="100%"
 
220
BORDER="0"
 
221
CELLPADDING="0"
 
222
CELLSPACING="0"
 
223
><TR
 
224
><TD
 
225
WIDTH="33%"
 
226
ALIGN="left"
 
227
VALIGN="top"
 
228
><A
 
229
HREF="voting.html"
 
230
ACCESSKEY="P"
 
231
>Prev</A
 
232
></TD
 
233
><TD
 
234
WIDTH="34%"
 
235
ALIGN="center"
 
236
VALIGN="top"
 
237
><A
 
238
HREF="index.html"
 
239
ACCESSKEY="H"
 
240
>Home</A
 
241
></TD
 
242
><TD
 
243
WIDTH="33%"
 
244
ALIGN="right"
 
245
VALIGN="top"
 
246
><A
 
247
HREF="security.html"
 
248
ACCESSKEY="N"
 
249
>Next</A
 
250
></TD
 
251
></TR
 
252
><TR
 
253
><TD
 
254
WIDTH="33%"
 
255
ALIGN="left"
 
256
VALIGN="top"
 
257
>Voting</TD
 
258
><TD
 
259
WIDTH="34%"
 
260
ALIGN="center"
 
261
VALIGN="top"
 
262
><A
 
263
HREF="administration.html"
 
264
ACCESSKEY="U"
 
265
>Up</A
 
266
></TD
 
267
><TD
 
268
WIDTH="33%"
 
269
ALIGN="right"
 
270
VALIGN="top"
 
271
>Bugzilla Security</TD
 
272
></TR
 
273
></TABLE
 
274
></DIV
 
275
></BODY
 
276
></HTML
 
277
>
 
 
b'\\ No newline at end of file'