Is there a way to get a list of all non-LDAP users in CAPC?
book
Article ID: 188492
calendar_today
Updated On:
Products
CA Infrastructure Management
CA Performance Management - Usage and Administration
DX NetOps
Issue/Introduction
Is there a way to get a list of all non-LDAP users in CAPC?
Environment
Release : 3.7
Component : IM Reporting / Admin / Configuration
Resolution
To view a list of users that utilize the internal authentication method, you will need to utilize the following query:
select name from netqosportal.user_definitions where authtype = 1;
Feedback
thumb_up
Yes
thumb_down
No