Sun Java System Portal Server 7.2 Command-Line Reference

modify-community

This subcommand 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 Community-Unlisted] [--newmembershiprestricted Community-MembershipRestricted] [--newsecured Community-Secured]

Short Format

psadmin modify-community -u uid [-f password-filename] -p portal-ID -N community-name [-D community-description] [-G community-category] [-U Community-Unlisted] [-R Community-MembershipRestricted [-S Community-Secured]]

Options

The following options are required:

--adminuser | -u uid

Specifies the distinguished name of administrator.

--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 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 Community-Unlisted

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 Community-MembershipRestricted

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

--newsecured | -S Community-Secured

Specifies new community secured attribute. Values can be true or false.