admin
Use the following commands to configure admin related settings.
admin group
Use this command to add, edit, and delete admin user groups.
Syntax
config system admin group
edit <name>
set member <string>
end
Variable |
Description |
---|---|
<name> |
Enter the name of the group you are editing or enter a new name to create an entry (character limit = 63). |
member <string> |
Add group members. |
admin ldap
Use this command to add, edit, and delete Lightweight Directory Access Protocol (LDAP) users.
Syntax
config system admin ldap
edit <server>
set adom-attr <string>
set adom <adom-name>
set attributes <filter>
set ca-cert <string>
set cnid <string>
set connect-timeout <integer>
set dn <string>
set filter <string>
set group <string>
set memberof-attr <string>
set port <integer>
set profile-attr <string>
set secondary-server <string>
set secure {disable | ldaps | starttls}
set server <string>
set tertiary-server <string>
set type {anonymous | regular | simple}
set username <string>
end
Variable |
Description |
---|---|
<server> |
Enter the name of the LDAP server or enter a new name to create an entry (character limit = 63). |
adom-attr <string> |
The attribute used to retrieve ADOM. |
adom <adom-name> |
Set the ADOM name to link to the LDAP configuration. |
attributes <filter> |
Attributes used for group searching (for multi-attributes, a use comma as a separator). For example:
|
ca-cert <string> |
CA certificate name. This variable appears only when |
cnid <string> |
Enter the common name identifier (character limit = 20, default = cn). |
connect-timeout <integer> |
Set the LDAP connection timeout, in milliseconds (default = 500). |
dn <string> |
Enter the distinguished name. |
filter <string> |
Enter content for group searching. For example: (&(objectcategory=group)(member=*)) (&(objectclass=groupofnames)(member=*)) (&(objectclass=groupofuniquenames)(uniquemember=*)) (&(objectclass=posixgroup)(memberuid=*)) |
group <string> |
Enter an authorization group. The authentication user must be a member of this group (full DN) on the server. |
memberof-attr <string> |
The attribute used to retrieve memeberof. |
password <passwd> |
Enter a password for the username above. This variable appears only when |
port <integer> |
Enter the port number for LDAP server communication (1 - 65535, default = 389). |
profile-attr <string> |
The attribute used to retrieve admin profile. |
secondary-server <string> |
Enter the secondary LDAP server domain name or IPv4 address. Enter a new name to create a new entry. |
secure {disable | ldaps | starttls} |
Set the SSL connection type:
|
server <string> |
Enter the LDAP server domain name or IPv4 address. Enter a new name to create a new entry. |
tertiary-server <string> |
Enter the tertiary LDAP server domain name or IPv4 address. Enter a new name to create a new entry. |
type {anonymous | regular | simple} |
Set a binding type:
|
username <string> |
Enter a username. This variable appears only when |
Example
This example shows how to add the LDAP user user1
at the IPv4 address 206.205.204.203
.
config system admin ldap
edit user1
set server 206.205.204.203
set dn techdoc
set type regular
set username auth1
set password auth1_pwd
set group techdoc
end
admin profile
Use this command to configure access profiles. In a newly-created access profile, no access is enabled. Setting an option to none
hides it from administrators with that profile assigned.
Syntax
config system admin profile
edit <profile_name>
set adom-lock {none | read | read-write}
set adom-switch {none | read | read-write}
set change-password {enable | disable}
set datamask {enable | disable}
set datamask-custom-priority {enable | disable}
set datamask-fields <fields>
set datamask-key <passwd>
set description <text>
set device-ap {none | read | read-write}
set device-forticlient {none | read | read-write}
set device-fortiswitch {none | read | read-write}
set device-manager {none | read | read-write}
set device-op {none | read | read-write}
set device-policy-package-lock {none | read | read-write}
set device-wan-link-load-balance {none | read | read-write}
set event-management {none | read | read-write}
set log-viewer {none | read | read-write}
set realtime-monitor {none | read | read-write}
set report-viewer {none | read | read-write}
set scope {adom | global}
set system-setting {none | read | read-write}
config datamask-custom-fields
edit <field>
set field-category {alert | all | fortiview | log | euba}
set field-status {enable | disable}
set field-type {email | ip | mac | string}
next
end
admin radius
Use this command to add, edit, and delete administration RADIUS servers.
Syntax
config system admin radius
edit <server>
set auth-type {any | chap | mschap2 | pap}
set nas-ip <ipv4_address>
set port <integer>
set secondary-secret <passwd>
set secondary-server <string>
set secret <passwd>
set server <string>
end
Variable |
Description |
---|---|
<server> |
Enter the name of the RADIUS server or enter a new name to create an entry (character limit = 63 ). |
auth-type {any | chap | mschap2 | pap} |
The authentication protocol the RADIUS server will use.
|
nas-ip <ipv4_address> |
The network access server (NAS) IPv4 address and called station ID. |
port <integer> |
The RADIUS server port number (1 - 65535 , default = 1812). |
secondary-secret <passwd> |
The password to access the RADIUS secondary-server (character limit = 64 ). |
secondary-server <string> |
The RADIUS secondary-server DNS resolvable domain name or IPv4 address. |
secret <passwd> |
The password to access the RADIUS server (character limit = 64 ). |
server <string> |
The RADIUS server DNS resolvable domain name or IPv4 address. |
Example
This example shows how to add the RADIUS server RAID1
at the IPv4 address 206.205.204.203
and set the shared secret as R1a2D3i4U5s
.
config system admin radius
edit RAID1
set server 206.205.204.203
set secret R1a2D3i4U5s
end
admin setting
Use this command to configure system administration settings, including web administration ports, timeout, and language.
Syntax
config system admin setting
set access-banner {enable | disable}
set admin-https-redirect {enable | disable}
set admin-login-max <integer>
set admin_server_cert <admin_server_certificate>
set banner-message <string>
set gui-them <theme>
set http_port <integer>
set https_port <integer>
set idle_timeout <integer>
set objects-force-deletion {enable | disable}
set shell-access {enable | disable}
set shell-password <passwd>
set show-add-multiple {enable | disable}
set show-checkbox-in-table {enable | disable}
set show-device-import-export {enable | disable}
set show_hostname {enable | disable}
set show-log-forwarding {enable | disable}
set unreg_dev_opt {add_allow_service | add_no_service}
set webadmin_language {auto_detect | english | japanese | korean | simplified_chinese | traditional_chinese}
end
Variable |
Description |
---|---|
access-banner {enable | disable} |
Enable/disable the access banner (default= disable). |
admin-https-redirect {enable | disable} |
Enable/disable redirection of HTTP admin traffic to HTTPS (default= enable). |
admin-login-max <integer> |
Set the maximum number of admin users that be logged in at one time (1 - 256, default = 256). |
admin_server_cert <admin_server_certificate> |
Enter the name of an https server certificate to use for secure connections (default = server.crt). FortiAnalyzer has server.crt and Fortinet_Local certificates pre-loaded. |
banner-message <string> |
Set the banner messages (character limit = 255). |
gui-theme <theme> |
Configure the GUI theme (default = blue). |
http_port <integer> |
Enter the HTTP port number for web administration (1 - 65535, default = 80). |
https_port <integer> |
Enter the HTTPS port number for web administration (1 - 65535, default = 443). |
idle_timeout <integer> |
Enter the idle timeout value, in minutes (1 - 480, default = 15). |
objects-force-deletion {enable | disable} |
Enable/disable forced deletion of used objects (default = enable). |
shell-access {enable | disable} |
Enable/disable shell access (default = disable). |
shell-password <passwd> |
Enter the password to use for shell access. |
show-add-multiple {enable | disable} |
Enable/disable show the add multiple button in the GUI (default = disable). |
show-checkbox-in-table {enable | disable} |
Enable/disable show checkboxes in tables in the GUI (default = disable). |
show-device-import-export {enable | disable} |
Enable/disable import/export of ADOM, device, and group lists (default = disable). |
show_hostname {enable | disable} |
Enable/disable showing the hostname on the GUI login page (default = disable). |
show-log-forwarding {enable | disable} |
Enable/disable show log forwarding tab in analyzer mode (default= enable). |
unreg_dev_opt {add_allow_service | add_no_service} |
Select action to take when an unregistered device connects to FortiAnalyzer:
|
webadmin_language {auto_detect | english | japanese | korean | simplified_chinese | traditional_chinese} |
Enter the language to be used for web administration. The following options are available:
|
Use the show command to display the current configuration if it has been changed from its default value:
show system admin setting
admin tacacs
Use this command to add, edit, and delete administration TACACS+ servers.
Syntax
config system admin tacacs
edit <server>
set authen-type {ascii | auto |chap | mschap | pap}
set authorization {enable | disable}
set key <passwd>
set port <integer>
set secondary-key <passwd>
set secondary-server <string>
set server <string>
set tertiary-key <passwd>
set tertiary-server <string>
end
Variable |
Description |
---|---|
<server> |
Enter the name of the TACACS+ server or enter a new name to create an entry (character limit = 63). |
authen-type {ascii | auto |chap | mschap | pap} |
Choose which authentication type to use:
|
authorization {enable | disable} |
Enable/disable TACACS+ authorization (default = disable). |
key <passwd> |
Key to access the server (character limit = 128). |
port <integer> |
Port number of the TACACS+ server (1 - 65535, default = 49). |
secondary-key <passwd> |
Key to access the secondary server (character limit = 128). |
secondary-server <string> |
Secondary server domain name or IPv4 address. |
server <string> |
The server domain name or IPv4 address. |
tertiary-key <passwd> |
Key to access the tertiary server (character limit = 128). |
tertiary-server <string> |
Tertiary server domain name or IPv4 address. |
Example
This example shows how to add the TACACS+ server TAC1
at the IPv4 address 206.205.204.203
and set the key as R1a2D3i4U5s
.
config system admin tacacs
edit TAC1
set server 206.205.204.203
set key R1a2D3i4U5s
end
admin user
Use this command to add, edit, and delete administrator accounts.
Use the admin account or an account with System Settings read and write privileges to add new administrator accounts and control their permission levels. Each administrator account must include a minimum of an access profile. The access profile list is ordered alphabetically, capitals first. If custom profiles are defined, it may change the default profile from Restricted_User. You cannot delete the admin administrator account. You cannot delete an administrator account if that user is logged on.
You can create meta-data fields for administrator accounts. These objects must be created using the FortiAnalyzer GUI. The only information you can add to the object is the value of the field (pre-determined text/numbers). For more information, see System Settings in the FortiAnalyzer Administration Guide. |
Syntax
config system admin user
edit <name_str>
set password <passwd>
set change-password {enable | disable}
set trusthost1 <ipv4_mask>
set trusthost2 <ipv4_mask>
set trusthost3 <ipv4_mask>
...
set trusthost10 <ipv4_mask>
set ipv6_trusthost1 <ipv6_mask>
set ipv6_trusthost2 <ipv6_mask>
set ipv6_trusthost3 <ipv6_mask>
...
set ipv6_trusthost10 <ipv6_mask>
set profileid <profile-name>
set adom <adom_name(s)>
set dev-group <group-name>
set adom-exclude <adom_name(s)>
set policy-package <policy-package-name>
set restrict-access {enable | disable}
set description <string>
set user_type {group | ldap | local | pki-auth | radius | tacacs-plus}
set group <string>
set ldap-server <string>
set radius_server <string>
set tacacs-plus-server <string>
set ssh-public-key1 <key-type> <key-value>
set ssh-public-key2 <key-type>, <key-value>
set ssh-public-key3 <key-type> <key-value>
set avatar <string>
set wildcard <enable | disable>
set ext-auth-accprofile-override <enable | disable>
set ext-auth-adom-override <enable | disable>
set ext-auth-group-match <string>
set password-expire <yyyy-mm-dd>
set force-password-change {enable | disable}
set subject <string>
set ca <string>
set two-factor-auth {enable | disable}
set rpc-permit {none | read-only | read-write}
set last-name <string>
set first-name <string>
set email-address <string>
set phone-number <string>
set mobile-number <string>
set pager-number <string>
config meta-data
edit <fieldname>
set fieldlength
set fieldvalue <string>
set importance
set status
end
config dashboard-tabs
edit tabid <integer>
set name <string>
end
config dashboard
edit moduleid
set name <string>
set column <column_pos>
set diskio-content-type
set diskio-period {1hour | 24hour | 8hour}
set refresh-inverval <integer>
set status {close | open}
set tabid <integer>
set widget-type <string>
set log-rate-type {device | log}
set log-rate-topn {1 | 2 | 3 | 4 | 5}
set log-rate-period {1hour | 2min | 6hours}
set res-view-type {history | real-time}
set res-period {10min | day | hour}
set res-cpu-display {average | each}
set num-entries <integer>
set time-period {1hour | 24hour | 8hour}
end
config restrict-dev-vdom
edit dev-vdom <string>
end
end
Using trusted hosts
Setting trusted hosts for all of your administrators increases the security of your network by further restricting administrative access. In addition to knowing the password, an administrator must connect only through the subnet or subnets you specify. You can even restrict an administrator to a single IPv4 address if you define only one trusted host IPv4 address with a netmask of 255.255.255.255.
When you set trusted hosts for all administrators, the FortiAnalyzer system does not respond to administrative access attempts from any other hosts. This provides the highest security. If you leave even one administrator unrestricted, the unit accepts administrative access attempts on any interface that has administrative access enabled, potentially exposing the unit to attempts to gain unauthorized access.
The trusted hosts you define apply both to the GUI and to the CLI when accessed through SSH. CLI access through the console connector is not affected.
Example
Use the following commands to add a new administrator account named admin_2
with the password set to p8ssw0rd
and the Super_User
access profile. Administrators that log in to this account will have administrator access to the FortiAnalyzer system from any IPv4 address.
config system admin user
edit admin_2
set description "Backup administrator"
set password p8ssw0rd
set profileid Super_User
end