Document Status: The plan is in effect, though some elements are not yet implemented and some systems are in transition from older name forms. See the Change Log section at the end for substantive change history.
1. Introduction
UW Information Technology (UW-IT) is incrementally extending the UW Groups Service to support new modes of group definition, more groups, more campus organizations defining groups, and more uses for groups. A key design component is a naming plan for groups that supports the eventual campus-wide scope of the service. It is desirable to start naming groups using a plausible scheme, even while many other aspects of the system are not yet in place. This document specifies a group naming plan for the UW Groups Service, including syntax and top-level name components.
...
Using the terminology promoted in the Internet2 Grouper project, specific group namespaces are referred to as "stems". A stem is created for the purpose of creating and managing groups (and other stems) based on it, and to control access to these operations. The entity (or entities) responsible for managing a stem is a "naming authority" for that stem. A naming authority may delegate control of namespaces based on its stem to other naming authorities.
...
A group name is a sequence of name components, by convention written left-to-right from highest-level to lowest-level naming authority. Name components are written separated by a delimiter character.
Wiki Markup |
Character set: Name components are limited to lowercase letters \[(a-z\]), digits \[(0-9\]), dash ("-"), and period (".") characters.
Delimiter: The delimiter between components is underscore ("_").
...
uwx_partners_foo
uwx_partners_bar
Note: group names cannot be created without a parent stem. Using the above example:
uwx_partners_foo
uwx_partners_bar
may not be created without first creating the group
uwx_partners
4. UW top-level stems
UW Technology -IT (acting as institutional group naming authority) controls the top-level stem space. Top-level stems can be created as needed, based on discussion with stakeholders and establishment of clear definition and requirements. Like any stem, a top-level stem must have a well-defined naming authority to manage it.
...
Groups named to support UW organizations use short organization identifiers as the component following the uw_ stem. Typically these names are used as stems for the management of potentially many groups within that organization. As a general rule names under this stem will correspond to DNS subdomains under uw.edu or washington.edu that have been delegated for organizational use. For example, if a fictional UW organization "Pavement Science" has an existing DNS subdomain "pavesci.washington.edu", then
...
uwYear + uwQuarter + "-" + uwCurric + uwCrsNo + uwSectID
See See UW Course data descriptionsGroups for definitions of the above attribute types.
4.4 Unstructured stem
A stem:
g
is established to name groups in an unstructured fashion. Typically names under this stem will be managed by central or departmental support teams rather than end-users. For example,
g_wwwdev3
is a name in the unstructured stem. Names under this stem are not themselves usable as stems.
The syntax of group names under the Unstructured stem is not further constrained.
5. Exceptions
There may be existing practice where centrally-managed groups are named with names that do not conform to the scheme defined in sections 3 and 4. There may also be cases where applications require group names that do not conform to this plan, but it is still appealing to manage such groups centrally. In these cases exceptions may be granted. Such group names must still conform to the base UW NetID syntax. Groups named with exceptional names should still benefit from participation in group management and use operations. Such names do not participate in the hierarchical naming scheme, however; that is they are not used as stems. For example:
...
urn:mace:washington.edu:groupgroups:
A group URI is formed by appending the short-form group name to that namespace. For example, given the short-form group name:
...
urn:mace:washington.edu:groupgroups:u_rlbob_friends
7. Change Log
Note: Changes affecting the use or deployment of the naming plan are recorded here. Editorial changes or clarifications need not be recorded here.
Date | Name | Description |
---|
16-Jun-2008 | RL "Bob" Morgan | Change section 4.1 to remove application UW NetIDs, clarify examples; change section 4.2 to make examples more generic |
11-Jun-2008 | RL "Bob" Morgan | Change section 4.2 to include support for organization names under the uw_ stem. |
28-May-2008 | RL "Bob" Morgan | Change section 4.1 (UW NetID Stem) to indicate that admin netids can have these groups, but mailing list names cannot. Remove "Proposal" from document name. |