Tacac+ logins asking for enable password

Hi,
7609 with the following IOS version. 
Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-ADVIPSERVICES-M), Version 15.2(4)S4a, RELEASE SOFTWARE (fc1)
Tacacs+ users can successfully login via telnet but its asking for the enable password to go to privilege mode. I have tried everything I could but it keeps asking for the enable password. How do I get rid of the enable password for the tacacs+ users? The following is the current relevant config.
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
aaa new-model
aaa group server tacacs+ TAC_PLUS
 server name AUTH
aaa authentication login default group TAC_PLUS local
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 0 default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting system default start-stop group tacacs+
aaa session-id common
tacacs server AUTH
 address ipv4 xx.xx.xx.xx
 key 7 xxxxxxxxxxxxxxxxxxxxx
line con 0
line vty 0 4
 session-timeout 15
 access-class 10 in
 exec-timeout 120 0
 timeout login response 15
 transport input telnet
ip telnet source-interface Loopback1
ip tacacs source-interface Loopback1

Hi,
I did not have aaa authentication and tacacs debugging enabled. I have enabled them all and this is what it shows when tacacs+ works but have to type the enable password.
Nov 18 07:39:35: AAA/AUTHEN/LOGIN (00000000): Pick method list 'default'
Nov 18 07:39:35: TPLUS: Queuing AAA Authentication request 0 for processing
Nov 18 07:39:35: TPLUS: processing authentication start request id 0
Nov 18 07:39:35: TPLUS: Authentication start packet created for 0()
Nov 18 07:39:35: TPLUS: Using server xx.xxx.xxx.xxx
Nov 18 07:39:35: TPLUS(00000000)/0/NB_WAIT/56CA2684: Started 5 sec timeout
Nov 18 07:39:35: TPLUS(00000000)/0/NB_WAIT: socket event 2
Nov 18 07:39:35: TPLUS(00000000)/0/NB_WAIT: wrote entire 20 bytes request
Nov 18 07:39:35: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:35: TPLUS(00000000)/0/READ: Would block while reading
Nov 18 07:39:35: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:35: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 43 bytes data)
Nov 18 07:39:35: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:35: TPLUS(00000000)/0/READ: read entire 55 bytes response
Nov 18 07:39:35: TPLUS(00000000)/0/56CA2684: Processing the reply packet
Nov 18 07:39:35: TPLUS: Received authen response status GET_USER (7)
Nov 18 07:39:37: TPLUS: Queuing AAA Authentication request 0 for processing
Nov 18 07:39:37: TPLUS: processing authentication continue request id 0
Nov 18 07:39:37: TPLUS: Authentication continue packet generated for 0
Nov 18 07:39:37: TPLUS(00000000)/0/WRITE/4752E370: Started 5 sec timeout
Nov 18 07:39:37: TPLUS(00000000)/0/WRITE: wrote entire 24 bytes request
Nov 18 07:39:37: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:37: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 16 bytes data)
Nov 18 07:39:37: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:37: TPLUS(00000000)/0/READ: read entire 28 bytes response
Nov 18 07:39:37: TPLUS(00000000)/0/4752E370: Processing the reply packet
Nov 18 07:39:37: TPLUS: Received authen response status GET_PASSWORD (8)
Nov 18 07:39:41: TPLUS: Queuing AAA Authentication request 0 for processing
Nov 18 07:39:41: TPLUS: processing authentication continue request id 0
Nov 18 07:39:41: TPLUS: Authentication continue packet generated for 0
Nov 18 07:39:41: TPLUS(00000000)/0/WRITE/55F31F34: Started 5 sec timeout
Nov 18 07:39:41: TPLUS(00000000)/0/WRITE: wrote entire 27 bytes request
Nov 18 07:39:41: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:41: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 6 bytes data)
Nov 18 07:39:41: TPLUS(00000000)/0/READ: socket event 1
Nov 18 07:39:41: TPLUS(00000000)/0/READ: read entire 18 bytes response
Nov 18 07:39:41: TPLUS(00000000)/0/55F31F34: Processing the reply packet
Nov 18 07:39:41: TPLUS: Received authen response status PASS (2)
Nov 18 07:39:41: AAA/AUTHOR (00000000): Method list id=0 not configured. Skip author
Nov 18 07:39:42: AAA/AUTHOR: auth_need : user= 'user1' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'
Nov 18 07:39:42: AAA: parse name=tty1 idb type=-1 tty=-1
Nov 18 07:39:42: AAA: name=tty1 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=1 channel=0
Nov 18 07:39:42: AAA/MEMORY: create_user (0x776722A4) user='user1' ruser='NULL' ds0=0 port='tty1' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 initial_task_id='0', vrf= (id=0)
Nov 18 07:39:42: AAA/AUTHEN/START (2568611223): port='tty1' list='' action=LOGIN service=ENABLE
Nov 18 07:39:42: AAA/AUTHEN/START (2568611223): non-console enable - default to enable password
Nov 18 07:39:42: AAA/AUTHEN/START (2568611223): Method=ENABLE
Nov 18 07:39:42: AAA/AUTHEN (2568611223): status = GETPASS
Nov 18 07:39:48: AAA/AUTHEN/CONT (2568611223): continue_login (user='(undef)')
Nov 18 07:39:48: AAA/AUTHEN (2568611223): status = GETPASS
Nov 18 07:39:48: AAA/AUTHEN/CONT (2568611223): Method=ENABLE
Nov 18 07:39:48: AAA/AUTHEN (2568611223): status = PASS
Nov 18 07:39:48: AAA/MEMORY: free_user (0x776722A4) user='NULL' ruser='NULL' port='tty1' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)

