 |
USER OPTIONS
The following options, all beginning with -ou, allow changes to user information. Additional group and file options are described below.
Note: To use any optional entry, you must use all the previous entries even if they would otherwise be optional. For example, to add a user with the -oua option and specify a group, you must also enter the userid, desc, and password.
Option User Add
-oua <userid> [-d <desc>] [-w <password>] [-g <group>] [-m <memory>[<rule>]] [-b <begdat>] [-e <enddat>] [-l <loglimit>] [-r <rsmlogon>] [-t <mstlogon>]
- userid: User id is mandatory.
- desc: Optional user description.
- password: Optional user password.
- group: Optional user group.
- memory: Optional user memory limit.
- rule: Optional user memory rule. Used only with memory. The optional <rule> is A for absolute, D for default, or G for guideline (example -m 10485760a specifies an absolute memory limit of 10 MB). NULL for Default.
- begdat: Optional starting validity date. Specify as mm/dd/yyyy. NULL for Default.
- enddat: Optional ending validity date. Specify as mm/dd/yyyy. NULL for Default.
- loglimit: Optional maximum invalid logon attempts. NULL for Default.
- rsmlogon is the logon block period in minutes. Specifying a value of “block” (e.g., -r block) blocks the account indefinitely (until it is unblocked by an administrator, and specifying a value of “unblock” (e.g., -r unblock) unblocks the account immediately.
- mstlogon is the interval in minutes during the user must logon at least once, otherwise the account is blocked.
Option User Remove
-our userid
- userid: User id is mandatory.
Option User List
-oul
Option User Change Password
-oup userid password
- userid: User id is mandatory.
- password: New password is mandatory.
Option User Add user to Group
-oug userid group
- userid: User id is mandatory.
- group: Group name is mandatory.
Option User (group) Extract - Remove a user from a group.
-oux userid group
- userid: User id is mandatory.
- group: Group name is mandatory.
Option User Change Description
-oud userid desc
- userid: User id is mandatory.
- desc: New user description.
Option User Memory
-oum userid memory rule
- userid: User id is mandatory.
- memory: New memory limit. This can be a number of bytes or ‘D’ for default or left NULL for no limit.
- rule: Optional user memory rule. Used only with memory. This may be ‘A’ for Absolute, ‘G’ for Guideline, ‘D’ for Default, or NULL for Default.
Option User Change Extended Settings
-oue <userid> [-b <begdat>] [-e <enddat>] [-l <loglimit>] [-r <rsmlogon>] [-t <mstlogon>]
- userid: User id is mandatory.
- begdat: Optional starting validity date. Specify as mm/dd/yyyy. NULL for Default.
- enddat: Optional ending validity date. Specify as mm/dd/yyyy. NULL for Default.
- loglimit: Optional maximum invalid logon attempts. 0 for Default. -1 to disable invalid logon check.
- mstlogon: Optional must logon period, e.g., how often the user must log on to remain active. The interval in minutes during the user must logon at least once, otherwise the account is blocked. Specify as number of minutes. NULL for Default. -1 to disable must logon period.
- rsmlogon: Optional logon timeout remaining. If a user has been denied access to the c-treeACE Server due to excessive invalid logon attempts, you can adjust the remaining user lockout time here. Specify as number of minutes. NULL to leave unchanged. Specifying a value of “block” (e.g., -r block) blocks the account indefinitely (until it is unblocked by an administrator), and specifying a value of “unblock” (e.g., -r unblock) unblocks the account immediately.
Option User Show
-ous userid
- userid: User id is mandatory.
|