AAA & local connection

Hello

I have a curious problem.

If I use the following line in my configs:

AAA authentication login default group Ganymede + local

and a usernam and password locally configured as follows:

test username password abc123

the ACS server will authenticate the connection ok request each time. But if you try and connect you with the local user name he fails. If you disconnect server ACS then the local username and password will work.

Probably the ACS server sees that there is no user name that corresponds to this local failure of the attempt.

Is there a way to make it back to the router and use the local username?

Thanks for your help.

Ray

Ray,

In fact, it is by design. The router will return only in the case when there is no response from the acs server.

If acs can't locate any user, it will say "user not found" to the router, then the router will not check its database.

If there is no response from the acs, router will get 'error' as return value, so it then checks its local database for this user.

Hope that helps!

Kind regards

~ JG

Note the useful messages

Tags: Cisco Security

Similar Questions

  • I put my cRIO 'DHCP' to 'local connection' and lost contact with her.

    I put my cRIO 'DHCP' to 'local connection' and lost contact with her.

    I changed the location setting labelled '2' to post a link-local only, so I think I hit save to '3 '.  So, I have had no contact with my cRIO network.

    I tried;

    Hit the reset button

    A MAX of opening closure

    Go to safe mode

    Lift the switch to reset IP

    Power cycling the cRIO

    Directly from the host to my target of cat 5 cable running

    None of it worked, and I have no contact with my cRIO.

    This is what MAX looks like now.  How can I fix?

    It turns out that I had more of a problem.  Corrupt drivers, 255 in many in my subnet mask, overly complex LAN, use server control... you get the idea.  So I just deleted all software, disassembled everything and more from scratch.  Now back to the top and work.

    Thanks for the tips everyone, all the pieces and peace where it is useful to help me see the bigger picture.

  • I have a problem of limited local connectivity. I'm online but cannot enter certain websites because of this, and my laptop is running slowly.

    connectivity issue local limted

    Hello

    I have a problem of limited local connectivity.

    I'm online but cannot enter certain websites because of this, and my laptop is running slowly.

    to try and reslove this prob. I have: -

    Restored to an earlier date

    Router and the laptop reloaded

    Connected wireless

    and unchecked internet Protocol version 6

    repaired, windows tell me that no problem of the internet are.

    Can someone help before I have to consider the world PC boo hoo

    Hello TillyTwo,

    I suggest looking at the answer of Irfan in this thread that seems to relate to your specific question:
  • I'm having the problem of local connection on my Dell PC with Vista. ISP is Verizon FIOS. FiOS representative told me to disable Ipv6 and the problem stops. Is this correct?

    I'm having the problem of local connection on my Dell PC with Vista. ISP is Verizon FIOS. FiOS representative told me to disable Ipv6 and the problem stops. Is this correct?

    original title: local area connection problem

    Hello

    1. What is the exact problem you are facing with local connection?

    2. how many computers have you plugged into the network?

    Please provide the information of network event logs to help you best.

    Click on the link below.

    http://Windows.Microsoft.com/en-us/Windows-Vista/using-Windows-Network-Diagnostics-event-logs-to-solve-network-problems

    In the meantime, run the troubleshooter mentioned in the link below.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-network-connection-problems

  • Local Connection Timed out after error ~ 12000sec

    Hello

    I send a soap request to a service wcf web.

    I am able to get the required xml response when I open in the Internet Explorer browser but when I open it in the simulator it says Local connection timed out after ~ 12000sec and also when I deploy it to the device, it gives the answer as [object.document]. Please let me know if I'm missing something. Is the code used to call the Web service

    function {} Getresults()

    var XMLHTTP;

    If (! xmlhttp & typeof XMLHttpRequest! = 'undefined') {}

    try {xmlhttp = new XMLHttpRequest();                }

    catch (e) {xmlhttp = false;}                }           }

    return xmlhttp;       }

    var xmlHttp = new Getresults();

    var xmlHttp = new ActiveXObject ("Microsoft.XMLHTTP");

    function getDynamicData() {}

    var url = "http://serverip/Service.Wcf/Service.svc";

    XMLHTTP.open("get",URL,true) ("GET", url, true);

    xmlHttp.onreadystatechange = callbackFunction;

    xmlHttp.setRequestHeader ("SOAPAction ','http://tempuri.org/IService/GetVolume_PerYear'");            xmlHttp.setRequestHeader ("Content-Type', ' text/xml; charset = utf - 8');

    var soapRequest = '' +

    http://www.w3.org/2001/XMLSchema-instance' ' + ' container ="http://www.w3.org/2001/XMLSchema" "' + ' xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/' > ' + '"

    ' ' +

    "'http://tempuri.org/ ' > ' +.

    '' +

    '' +

    '';

    xmlHttp.send (soapRequest);       }

    function callbackFunction() {}

    Alert (XMLHTTP. ReadyState);

    If (xmlHttp.readyState! = 4)

    return;

    Alert (XMLHTTP.responseXML);  }

    everything looks very well, try changing this XMLHTTP.open("get",URL,true) ('GET', url, true);   by XMLHTTP.open("get",URL,true) ('POST', url, true);

    subdomains also try to change this access urihttp://serverip/Service.Wcf"="true"> by

  • java.io.InterruptedIOException: Local connection has expired after ~ 120000

    Hi all
    I make an example of program that collects the XML link and after analysis it prints the content.

    The code example has been picked on the basis of knowledge. The connection is expire during program execution.

    Here is the code example

    package com.rim.samples.hello;

    Import javax.microedition.io.Connector;
    Import javax.microedition.io.StreamConnection;

    to import org.W3C.DOM.document;
    Import org.w3c.dom.Node;
    Import org.w3c.dom.NodeList;

    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.component.LabelField;
    Import net.rim.device.api.ui.component.RichTextField;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.xml.parsers.DocumentBuilder;
    Import net.rim.device.api.xml.parsers.DocumentBuilderFactory;

    SerializableAttribute public class HelloWorld extends UiApplication
    {
    Public Shared Sub main (String [] args)
    {
      
    Hello HelloWorld = new HelloWorld();
    hello.parseOnlineData ();
    hello.enterEventDispatcher ();
    }
    public HelloWorld()
    {
    a new screen
    pushScreen (new HelloWorldScreen());
    }
     
    final HelloWorldScreen class extends screen
    {
    public HelloWorldScreen()
    {
    Super();
    LabelField title = new LabelField ("HelloWorld example",
    LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH);
    setTitle (title);
    Add (new RichTextField ("Hello World!"));
    }
    public boolean onClose()
    {
    Dialog.Alert ("Goodbye!");
    System.Exit (0);
    Returns true;
    }
    }
     
    Public Sub parseOnlineData()
    {
    define later used for parsing variables
    Doc document;
    StreamConnection conn;

    try {}
    who provides the location of the XML file
    your address may be different
    Conn = Connector.open (StreamConnection)
    ("http://tekmedia.tekritisoftware.com/news.xml");
    a few lines create variables to open a
    listen, analyze, collect XML data and
    extract the data that are needed.
    In this case these are elements,
    node, and the values of an element
    DocumentBuilderFactory docBuilderFactory
    = DocumentBuilderFactory. newInstance();
    DocumentBuilder docBuilder
    = docBuilderFactory.newDocumentBuilder ();
    docBuilder.isValidating ();
    doc = docBuilder.parse (conn.openInputStream ());
    doc.getDocumentElement () .normalize ();
    NodeList list = doc.getElementsByTagName ("news9");
    for (int i = 0; i)<>
    {
    Node element = list.item (i);
    If (Item.getNodeType ()! = Node.TEXT_NODE)
    {
    NodeList itemChilds = item.getChildNodes ();
    for (int j = 0; j)<>
    {
    Node = itemChilds.item (j) detailNode;
    If (detailNode.getNodeType ()! = Node.TEXT_NODE)
    {
    If (detailNode.getNodeName (.equalsIgnoreCase ("title")))
    {
    System.out.println ("# title =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName () .equalsIgnoreCase ("date"))
    {
    System.out.println ("# date =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName (.equalsIgnoreCase ("Author")))
    {
    System.out.println ("# author =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName (.equalsIgnoreCase ("Summary")))
    {
    System.out.println ("# summary =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName (.equalsIgnoreCase ("DST")))
    {
    System.out.println ("# dst =" + getNodeValue (detailNode));
    }
    }
    }
    }
    }
    } //end try
    will catch any exception that is thrown by the XML parser
    catch (System.Exception e)
    {
    System.out.println (try ());
    }
    }
     
    public String getNodeValue (node)
    {
    NodeList nodeList = node.getChildNodes ();
    ChildNode = nodeList.item node (0);
    Return childNode.getNodeValue ();
    }
    }

    I ran the code with debug on. Here is the printing of the newspaper. I use 8300 blackberry Simulator (default Simulator).

    From Hello
    Hello (121) started
    Hello (121) foreground
    FocusHistory: Acquired Focus; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Lost Focus; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Acquired Focus; Hello from the app; Component net.rim.device.api.ui.component.RichTextField
    Refreshing connection when sending
    Update running
    Local port: 19780
    APN: "rim.net.gprs."
    APN username: 'null '.
    APN password: 'null '.
    There is no connection
    Information detected for 1 GPAK connections
    From net_rim_bb_simphonebook
    Net_rim_bb_simphonebook (122) started
    EF: 20 SIZE:-1
    JVM: bklt @9678: timer
    JVM: bklt @9678: idle 2
    JVM: bklt @9678: setTimer 20
    CLOSURE OF THE SIM SERVER
    Output net_rim_bb_simphonebook (122)
    VM: + GC (F) w = 11
    VM:-GCt = 12, b = 1, r = 0, g = 1, l = 11
    VM: + CR
    VM:TI2Rv = 26
    VM:TI2Rv = 25
    VM:TI2Rv = 24
    VM:TI2Rv = 23
    VM:TI2Rv = 22
    VM:TI2Rv = 21
    VM:TI2Rv = 20
    VM:TI2Rv = 14
    VM:TI2Rv = 13
    VM:TI2Rv = 11
    VM:TI2Rv = 19
    VM:TI2Rv = 12
    VM:TI2Rv = 10
    VM:TI2Rv = 9
    VM:TI2Rv = 8
    VM:TR2Iv = 74
    VM:TR2Iv = 72
    VM:TR2Iv = 68
    VM:TR2Iv = 71
    VM:TR2Iv = 70
    VM:TR2Iv = 69
    VM:TR2Iv = 62
    VM:TR2Iv = 65
    VM:TR2Iv = 66
    VM:TR2Iv = 67
    VM:TR2Iv = 64
    VM:TR2Iv = 63
    VM:TR2Iv = 55
    VM:TR2Iv = 54
    VM:-CR = 12
    JVM: bklt @12341: timer
    JVM: bklt @12341: 23 idle
    JVM: bklt @12341: setTimer 22
    VM:IGCSc = 0
    JVM: bklt @15281: timer
    JVM: bklt @15281: 23 idle
    java.io.InterruptedIOException: Local connection has expired after ~ 120000
    VM: + GC (F) w = 9
    VM:-GCt = 8, b = 1, r = 0, g = 1, w = 9
    VM: + CR
    VM:TI2Rv = 74
    VM:TI2Rv = 71
    VM:TI2Rv = 69
    VM:TI2Rv = 62
    VM:TI2Rv = 50
    VM:TI2Rv = 2
    VM:TR2Iv = 52
    VM:TR2Iv = 46
    VM:TR2Iv = 42
    VM:TR2Iv = 38
    VM:TR2Iv = 31
    VM:-CR = 3

    Do not get enough information on the support forum. Please help me.

    Thank you

    Kind regards

    Anand Lal

    Thank you very much Simon...

    Its working fine. I get the printed value.

    Thanks once more than a ton...

    Kind regards

    A

  • Need help with the error of connection Internet "Reset local connection adapter".

    Original title: Need help with Internet connection.

    Hi, sometimes when I go to my office (HP 2009 m) I get a message that I am not connected to the internet (although I have no problem with the connection on my IPad).  When I click on solve internet connection Windows Network Diagnostics freezes when it gets to solve problems "the local connection adapter reset."   I have to turn off my computer by unplugging and then it works normally when she returns to the top. (Sorry if my explanation is difficult to decipher, I'm not very tech savvy) This could be the cause and how to fix it?  Thanks in advance.

    Well, I expected more of a response, but I'll wing it from here: your cable goes into a modem.  This modem can be a wireless modem/router, or simply a modem cable to your computer.

    Connection problem you might start by connecting the cable into the modem.  Ensure that it is well defined.  If everything looks good, then it is possible that there is a decline in cable service before he gets to the modem.  For example, the interface side of the House can be affected by a bad connection, for example water intrusion, or poor soil.  So you may want to check into that.  Then, there is always the possibility that your cable provider has lost his momentaily of transmission, and that the modem needs to be reset.  If this happens often, you must contact the cable provider.

    Modem, your computer can be connected by cable, so you will need to check how firmly the connection is.  Then, there is always the possibility that the modem is wrong.

    But if your connection is through a wireless modem/router, your connection may have lost because of a bad signal.  Once more..., the modem/router could go wrong.

    Edit has added:

    Looking back on what you said about the Ipad, I feel that you have a wireless modem/router.  It is possible that your connection to the desktop must be after you have used the Ipad.  For example, you may need to right-click on the monitor icon in the Systray to your desktop and open your network sharing Center.  Even if you can say that you are connected to the Internet, you may not.  Then... just ... simplement cliquer click on 'connect or disconnect', then find your network connection appropriate, right click on that and select disconnect, then immediately right-click the same but select Connect.


    Will be a new connection to the Internet.

  • AAA local-override

    Is there an equivalent of aaa local-override for the SAA? I would like to have local accounts to work on my ASA, even if the RADIUS server is operational.

    Thanks, gary

    Unfortunately not.

    PK

  • How do I cancel the local connection to the ACS

    Hello

    is it possible to cancel the access of local access to the ACS login page

    http://127.0.0.1:2002 /.

    I want to say for now that I click on the file ACS Admin.html automatically giving access to my ACS with promting to login. is it possible to cancel the same.

    Pls go to acs---> control administrator---> strategy session---> allow automatic local connection---> uncheck--> Submit

    Kind regards

    ~ JG

    Note the useful messages

  • How to get to the factory of local connections created within a foreign server in OSB

    Hi all

    I am facing a problem in my plan of config. We have a foreign server SIDES with the factory of following local connections:

    JMS/RibAqJmsXATopicConnectionFactory


    I use below in my configuration level:

    < cus:envValueAssignments >
    URI of the Service < xt:envValueType > < / xt:envValueType >
    < xt:location xsi: Nil = "true" / >
    < xt:owner >
    ProxyService < xt:type > < / xt:type >
    < xt:path > RLTPReturnToWarehouse/ProxyServices/ConsumeRIBRTWMessages < / xt:path >
    < / xt:owner >
    < xt: value xsi: type = "xs: String" xmlns: XS = "http://www.w3.org/2001/XMLSchema" > jms://localhost:7001 / jms. RibAqJmsXATopicConnectionFactory/jms.etASNInFromRIBToWH1 < / xt: value >
    < / cus:envValueAssignments >

    and I get the below error:

    [java]
    [java] Loading customization fichier./dev/OSBCustomizationFile.xml
    [java] Customization applied to the created only resources]
    [java] com.bea.wli.config.customization.EnvValueCustomization@553c13
    [java] Unexpected error: com.bea.wli.sb.transports.TransportException
    [java] Problem call WLST - Traceback (innermost last):
    [java] File "D:\VFUKScripts\DeploymentScripts\osb\import.py", line 200, in it?
    [java] File "D:\VFUKScripts\DeploymentScripts\osb\import.py", line 122, in importToALSBDomain
    [java] com.bea.wli.sb.transports.TransportException: has no research factory jms connection. RibAqJmsXATopicConnectionFactory


    what I'm missing here?

    [java] com.bea.wli.sb.transports.TransportException: Failed to research connection factory jms. RibAqJmsXATopicConnectionFactory

    It seems that the JNDI you created for the ConnectionFactory is not reflected in the server.

    Connect to the WLS Console > summary of the servers > server_name > view JNDI tree
    Go to the JNDI tree and see if your JNDI is visible here. If it isn't then, reboot the server and check again.
    If you are able to find in the JNDI tree, then run the customization file.

    If you have changed the existing JNDI properties (which have a small symbol exclamatory) then any change to those who do not appear until all servers in the cluster are restarted.

    If it still does not work, then recreate a new connection with a different name and then try again. It should then work.

    Thank you
    Patrick

  • Local connection Multiple functions

    Hello

    I have two exe files and trying to control with the other in two different windows (transmitter / receiver Windows)

    I do this in AS2 simply because the original cut (editing one screen now, they want a second screen) was some time in AS2 and I didn't re-create...

    I got the first function to work but can't get the second function to work and I don't know why... new local connection work so obviously I'm missing something.

    I do Code in a picture on its own layer to control all the buttons on a LocalConnection:

    Sender code:

    sending_lc = new LocalConnection();

    mybtn1.onRelease = function() {}
    sending_lc. Send ("my_lc_as2", "execute_this", gotoAndPlay (2));
    }

    mybtn2.onRelease = function() {}
    sending_lc. Send ("my_lc_as2", "execute_this", gotoAndPlay (4));
    }

    The receiver code:

    receiving_lc = new LocalConnection();

    receiving_lc.execute_this = function() {}
    gotoAndPlay (2);

    }

    receiving_lc. Connect ("my_lc_as2");

    receiving_lc.execute_this = function() {}
    gotoAndPlay (4);

    }

    receiving_lc. Connect ("my_lc_as2");

    Basically, I'm trying to get buttons (6 in total) on the sender to transmit the receiver to a new framework on the release. The "mybtn1" button works and send the film to receiver in box 2. The "mybtn2" button, but does nothing and I'm obviously not put together properly. Any ideas? Help? Please?

    Chris

    No object should have code attached to it.

    delete all of these statements on (release).

    mybtn2 test again and see if you can get the track work.  If you can not you do not have an object named mybtn2 that exist when this code stops, or you're not clicking mybtn2.

  • console server and room of local connection

    Hello

    I'm wondering - is it possible to use the Console of the room to manage a room that is managed by the local connection Server utility? I would like to browse the nodes from the collection, etc.

    Hello

    Currently you can not do. RoomConsole only works with the rooms on our servers, while with localconnection, all the nodes and the nodes are not stored on the server and stored on-site.

    Thank you

    Hironmay Basu

  • Local connection problem

    Hello guys, I'm having a problem with my SWFs communicate with each other.

    I use a local connection to coax the. The problem I have is that I have a main.swf that uses a MovieClipLoader to load files swf itself. The main.swf is actually kind of "holder" with a bar above it.

    I want the user to be able to make the clicks on the bar menu effect no matter what happens in the current swf that is loaded. So, I used the local connection on one of the buttons in the main.swf:

    on (release) {}
    section = "home";
    talkingLC = new LocalConnection();
    talkingLC.send ("simple_lc", "comeBack", section);
    }

    -

    And at the top of the about.swf (which is held), at the present time, I have this:

    listeningLC = new LocalConnection();
    listeningLC.comeBack = {function (section)}
    If (section == 'home') {}
    trace ("testing");
    This._parent._parent.dcMovie.gotoAndPlay (71);
    This._parent._parent.catMovie.gotoAndPlay (282);
    This._parent._parent.coolerMovie.gotoAndPlay (52);
    This._parent._parent.csMovie.gotoAndPlay (52);
    This._parent._parent. Copter.gotoAndPlay (156);
    }
    };
    listeningLC.connect ("simple_lc");
    Stop();

    -

    So far the test shows nothing and of course, nothing plays in this file.

    I know not exactly what is happening, but would be grateful if anyone can offer some help with this.

    Just realize everything I have to do is to refer to the holder for the charger clip. Thanks for the tip!

  • HP Compac Presario: Local connection only, driving me crazy

    Read posts with links dated.  I have updated all drivers updated.  Updated everything in the computer Bios etc.  Can connect with an ethernet cable but wireless reading 'local only' so there is no internet connection available.  I have re-installed windows and apparently have something missing.  As I mentioned earlier, there was a link of 'miracle' that people have had success with in the past according to old messages.  But this link is no longer valid.  Can someone please help.

    Re-installed Vista

    Windows downloaded and installed all the updates

    Download and install all the updates from HP

    Download specific drivers for wireless components

    Finally, the switch is in position "on".

    Hello:

    Installation of this driver should solve the problem.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-108905-1 & CC = US & DLC = in & LC = on & JumpID = reg_r1002_usen_c-001_title_r0004

  • Lenovo Solution Center: Local Connection Test: WARNING

    Hi, I'm getting a connection test local warning when the solution center of Lenovo runs a hardware diagnostic test. How to solve this?

    Hi thanks for the reply. I solved the problem. I use a wired connection and had no WI - FI enabled when you run diagnostic test. Turned on then ran test and everything is fine.

Maybe you are looking for