This subcommand modifies the description and category of the specified community.
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]
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]]
The following options are required:
Specifies the distinguished name of administrator.
Specifies the portal ID.
Specifies the name of the community to modify.
The following options are optional:
Specifies the administrator password in a temporary password file. The password file is used to fetch and present password for authentication.
Specifies a new description for the specified community.
Specifies the new search category for the specified community.
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.
Specifies whether or not the community membership is restricted. Values can be true or false.
Specifies new community secured attribute. Values can be true or false.