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 true|false] [--newmembershiprestricted true|false]
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]
The following options are required:
Specifies the administrator's distinguished name.
Specifies the portal ID.
Specifies the name of the community to modify.
The following options are optional:
Specifies the administrator's 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.