Similar Messages

  • Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting

    Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting to my email id and password

    Tap on the id in Settings > Store and log out of it and then login with your id. Any content already on the iPad will be tied to the previous owner's id and it can't be copied or transferred to your id - so it's probably best to do restore the iPad back to factory defaults and start as from new with it : Settings > General > Reset > Erase All Contents And Settings

  • It says I'm logged into my Apple ID on my App Store but when I try to download an app it comes up with my mums Apple ID asking for her password yet I have never used her email or Apple ID to login in? Could this be cause we have back up on same comp?

    It says I'm logged into my Apple ID on my App Store but when I try to download an app it comes up with my mums Apple ID asking for her password yet I have never used her email or Apple ID to login in? Could this be cause we have back up on same comp?

    Bojana321 wrote:
    ... this has only come up today yet it says I'm logged into mine!
    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    Ditto. Guest accounts shouldn't have a password. No way to enter one in System Prefs...

  • How do I move files from my iMac to my Airport without getting 'AirPort can not be modified' message. File sharing is enabled and I'm not getting asked for a password. Thanks

    How do I move files from my iMac to my Airport without getting 'AirPort can not be modified' message. File sharing is enabled and I'm not getting asked for a password. Thanks

    What OS are you running.. this is usually only a problem in Mavericks.
    If so I recommend you mount the hard disk manually..
    Use Go, Connect to server.
    Type in the IP address if static.. eg
    AFP://10.0.1.1
    Or the name.. but you will have issues unless the name is short, no spaces and pure alphanumeric.. if you are using bad names.. fix it by a full factory reset in airport utility and give it all names that comply to the above.
    Type in
    AFP://TCname.local Where TCname is replaced with the actual name.
    You will be asked for the password the first time which is public unless you changed it.. please remember to save this in the keychain.
    Copy files then to a new directory you create on the TC.. do not place files inside the TM sparsebundle. Nor directly under the main directory.

  • I changed my Apple ID (other email address and password) and now I can not login to my account in the iPhone iCloud. When I open the tab iCloud displayed my old Apple ID (it was in the iCloud) and asks for a password, but neither the old nor the new passw

    I changed my Apple ID (other email address and password) and now I can not login to my account in the iPhone iCloud. When I open the tab iCloud displayed my old Apple ID (it was in the iCloud) and asks for a password, but neither the old nor the new password does not match. What to do?

    If you want to change your iCloud ID or password on your phone go to Settings>iCloud and tap Delete Account, then sign back in with your updated information.  Note: this only deletes the account and any synced data from your phone, not from iCloud.  Provided you are signing back into the same account and not changing accounts it will be synced back to your device when you sign back in.

  • Why does my mac ask for my password when automatic login is configured,it only happens every so often but when it does the it also shows no wifi installed

    my mac is configured for automatic log in,but whenever i do not use it for a day orso it asks for my password to login,at the same time it states that there is no wifi installed ,i have to login and then reboot which is a pain.when checking disk permissions it states the SUID FILE has been altered and wont be ghanged back .any answers please.

    Battery condition says normal but cycle count is on the high side.
    May be better off with a new battery.
    Hope everything turns out right.

  • SharePoint site is asking for user/password

    I just created a new web application on port 80 with anonymous access enabled.
    Web application is using host header "portal" which is also defined in IIS under "Bindings" (this was done by SharePoint automatically when I created web application). I have also created a site collection under this web application.
    In AAM, default zone is defined as http://portal
    I have created "A Record" in DNS (this is single server farm for testing) with name "portal" and using same IP which is assigned to this server which is 192.168.137.121.
    Problem is when I try to open http://portal in browser, it asks me to enter user/password even though I am logged in as site collection administrator. And no matter how many times I give user/password it keeps asking me to login again and again.
    Even if I disable anonymous access, it asks for user/password. I have reset IIS several times.
    What am I doing wrong?

    The first thing to check is whether you configured the SuperUser and SuperReader accounts for this Web Application correctly.  I've seen this kind of behavior if the accounts are not set in PowerShell or if the accounts are set using NTLM names instead
    of Claims.  Take a look at the following for more information:
    http://technet.microsoft.com/en-us/library/ff758656(v=office.15).aspx
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Asked for a password to access Mail

    I get this message: The POP server “POP3.xxxxx.co.uk” rejected the password for user “yyyyy” and whatever I enter I then get asked for Keychain password. I don't know the Keychain password.

    When you open Keychain Access, click on login then on passwords. You will see all of your login passwords on the right. You should have a maximum of 2 entries per email account. One should say SMTP (if you have outgoing authentication enabled) and one should say either POP or IMAP. If there are 2 items in the list for any of these, delete them.

  • IOs 8.1 Mail app keeps asking for iCloud password

    Since the update to iOs 8.1 i have a problem with my mailbox.
    Every time i want to create a new mail, it asks me for my iCloud password.
    This happens on my iPhone (6) and iPad (Air) while im in my iCloud inbox, Gmail inbox, or just the general overview.
    Whenever i press the create new mail icon it will ask for my iCloud password.
    - When i give the iCloud password (correct one) it wont ask for it again in the next 15 mins
    - When i dont give the iCloud password (cancel) i can just send mails but it will ask for the password whenever i create a new mail.
    What i did:
    - Remove iCloud account > reboot > Add iCloud account > didnt solve the problem
    - Remove Keychain  > didnt solve the problem
    - Remove iCloud photo's > didnt solve the problem
    - Remove iCloud mail > still asks for the iCloud password.
    - Remove iCloud > solves the problem but i dont want to remove iCloud
    - Disabled all iCloud options, (mail, contacts, etc) > didnt solve the problem
    - Disabled 2 step verification > didnt solve the problem
    Everytime i want to create a new mail, u see the phone/pad use the "syncing icon" 3x 5 seconds, maybe a link here?
    Anyone else with any ideas that i can try?

    That's interesting that it didn't start to happen after a while on your work iPad. I just tried my iPad this evening and I'm getting the same iCloud password popup message when I try to create a new mail or enable "Contacts Only' in Airdrop.
    I still think it's a problem with our iCloud accounts. Some flag in the system isn't set or something for some reason. I don't even have mail switched on in my iCloud account so there is no valid reason why Mail.app would try and authenticate to iCloud just because we create a new email.
    Signing out of iCloud fixes the issue for me (not that it's a valid long term solution) so that points the finger directly at a setting on my server side iCloud account I think.

  • ITunes keeps asking for my password

    First, it's important to note that what I'm about to describe is happening only in my MacBook Pro account, not on my iMac account; nor is it happening on my wife's MBP account, nor on her iMac account.  In other words, it's highly probable that some (inadvertent) action of mine has actually enabled this annoying 'feature' of iTunes.  I just can't figure out what I can do to stop it.
    The Problem:
    For the past couple weeks, the iTunes application on my MacBook Pro has been displaying (intermittently) an alert to notify me that I need to enter my User Name (supplied) and Password (which I must enter manually) so that it can continue to make "authorized downloads."  Interestingly, iTunes displays this notice irrespective of whether the application is even running at the time.   I understand that iTunes may need to check in periodically (in the background) with the Apple Store, but I can't figure out why it is no longer able to do this without my authorization every single time.  Here are the steps I've tried so far, to no avail:
    a.  iTunes Preferences > General > Check for new software updates automatically (turned off);
    b.  iTunes Preferences > Store > Always check for available downloads (turned off);
    c.  iTunes Preferences > Store > Automatically download pre-orders when available (turned off);
    d.  I have signed out of the Store, Quit iTunes and Logged out.  Then I logged back in, opened iTunes and Signed In to my account again;
    e.  I have selected iTunes > Store > View My Account and turned OFF "Recommendations and Ping Posting;"
    f.   I have selected iTunes > Store > View My Account and clicked the button to "Reset all warnings for buying and downloading;"
    g.  In the very alert containing my User Name and Password I have checked the box beside "Remember Password;"
    h.  About 10 minutes ago, I opened iTunes Preferences and in the Advanced pane, I clicked on the Reset warnings button beside "Reset all dialog warnings." If this most recent effort finally does the trick — I won't know for sure until several more hours elapse — I promise to log in to let everyone know.

    UPDATE 2:  As promised, I am writing to let everyone know that I believe that I finally may have resolved this problem.  The procedure that seems to have resolved the issue on my computer was one that another user, Mandoskier,  reports having resolved the same problem on his computer (https://discussions.apple.com/message/17276790#17276790), in which he reported the following:  "This problem was solved for me by trashing "com.apple.iTunes.plist" from userid/Library/Preferences folder and repairing disk permissions."
    I trashed that file two days ago, and also repaired disk permissions (using Disk Utility) and iTunes hasn’t once asked for my password!
    May not work for everyone, but it’s worth a try if you haven’t yet given this recommendation a shot.  Good luck, all.

  • My mac mail is asking for my password and its the correct one, but it still does not want to connect to the mail? how do i fix this?

    It's asking for a password, i'm putting in the correct one and it's still not working. it says mail cant connect to the account "...."
    please help!

    If you've activated 2-step verification, you need to generate an application-specific password in your Google account and enter it instead of the login password you use on the website.

  • My iPhone3GS running iOS5 has recently been reluctant to upgrade Apps. The App store asks for my password and then marks all the Apps as being updated. Often only one or none actually update. Usually I get a message saying "Unable to download application"

    My iPhone3GS running iOS5 has recently been reluctant to upgrade Apps. The App store asks for my password and then marks all the Apps as being updated. Often only one or none actually update. Usually I get a message saying "Unable to download application" and "<app> could not be downloaded at this time - Done or Retry".
    It's not an iTunes login / password issue because sometimes one or two of the Apps will download and the others stall with the blank progress bar. The internet connection is working fine in all other respects.
    Sometimes, many restarts later the downloads will complete. Is this a known bug? Is Apple working on it? Any fixes?

    My iPhone3GS running iOS5 has recently been reluctant to upgrade Apps. The App store asks for my password and then marks all the Apps as being updated. Often only one or none actually update. Usually I get a message saying "Unable to download application" and "<app> could not be downloaded at this time - Done or Retry".
    It's not an iTunes login / password issue because sometimes one or two of the Apps will download and the others stall with the blank progress bar. The internet connection is working fine in all other respects.
    Sometimes, many restarts later the downloads will complete. Is this a known bug? Is Apple working on it? Any fixes?

  • I deleted my old email address and added a new one, after my iPhone died iCloud keeps popping up asking for the password of my old email address. I can't remember my password and the account is still gone, it pops up every few seconds. How can I fix this?

    I deleted my old email address and added a new one, after my iPhone died iCloud keeps popping up asking for the password of my old email address. I can't remember my password and the account is still gone, it pops up every few seconds. How can I fix this?

    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare(or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

  • Upgraded to ios 5, now my voice mail is asking for a password or code to unlock to get voice mail. Didn't have a passcode before upgrade, so how do I reset the passcode?

    upgraded to ios 5, now my voice mail is asking for a password or code to unlock to get voice mail. Didn't have a passcode before upgrade, so how do I reset the passcode?

    So now I went back to the screen that orginally asked me for my Apple ID and passort, and instead of entering my Apple ID i entered the email address associated with it and the new password.  It now tells me "You can't sign in because your account was disabled for security reasons.  To enable your account, reset your passwort at iforgot.apple.com"
    I have now changed my password twice and it still doesn't work.
    Until I get this resolved my tablet is useless.

Maybe you are looking for

  • RFC Destination SAPFTPA is not working

    Hi, I am able to connect FTP via RFC Destination SAPFTP which is for front end but RFC Destination SAPFTPA for background run is not able to connect with FTP location. I have checked the trace with program RSFTP005 and it looks okay. However, when I

  • BOE XI 3.1 - Universe Export Restriction

    Guys, Our configuration's are       BOE XI 3.1 SP2.       Windows AD authentication In our organization we have few developers and few Super Users (Power Users). Both Developer and Super Users have Universe access. So by default both Developers and S

  • Remove underscore from buttons, add Alt text

    Hi, Thanks in advance for your help. I am having more problems with the RH's Govt template. The forward and back buttons would not appear, so I have created my own buttons and incorporated into my user guide. However, there is an underscore appearing

  • Call an ABAP program from BIW

    Hi experts, How do I include an abap program in R/3 sandbox in my process chain in BW. I know how to do it in BW but this program is in the ECC sandbox. what I did was to create a job in R3 through SM36,this job had two steps one to run my program an

  • Recommend books

    Dear all, I am new to java programming. but I know VB.Net. I want to find a book that mentions dbgrid. Similar to .Net, (1) how can I insert check box or linkbutton in dbgrid. (2) learn more about dbgrid and event handling. (3) more about database pr