<?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 ACS User duplicate in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185623#M436317</link>
    <description>&lt;P&gt;When any user dials to router which will create a user in ACS with the default group mapping .when i put him on domain authentication and in a group called dialup group.there will be another user created  with the same name and when i delete the user  and again when i try to delete the second user i find there is no delete button in the user's properties and when i do the same again noe more user will be created.please suggest me .i have ACS 2.6 build 4 on windows 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:22:19 GMT</pubDate>
    <dc:creator>mr.bond</dc:creator>
    <dc:date>2019-03-10T14:22:19Z</dc:date>
    <item>
      <title>ACS User duplicate</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185623#M436317</link>
      <description>&lt;P&gt;When any user dials to router which will create a user in ACS with the default group mapping .when i put him on domain authentication and in a group called dialup group.there will be another user created  with the same name and when i delete the user  and again when i try to delete the second user i find there is no delete button in the user's properties and when i do the same again noe more user will be created.please suggest me .i have ACS 2.6 build 4 on windows 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:22:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185623#M436317</guid>
      <dc:creator>mr.bond</dc:creator>
      <dc:date>2019-03-10T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: ACS User duplicate</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185624#M436318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try this: But be sure to schedule a maintenance period as this will stop the services. I strongly recommended to backup the ACS databse before doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;backup the current ACS database system config-&amp;gt;acs backup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to the DOS window and go to the &lt;ACS root=""&gt;/utils directory&lt;/ACS&gt;&lt;/P&gt;&lt;P&gt;2. Enter the following (Beware that this will stop the service)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;net stop csauth&lt;/P&gt;&lt;P&gt;csutil -d&lt;/P&gt;&lt;P&gt;csutil -n -l&lt;/P&gt;&lt;P&gt;net start csauth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2003 14:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185624#M436318</guid>
      <dc:creator>amritpatek</dc:creator>
      <dc:date>2003-06-27T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: ACS User duplicate</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185625#M436319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please describe the mentioned what it does ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2003 04:22:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185625#M436319</guid>
      <dc:creator>mr.bond</dc:creator>
      <dc:date>2003-06-28T04:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: ACS User duplicate</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185626#M436320</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;&amp;gt;net stop csauth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will stop the csauth service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;csutil -d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user/group information would be exported to a TEXT file called DUMP.TXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;csutil -n -l&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-n option will create a new database, then -l will load the DUMP.TXT file content that you have created to the ACS newly created database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;net start csauth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start the csauth service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we accomplished here - we exported the users to a text file and then imported it back.  By doing this, first we cleaned up the cache on the ACS server (dynamic user mapping), also we reclaimed the space for the deleted users in the database.  When you delete the user from the ACS database, it doesn't reclaim the space the user hold unless you follow the above procedure.  In your case, this will definitely help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mynul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2003 03:52:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-user-duplicate/m-p/185626#M436320</guid>
      <dc:creator>mhoda</dc:creator>
      <dc:date>2003-07-02T03:52:52Z</dc:date>
    </item>
  </channel>
</rss>

