How to Change AD Security Groups of Recording Service
Active Directory security groups are configured when installing the Recording Service. You can change groups that have full control and/or write access to Recording Service later using the appsettings.Pro=duction.json configuration file.
To change the configuration of Active Directory security groups, perform the following actions:
- Select the computer where Recording Service is installed.
Important. To perform any of the steps below, you must be a system administrator of the computer. - Select the folder where Recording Service is installed and open appsettings.Production.json using any text editor.
By default, the component is installed into C:\inetpub\ABBYY Recording Service. - In the Appdata.production.json file, find the ADGroupAccess section and change the values for the UiAdmin, UiUser and Recorder parameters:
"ADGroupAccess": {
"UiAdmin": "MyDomain\\RS-admins",
"UiUser": "MyDomain\\RS-users",
"Recorder": "Everyone"
}
Important. Backslashes used in values must be escaped with a backslash. - Save the Appdata.production.json file.
- Restart the Recording Service website in the Internet Information Services (IIS) Manager.
9/5/2024 4:23:54 PM