K2 blackpearl Installation and Configuration Guide > Installation > Integration Configuration > User Managers > Changing the Default User Manager > Configure Security Labels | Send feedback |
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:
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.