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

Cisco Secure ACS v4.x

Not applicable

Hi

I am trying to delete all users that belong to a specific ACS group.

Does anybody know how to delete the entire group (both group settings and all users that reside on this group)?

Now, I have to delete users one by one.

BR

1 Reply 1

Jatin Katyal
Cisco Employee
Cisco Employee

This cannot be done directly from the ACS GUI. To delete users from the ACS server, we have to create a "import.txt" file and then import

the file through CSUtil on ACS server. The procedure is given below :

1. Create a "import.txt" file.

OFFLINE

DELETE:

DELETE:

DELETE:

DELETE:

[ username : which you want to delete ]

2. Save this file in C:/program files/cisco secure ACS v4.2/Utils folder.

3. Go to the windows command line and issue:

$BASE\utils\net stop csauth

$BASE\utils\csutil -i import.txt

$BASE\utils\net start csauth

$BASE is the directory where the software is installed.

Regards,

Jatin Katyal

- Do rate helpful posts -

~Jatin