12-04-2017 04:00 AM - edited 02-21-2020 10:40 AM
Hi guys,
are there any options to export or get an user/password list from ACS 4.2 internal database??. I have used "csutil.exe -u" but I have had only got an users list but not their associate password for migrating to another environment
12-11-2017 09:57 PM
Hi Oscar,
For ACS 4.2 you can try with this command: csutil -d
it will dump the users and their passwords. For example, in my test ACS I have user 'user1' with password 'cisco123', the corresponding record looks like this:
Name : user1
Password : 0x0008 63 69 73 63 6f 31 32 33
The second line contains 'cisco123' in hex.
The complete schema is not documented, but if you just want usernames and passwords, the above should suffice.
12-13-2017 04:33 AM
Hi,
Thank you for your reply. I have got the dump file from the ACS but I see that the hex password for all users in my dump file is allways the same cisco123 "?"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide