
This patch makes it easier for deployers to customize their login banner and it also fixes some documentation bugs around how to configure the graphical login banner. Closes-bug: 1679749 Change-Id: I755de63cc3965f065077c983dbf1015ad93dfa6c
29 lines
818 B
ReStructuredText
29 lines
818 B
ReStructuredText
---
|
|
id: V-71861
|
|
status: implemented
|
|
tag: graphical
|
|
---
|
|
|
|
The security role configures a login banner for graphical logins using
|
|
``dconf``. Deployers can opt out of this change by setting the following
|
|
Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_enable_graphical_login_message: no
|
|
|
|
The message is customized by setting another Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_enable_graphical_login_message_text: >
|
|
You are accessing a secured system and your actions will be logged along
|
|
with identifying information. Disconnect immediately if you are not an
|
|
authorized user of this system.
|
|
|
|
.. note::
|
|
|
|
The space available for the graphical banner is relatively short. Deployers
|
|
should limit the length of their graphical login banners to the shortest
|
|
length possible.
|