user user-group
Use this command to configure user groups.
User groups are used by the HTTP authentication feature to authorize HTTP requests. A group can include a mixture of local user accounts, LDAP, RADIUS, and NTLM user queries.
Before you can configure a user group, you must first configure any local user accounts or user queries that you want to include. For details, see user local-user, user ldap-user, server-policy custom-application application-policy, or user ntlm-user.
To apply user groups, select them in within an authentication rule, which is in turn selected within an authentication policy, which is ultimately selected within an inline protection profile used for web protection. For details, see waf HTTP-authen HTTP-authen-rule.
To use this command, your administrator account’s access control profile must have either w
or rw
permission to the authusergrp
area. For details, see Permissions.
Syntax
config user user-group
edit "<user-group_name>"
set auth-type {basic | digest | NTLM}
config members
edit <entry_index>
set type {ldap | local | ntlm | radius}
set radius-name "<query_name>"
next
end
next
end
Variable | Description | Default |
Enter the name of the user group. The maximum length is 63 characters. To display the list of existing groups, enter:
|
No default. | |
Select one of the following authentication types:
|
basic
|
|
Enter the index number of the individual entry in the table. The valid range is 1–9,999,999,999,999,999,999. | No default. | |
Select the name of a LDAP user query. Available if the value of type {ldap | local | ntlm | radius} is The maximum length is 63 characters. |
No default. | |
Select the name of a local user account. Available if the value of type {ldap | local | ntlm | radius} is The maximum length is 63 characters. |
No default. | |
Select the name of a NTLM user query. Available if the value of type {ldap | local | ntlm | radius} is The maximum length is 63 characters. |
No default. | |
Select the name of a RADIUS user query. Available if the value of type {ldap | local | ntlm | radius} is The maximum length is 63 characters. |
No default. | |
Select which type of user or user query that you want to add to the group. Note: You can mix all user types in the group. However, if the authentication rule’s auth-type {basic | digest | NTLM} does not support a given user type, all user accounts of that type will be ignored, effectively disabling them. |
local
|
Example
For an example, see waf HTTP-authen HTTP-authen-policy.