This subcommand denies membership requests from users to a specified community.
psadmin deny-community-users --adminuser uid [--passwordfile password-filename] --portal portal-ID --name community-name [--user user-DN] [--users userDN-list] [--search search-pattern] [--dryrun]
psadmin deny-community-users -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 deny approval.
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.