IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Protection: How to validate the "Log Out Users After" settings for the console in the DAS database

CB Protection: How to validate the "Log Out Users After" settings for the console in the DAS database

Environment

  • CB Protection Server: All Versions

Objective

How to validate the "Log Out Users After" settings for the console in the DAS database.

Resolution

  1. Open SQL Server Management Studio
  2. Click on New Query button
  3. Run:
use DAS 
select * from dbo.shepherd_configs where name like '%logout%'
  1. Validate the value called 'LogoutTime' is set to match the console value

Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
197
Contributors