cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1842
Views
0
Helpful
2
Replies

3rd party sw for acs authentication

dhn1cisco
Level 1
Level 1

does anyone recommend the a 3rd part sw product to more easily use acs database. something that lets the user add, change username more easily.

thanks,

dave

2 Replies 2

gfullage
Cisco Employee
Cisco Employee

there's no 3rd party product commercially available that i know of. ACS does have a feature called RDBMS Synchronization, where it cna read the contents of an external database and change it's own database accordingly. You can write some fairly simple MS Access or Oracle type scripts to allow you to enter in usernames, etc, then ACs will synch its database with that one.

Details about the database setup and what to do are here:

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/csnt30/user/s.htm#34328

thank you