Fortigate: Custom admin profile does not work
Hello all,
an administration team need access to Fortigate firewalls. In general, they only need read-only access, but they should be able to disable and enable interfaces. I configured a new accprofile, where all options are set to read only, but the access control for network is set to read-write. When the user logs in, he gets prompted to choose between "Login Read-Only" and "Log Out", The user does not get any write access with the custom profile.
Implemented on a FG 101F, version 7.4.5.
Any ideas, what is wrong?
The relevant configuration:
config system accprofile
edit "net_admin"
set scope global
set comments
set secfabgrp read
set ftviewgrp read
set authgrp read
set sysgrp read
set netgrp read-write
set loggrp read
set fwgrp read
set vpngrp read
set utmgrp read
set wanoptgrp read
set wifi read
set cli-get enable
set cli-show enable
next
end
config system admin
edit "net-admin"
set accprofile "net_admin"
set vdom "DATA" "root"
set password ***
next
end
Kind regards, Hakan
