<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cisco ACS dbase tools? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073634#M360700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its more just real name and username i require so the group option isnt of much use i'm afraid.&lt;/P&gt;&lt;P&gt;Do you have any sample scripts that will parse that log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 14:16:59 GMT</pubDate>
    <dc:creator>Abertay</dc:creator>
    <dc:date>2008-07-31T14:16:59Z</dc:date>
    <item>
      <title>Cisco ACS dbase tools?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073630#M360655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for an easy way to purge 5,000 users from the Cisco ACS database.&lt;/P&gt;&lt;P&gt;Are there any tools that will allow me to script account deletion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:00:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073630#M360655</guid>
      <dc:creator>Abertay</dc:creator>
      <dc:date>2019-03-10T23:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACS dbase tools?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073631#M360657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use the "CSUtil.exe" utility to delete users from command line.&lt;/P&gt;&lt;P&gt;Suppose you want to delete users alpha,beta,zeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first create a text file suppose del_users.txt , which would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OFFLINE&lt;/P&gt;&lt;P&gt;DELETE:alpha&lt;/P&gt;&lt;P&gt;DELETE:beta&lt;/P&gt;&lt;P&gt;DELETE:zeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to bin directory under the ACS install folder and then execute this&lt;/P&gt;&lt;P&gt;csutil.exe -i del_users.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also add user "venus" in Group 2 and delete user "samba" with this then use something like this&lt;/P&gt;&lt;P&gt;OFFLINE&lt;/P&gt;&lt;P&gt;ADD:venus:PRO&lt;A class="jive-link-custom" target="_blank"&gt;FILE:2:CSDB:password123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;DELETE:samba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more options of the CSUtil tool check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/csnt21/apimport.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/csnt21/apimport.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:06:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073631#M360657</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-30T04:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACS dbase tools?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073632#M360662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is any way to extract a list of usernames and the 'real name' field from the supplementary info?&lt;/P&gt;&lt;P&gt;If you dump the entire databse it seems to be there but i would need to find some way of extracting that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name = Username&lt;/P&gt;&lt;P&gt;App00	USER_DEFINED_FIELD_0  = Real name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 11:28:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073632#M360662</guid>
      <dc:creator>Abertay</dc:creator>
      <dc:date>2008-07-31T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACS dbase tools?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073633#M360674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You extract the username / real name from the dump file using Perl / shell scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you only need the list of usernames with groupnames, then you could use the command &lt;/P&gt;&lt;P&gt;csutil.exe -u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will dump the usernames with groups in a file "users.txt".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 14:11:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073633#M360674</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-31T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ACS dbase tools?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073634#M360700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its more just real name and username i require so the group option isnt of much use i'm afraid.&lt;/P&gt;&lt;P&gt;Do you have any sample scripts that will parse that log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 14:16:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-acs-dbase-tools/m-p/1073634#M360700</guid>
      <dc:creator>Abertay</dc:creator>
      <dc:date>2008-07-31T14:16:59Z</dc:date>
    </item>
  </channel>
</rss>

