| addauthenticationvserver |
Use this method to creates an authentication virtual server. |
Syntax |
Parameters |
name |
Name for the new authentication virtual server.
Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Can be changed after the authentication virtual server is added by using the rename authentication vserver method.
The following requirement applies only to the Citrix ADC CLI:
If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my authentication policy" or 'my authentication policy'). This is mandatory parameter. |
servicetype |
Protocol type of the authentication virtual server. Always SSL. This is mandatory parameter. Default value = NSSVC_SSL. |
ipaddress |
IP address of the authentication virtual server, if a single IP address is assigned to the virtual server. |
range |
If you are creating a series of virtual servers with a range of IP addresses assigned to them, the length of the range.
The new range of authentication virtual servers will have IP addresses consecutively numbered, starting with the primary address specified with the IP Address parameter. Default value = 1. Minimum value = 1. |
port |
TCP port on which the virtual server accepts connections. Range 1 - 65535. |
state |
Initial state of the new virtual server. Default value = ENABLED. |
authentication |
Require users to be authenticated before sending traffic through this virtual server. Default value = ON. |
comment |
Any comments associated with this virtual server. |
appflowlog |
Log AppFlow flow information. Default value = ENABLED. |
maxloginattempts |
Maximum Number of login Attempts Minimum value = 1. Maximum value = 255. |
failedlogintimeout |
Number of minutes an account will be locked if user exceeds maximum permissible attempts Minimum value = 1. |
certkeynames |
Name of the certificate key that was bound to the corresponding SSL virtual server as the Certificate Authority for the device certificate |
samesite |
SameSite attribute value for Cookies generated in AAATM context. This attribute value will be appended only for the cookies which are specified in the builtin patset ns_cookies_samesite |
Return Value |
Returns simpleResult |
See Also |