PreviousNext

Changing Groups and Organizations

For groups and organizations, you can change the primary name and full name. In addition, for groups you can change whether or not the group can appear in project lists, and for organizations you can change policy. (See Maintaining Policies and Properties for details on changing organization policy.)

Use the dcecp group modify command to modify change groups. The following example shows the use of this command with the -inprojlist option to change the group symphonist's project list inclusion property from yes (include on project lists) to no (prohibit from project lists).

dcecp> group modify symphonists -inprojlist no
dcecp>

Use the dcecp group rename command to change a group's primary name or the dcecp organization rename command to change an organization's primary name. These commands have the following form:

group rename old_name -to new_name

organization rename old_name -to new_name

where:

old_name
Is the primary name of the group or organization to be changed.

new_name
Is the new primary name of the group or organization.

The following example shows the group rename command used to change a full name from symphonists to symphonists7:

dcecp> group rename symphonists -to symphonists7
dcecp>

Note that, if you change a primary name, that change is reflected in the membership lists of all the groups and organizations in which the group or organization is listed as a member.