From d8caf6045d10344c431918128e3803ca497565f3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 28 Jul 2002 05:00:17 +0000 Subject: Merging new docs from 2.16 branch. --- docs/html/groups.html | 276 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 docs/html/groups.html (limited to 'docs/html/groups.html') diff --git a/docs/html/groups.html b/docs/html/groups.html new file mode 100644 index 000000000..37d58d046 --- /dev/null +++ b/docs/html/groups.html @@ -0,0 +1,276 @@ +Groups and Group Security
The Bugzilla Guide
PrevChapter 5. Administering BugzillaNext

5.5. Groups and Group Security

Groups allow the administrator + to isolate bugs or products that should only be seen by certain people. + There are two types of group - Generic Groups, and Product-Based Groups. +

Product-Based Groups are matched with products, and allow you to restrict + access to bugs on a per-product basis. They are enabled using the + usebuggroups Param. Turning on the usebuggroupsentry + Param will mean bugs automatically get added to their product group when + filed. +

Generic Groups have no special relationship to products; + you create them, and put bugs in them + as required. One example of the use of Generic Groups + is Mozilla's "Security" group, + into which security-sensitive bugs are placed until fixed. Only the + Mozilla Security Team are members of this group. +

To create Generic Groups:

  1. Select the "groups" + link in the footer.

  2. Take a moment to understand the instructions on the "Edit + Groups" screen, then select the "Add Group" link.

  3. Fill out the "New Name", "New Description", and + "New User RegExp" fields. "New User RegExp" allows you to automatically + place all users who fulfill the Regular Expression into the new group. + When you have finished, click "Add".

To use Product-Based Groups:

  1. Turn on "usebuggroups" and "usebuggroupsentry" in the "Edit + Parameters" screen.

    XXX is this still true? + "usebuggroupsentry" has the capacity to prevent the + administrative user from directly altering bugs because of + conflicting group permissions. If you plan on using + "usebuggroupsentry", you should plan on restricting + administrative account usage to administrative duties only. In + other words, manage bugs with an unpriveleged user account, and + manage users, groups, Products, etc. with the administrative + account.

  2. In future, when you create a Product, a matching group will be + automatically created. If you need to add a Product Group to + a Product which was created before you turned on usebuggroups, + then simply create a new group, as outlined above, with the + same name as the Product.

Bugzilla currently has a limit of 64 groups per installation. If + you have more than about 50 products, you should consider + running multiple Bugzillas. Ask in the newsgroup for other + suggestions for working around this restriction.

Note that group permissions are such that you need to be a member + of all the groups a bug is in, for whatever + reason, to see that bug. +


PrevHomeNext
VotingUpBugzilla Security
\ No newline at end of file -- cgit v1.2.3-24-g4f1b