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

Export Users with more information than that exported by CSUtil

ththeinze
Level 1
Level 1

I have to change the static assigned IP address for more than 900 users.

So I want to export all (or certain) users with all information, so that I can change the IP address and reimport all data with CSUtil.

Does anybody know a way ?

Is there a possibilty to access the ACS database via an ODBC query or anything else ?

1 Reply 1

jekrauss
Level 1
Level 1

If your external db is odbc compliant, you may find that you can use the following:

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

(See action code 150)

However, it sounds like you are using the ACS DB itself. In that case, you might try doing a csutil -d, then look at the format, and edit the string for the group the users are in, then reload it. Try it on a test group first.

HTH

Jeff