FortiManager
FortiManager supports network operations use cases for centralized management, best practices compliance, and workflow automation to provide better protection against breaches.
jasonhong
Staff
Staff
Article Id 213930

Description

 

This article describes how to enable ADOM lock override in workspace mode.

ADOM lock override allows an administrator to unlock and ADOM that has been locked by another administrator and discard all of their unsaved changes.

 

Solution

 

1) Go to System Settings -> Admin -> Workspace- > Mode -> Workspace and select 'Apply'.

 

enable_workspace.png

 

Alternatively, it is possible to enable workspace mode via below CLI command.

 

# config sys global

    set workspace-mode normal

end

 

2) Once workspace mode is enabled, user must lock an ADOM prior to making any device and ADOM level changes on the FortiManager.

 

3) ADOM lock override allows an administrator to unlock and ADOM that has been locked by another administrator and discard all of their unsaved changes.

It is possible to enable ADOM lock override via below CLI command.

 

Note that ADOM lock override can only be enabled when workspace mode is already previously enabled.

 

# config sys global

    set lock-preempt enable

end

Contributors