Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Locked by Sec Admin/System Manager

Former Member
0 Kudos

Hi All - I am looking at cleaup process for user accounts across all systems.

I am trying to find list of user whose accounts are locked by either admin/system manager and whose profiles are populated with roles...My idea is give this list to sec admin and ask them to clean up the roles from LOCKED user accounts and move them to group call EXIT.

I tried to pull this by SUIM--last logon, locked a/c's,inactive a/c's and so on......

I am able to pull the list however I have to check each profile to see whether they have roles or not.....which is tedious.....

Is there way where I can only find inactive a/c's with roles populated in them....so that I can give that specific list to L1 ask them to start cleanup procee...?

I would appreciate forum help....thanks in advance...!

Have a good weekend alll

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Hi Anil,

There are a few ways of doing this.

I would probably:

1. Get list of inactive ID's from SUIM

2. Enter those ID's into table AGR_USERS to get a list of users & the role assignments.

You will only get an output from AGR_USERS for users with roles assigned so you can use this list for your cleanup.

Cheers

Alex

0 Kudos

Thanks Alex you are the man!....all time rescuer for the forum....

Thanks again.

Former Member
0 Kudos

Thanks All!