
This patch gets the docs adjusted to work with the new RHEL 7 STIG version 1 release. The new STIG release has changed all of the numbering, but it maintains a link to (most) of the old STIG IDs in the XML. Closes-bug: 1676865 Change-Id: I65023fe63163c9804a3aec9dcdbf23c69bedb604
17 lines
414 B
ReStructuredText
17 lines
414 B
ReStructuredText
---
|
|
id: V-72217
|
|
status: opt-in
|
|
tag: auth
|
|
---
|
|
|
|
Although the STIG requires that each account is limited to 10 concurrent
|
|
connections, this change might be disruptive in some environments. Therefore,
|
|
this change is not applied by default.
|
|
|
|
Deployers can opt in for this change by setting a concurrent connection limit
|
|
with this Ansible variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_rhel7_concurrent_session_limit: 10
|