CB Protection: How to validate the "Log Out Users After" settings for the console in the DAS database
book
Article ID: 289096
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)
Issue/Introduction
How to validate the "Log Out Users After" settings for the console in the DAS database.
Environment
- CB Protection Server: All Versions
Resolution
- Open SQL Server Management Studio
- Click on New Query button
- Run:
use DAS
select * from dbo.shepherd_configs where name like '%logout%'
- Validate the value called 'LogoutTime' is set to match the console value
Feedback
thumb_up
Yes
thumb_down
No