cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
0
Helpful
1
Replies

Exporting Active Users Only

dbnorton
Level 1
Level 1

Is there a way on Cisco ACS 3.2 to export only the active users from the local user database? I know you can do a csutil -u and it will list all the users but i need to find out which users are still active.

1 Reply 1

owillins
Level 6
Level 6

There are two ways you can view the users and the groups that they belong to. The easy way is to just go to User Setup and click Find. This will list all of the users in the right hand pane and will show status and group membership. The second way is to do the following:

Open a command prompt and change to the c:\Program Files\CiscoSecure ACS v3.x\Utils

Enter the following commands

net stop csauth

csutil -u

net start csauth

This will create a file named users.txt which will contain all of the user names in the order they were entered and also what group they are in.