authgroup
authgroup — creates a new authentication group.
Syntax
(authgroup name bits max_concurrent_logins max_logins expiry)
Arguments
- name
- The
name of the group.
- bits
- Authentication bits.
- max_concurrent_logins
- The maximum number of concurrent logins for
members of this group. Each group member maintains its own
independent count.
- max_logins
- The maximum number of times that a member of
this group may log in to the DataHub, ever. Each member of
the group maintains its own independent
count.
- expiry
- The
expiry date for members of this group. This is given as UNIX
epoch time - the number of seconds since Jan. 1,
1970.
Returns
A message indicating success or
error. Please refer to Return
Syntax for details.
Description
This command creates a new authentication group.