Can a client import users to an active directory group?
Problem
The client is having close to 25000 users on their active directory. Can they import to the VMS a specific group from the active directory
Solution
Yes, this can be done:
A filter should be used to limit the LDAP results to the required users.
For example if an attribute userGroup is configured and only users belonging to the CCTV group is required to appear on the NVR, then the filter below should be used:
(&(objectCategory=person)(objectClass=user)(userGroup=CCTV))
Browse through our useful tutorial videos and manual resources that can be found using the links below:
https://cathexisvideo.com/support/videos/
https://cathexisvideo.com/support/documents/
The client is having close to 25000 users on their active directory. Can they import to the VMS a specific group from the active directory
Solution
Yes, this can be done:
A filter should be used to limit the LDAP results to the required users.
For example if an attribute userGroup is configured and only users belonging to the CCTV group is required to appear on the NVR, then the filter below should be used:
(&(objectCategory=person)(objectClass=user)(userGroup=CCTV))
Browse through our useful tutorial videos and manual resources that can be found using the links below:
https://cathexisvideo.com/support/videos/
https://cathexisvideo.com/support/documents/
Updated on: 12/10/2022
Thank you!