FortiManager
FortiManager supports network operations use cases for centralized management, best practices compliance, and workflow automation to provide better protection against breaches.
lingky88
Staff
Staff
Article Id 277429
Description This article describes how a user can configure and edit the pre-login disclaimer banner and display it via GUI/SSH after post login on FortiManager and FortiAnalyzer.
Scope FortiManager, FortiAnalyzer.
Solution
  1. The pre-login disclaimer banner is disabled by default. This feature can be enabled using the CLI as follows:

 

config system global

set pre-login-banner enable

end

 

  1. Once the feature is enabled, the banner message can then be customized using the CLI.

 

config system global

set pre-login-banner-message “<string>”

end

 

For example, a configuration can be as follows:

 

config system global

set pre-login-banner-message "This is a FortiManager of PODMANTAP."

end

 

      3. When the user accesses the device on the GUI or via SSH, the pre-login disclaimer will then be displayed as follows:

 

           GUI (HTTP/HTTPS):

 

1. Pre-login disclaimer GUI.png

 

             SSH:

2. Pre-login disclaimer SSH.png