How to get a list of all local accounts in my production environment

Srikanth28
Tera Contributor

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

Brian Lancaster
Tera Sage

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.