K2 blackpearl Product Documentation: Installation and Configuration Guide
Configure Security Labels

Configure Security Labels

The default user manager is the user manager that has a value of 1 in the DefaultLabel column of the SecurityLabels table. User managers that have a Null or 0 are non-default. To switch from AD to SQL follow these steps:
 

  1. Stop the K2 blackpearl Server
  2. Open Microsoft SQL Server Management Studio.
  3. Connect to the server where the K2 Databases are installed.
  4. Open the K2HostServer database.
  5. Browse to the SecurityLabels table (dbo.SecurityLabels)
  6. Right-click and select Script Table as > SELECT To > New Query Editor Window.


  7.  Execute the following two scripts:

    UPDATE SecurityLabels SET DefaultLabel = 0 WHERE SecurityLabelName = 'K2'

    UPDATE SecurityLabels SET DefaultLabel = 1 WHERE SecurityLabelName = 'K2SQL'

    Note: The example uses AD to SQL and you must change these values if you are switching from or to a different user manager.

     

  8.  Restart K2 blackpearl Server service.

 

 


K2 blackpearl Product Documentation: Installation and Configuration Guide 4.6.10