This subcommand adds owners to a specified community.
psadmin add-community-owners --adminuser uid [--passwordfile password-filename] --portal portal-ID --name community-name [--user user-DN] [--users userDN-list] [--search search-pattern] [--dryrun]
psadmin add-community-owners -u uid [-f password-filename] -p portal-ID -N community-name [-y user-DN] [-Y userDN-list] [-s search-pattern] [-n]
The following options are required:
Specifies the distinguished name of administrator.
Specifies the portal ID.
Specifies the name of the community.
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 the distinguished name of the user to add as an owner.
Specifies the distinguished name of a list of users.
Specifies a pattern to search for distinguished name of users. The search pattern is a regular expression for directory node search.
Performs a dry run, typically, for testing the search pattern.