user fsso-polling
Use this command to configure polling of servers for FSSO. Edit to define separate ID numbers for the Windows AD server.
config user fsso-polling
edit {id}
# Configure FSSO active directory servers for polling mode.
set id {integer} Active Directory server ID. range[0-4294967295]
set status {enable | disable} Enable/disable polling for the status of this Active Directory server.
set server {string} Host name or IP address of the Active Directory server. size[63]
set default-domain {string} Default domain managed by this Active Directory server. size[35]
set port {integer} Port to communicate with this Active Directory server. range[0-65535]
set user {string} User name required to log into this Active Directory server. size[35]
set password {password_string} Password required to log into this Active Directory server size[128]
set ldap-server {string} LDAP server name used in LDAP connection strings. size[35] - datasource(s): user.ldap.name
set logon-history {integer} Number of hours of logon history to keep, 0 means keep all history. range[0-48]
set polling-frequency {integer} Polling frequency (every 1 to 30 seconds). range[1-30]
config adgrp
edit {name}
# LDAP Group Info.
set name {string} Name. size[511]
next
next
end
config adgrp
Note: This entry is not configurable.
default-domain <domain>
This server’s default domain name.
ldap-server <server>
Name of the LDAP server for group and user names.
logon-history <hours>
Amount of time in hours to maintain active logon. Set the value between 1-48 (or one hour to two days). The default is set to 8. Set to 0 to for no time limit.
password <password>
AD server password.
polling-frequency <frequency>
Interval time in seconds that polling occurs. Set the value between 1-30. The default is set to 10.
port {port}
Server port number. Set the value between 0-65535. The default is set to 0.
server <name/ip>
Name or IP address of the AD server.
status {enable | disable}
Enable (by default) or disable FSSO polling.
user <user>
User name for the AD server.