Technical Note: Managing Sun Java System Portal Server 7.1 Update 1 Communities

modify-community

Description

Modifies the description, and category of the specified community.

Syntax

Long Format

psadmin modify-community --adminuser uid [--passwordfile password-filename] --portal portal-ID--name community-name [--newdescription community-description] [--newcategory community-category] [--newunlisted true|false] [--newmembershiprestricted true|false]

Short Format

psadmin modify-community -u uid [-f password_filename] -p portal-ID -N community-name [-D community-description] [-G community-category] [-U true|false] [-R true|false]

Options

The following options are required:

--adminuser | -u uid

Specifies the administrator's distinguished name.

--portal | -p portal-ID

Specifies the portal ID.

--name | -N community-name

Specifies the name of the community to modify.

The following options are optional:

--passwordfile | -f password-filename

Specifies the administrator's password in a temporary password file. The password file is used to fetch and present password for authentication.

--newdescription | -D new-description

Specifies a new description for the specified community.

--newcategory | -G new-category

Specifies the new search category for the specified community.

--newunlisted | -U true|false

Specifies whether or not the community is unlisted. If a community is unlisted, the user will not be able to find it from their desktop. Values can be true or false.

--newmembershiprestricted | -R true|false

Specifies whether or not the community membership is restricted. Values can be true or false.