How to get a list of all local accounts in my production environment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2024 09:03 AM
My Company has enabled SSO for all of its users. However, we have a requirement to get the list of local accounts that have been setup who can still login using login.do page. How can I get the list of all these local accounts?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2024 10:46 AM
How are your importing user into the system? For example I use LDAP to populate the user table with our users. This causes a source field to be populated. I could just do a search on active users where the source field is empty to find all local accounts.