No longer able to connect as admin user

Using AirPort Express to network my iMac and MacBook. Now, after "upgrading" to 10.5.6, I'm apparently not being seen as an admin user when I try to connect to one Mac from the other.
Before, when I opened Finder on either, I would see the other listed as a Shared computer in the sidebar. I would select it and, when I connected, it would appear in the pane on the right along with my Home directory on the computer I was using. I would select the other computer and, among other folders (Applications, Developer, Library), I would see a folder for Users and, in that folder, I would see one folder for Shared and one for me -- my Home directory on that other computer.
Now, when I open the Finder on either and connect to the other computer, the Users folder is there but the only folder it contains is the one for Shared. I can see everything except the items in my Home directory on that other computer which, of course, are the very things I want.
I checked and File Sharing is still on. I even changed Sharing & Permissions for my Home directory and gave Read & Write privileges to everyone (since everyone is me).
Thoughts?

Just Jim wrote:
Under "Sharing", I only have File Sharing checked on the left. File Sharing is On. My home directory is the only one under Shared Folders and my User Name is at the top of the list with Read & Write access. On the Options pane, "Share Files and Folders using AFP" is the only item checked.
Try checking "Remote Login" as well. Then close System Preferences (or at least that pane) to be sure it has taken effect.
Under Security/Firewall, "Allow all incoming connections" is the only one checked.
OK. You may later want to change this to "Set access for specific services and applications", but let's get it working first!

Similar Messages

  • User no longer able to connect to afp shared drive

    I have upgraded our server to 10.7.1.  After about a week about 2/3 of our users are no longer able to connect to the shared drive using afp.  It worked fine for the first week and now several users cannot connect.  When attempting to coonect to the afp share it does not even attempt to authenticate.  Please help.

    Is the firewall service turned off? Can you connect to the localhost from the server itself (afp://127.0.0.1/) ?

  • After updating to 10.7.3 I am no longer able to connect to the internet.

    Updated to 10.7.3 this morning on my Macbook Air (Oct. 2010 model). After restarting, I am no longer able to connect to the internet. I can connect to the router, and pull a valid IP address (sometimes - other times I get an automatic private IP), but I am unable to get to any websites, check email, etc. I am able to ping websites AND visit websites using their IP addresses, but not using their DNS names.
    I called Applecare this morning, and the tech walked me through some troubleshooting steps, including:
    Rebooting into Repair partition to check connectivity there (same issues, no change)
    Deleting and recreating various config files (Networkinterfaces.plist, preferences.plist and com.apple.airport.preferences.plist) (no change)
    I've also tried reinstalling the update (both delta and combo), repairing disk permissions and rebooting into safe mode, nether of which has solved the issue.
    Also on the network are (Mini, not updated to 10.7.3), a PC, my iPhone and an Apple TV, all of which aren't experiencing any issues. Any ideas?
    Thanks.

    Here is something to try.  Boot into the Recovery HD by holding
    down Command+R when booting.  Select the get help online option.
    It initially opens Safari with a local web page, but you can use
    the bookmarks on the bookmark bar or even enter a website.
    Many extensions may not be available but it could tell you if
    it is your Lion install that is a problem or perhaps a hardware
    problem. 
    If you can browse around in this mode, then it could eliminate
    any possible hardware issues.  If you still have problems, then
    the issue could possibly be hardware/driver related.
    Give it a shot and see what happens.

  • I upgraded my iphone os into 5.1 I found out I'm no longer able to connect into my home Wi Fi....please help :(

    I upgraded my iphone os into 5.1 I found out I'm no longer able to connect into my home Wi Fi....please help

    Update router and reboot router.

  • Not able to connect to admin server through WLST

    Hi,
    I am not able to connect admin server of machine1 though WLST from machine2. This is how i am trying to connect.
    wls:/offline> connect('weblogic','weterner1','t3://machine1:7111')
    Connecting to t3://machine1:7111 with userid weblogic ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : null
    Use dumpStack() to view the full stacktrace
    Could anyone please help... FYI... This is in windows environment._
    Thanks,
    Venkat

    I am able to connect to admin console of Machine1 with this URL http://vakumarn12:7111/console.
    My machine name is M1 and listener address is vakumarn12.
    I have installed WL in machine2 and trying to connect admin server of machine1.
    I have used connect() but still the same.
    One more thing I am(Machine1) in VPN network and the system from which i am trying accessing admin server is in client location(Machine2).
    In machine1 i have two network connections one is Ethernet adapter and other is PPP adapter - (Is this creating a problem)
    dumpStack() is as below:
    wls:/offline> dumpStack()
    This Exception occurred at Tue Jan 08 07:56:30 EST 2013.
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHost
    Exception: vakumarn12]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:34)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:366)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    67)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTH
    elper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLS
    THelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.j
    ava:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext
    .java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLS
    TUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx45.connect$1(<iostream>:16)
    at org.python.pycode._pyx45.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx50.f$0(<console>:1)
    at org.python.pycode._pyx50.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.net.UnknownHostException: vakumarn12
    at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
    at java.net.InetAddress.getAllByName(InetAddress.java:1084)
    at java.net.InetAddress.getAllByName(InetAddress.java:1020)
    at weblogic.rjvm.RJVMFinder.getDnsEntries(RJVMFinder.java:422)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:192)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextF
    actoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    146)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:340)
    ... 43 more
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHost
    Exception: vakumarn12]
    Edited by: KumarOra on Jan 8, 2013 5:18 AM

  • My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    Welcome to the Apple Community.
    Check your store location is set correctly, if this doesn't help, try restarting the Apple TV by removing ALL the cables for a 30 seconds.

  • No longer able to connect to Yamaha RX-V675 amp from Apple devices

    Sorry for the length of this post, but I wanted to get everything down in one hit and I REALLY need some help as it's driving me nuts!
    I have been happily connecting to my Yamaha RX-V675 amp from my Macbook Pro (2010) with no problems since I bought the amp a year or so ago - connected through iTunes > Airplay and it also appeared as a device in my System Preferences > Sound menu. I was playing music from the Remote app on my iPhone (6)/iPad (2) and was always able to connect, which I believe routes through iTunes/MB rather than the device itself.
    However, I noticed the other evening in iTunes on the MB that the Airplay menu had turned orange, but I wasn't using it so I didn't think anything more of it. Since then I've tried to connect and the Airplay option no longer appears, nor does the amp appear as a device in the Sys Pref > Sound menu. As an aside, connecting to the amp directly via Airplay from my iPhone and iPad has always been flaky - sometimes I would see the amp as an Airplay device but many times I wouldn't, to the point that I have given up trying.
    I also have a Synology Disc Station and I can use the DS Audio app on my iPhone/iPad to play music on the same amp via Airplay. Both the amp and MB are hard wired on my network, plus I have checked my router a number of times and the amp always shows up as connected (plus I can ping the amp and access its web console from a browser on my MB), so there is nothing wrong with the network connectivity of the the devices. I have tried all suggestions made in another similar post, including changing the name of the network on the Yamaha amp via it's web portal, which seems to have worked for many people but made no difference for me. I've also updated both OS X and iTunes with the latest updates, but it's made no difference. I can still however connect via the DS Audio app over Airplay every time.
    Even though I can connect via DS Audio, the app itself is a little clunky and I would really prefer to use Remote/iTunes as it is much slicker and previously worked a treat. Does anyone have any other suggestions? Any help would be very much appreciated as I losing a lot of hair over this!

    excuse me, not linksystem, its a verizon FIOS wireless router &amp; modem as part of the package. i was thinking my old setup.
    new system...cant edit my posts....?

  • No longer able to connect to Itunes store. Diagnostic included.

    I used to be able to connect to the Itunes store but cant now. I have checked and itunes IS allowed through my firewall. Maybe you know something that I dont? When I run diagnostics it says "secure link to itunes store failed" and this is the diagnostics;
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    Hewlett-Packard HP Pavilion dv6 Notebook PC
    iTunes 10.5.2.11
    QuickTime 7.6.8
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0016AB1C03A4D988
    Current user is not an administrator.
    The current local date and time is 2012-01-10 14:00:17.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD M880G with ATI Mobility Radeon HD 4250
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.5.2.11 (x64) is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {C3DC8ABD-BD12-4DE0-AD67-1EDCAF51667A}
    Description:    Atheros AR9285 802.11b/g/n WiFi Adapter
    IP Address:    10.19.251.120
    Subnet Mask:    255.255.0.0
    Default Gateway:    10.19.0.1
    DHCP Enabled:    Yes
    DHCP Server:    10.100.0.25
    Lease Obtained:    Tue Jan 10 12:54:00 2012
    Lease Expires:    Wed Jan 11 12:54:00 2012
    DNS Servers:    195.226.228.72
            195.226.228.74
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    SSL 3.0 Support:    Enabled
    TLS 1.0 Support:    Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-01-10 13:54:19.

    When disabling the firewall, same problem. with this diagnostic;
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    Hewlett-Packard HP Pavilion dv6 Notebook PC
    iTunes 10.5.2.11
    QuickTime 7.6.8
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 003EA7DC033727B0
    Current user is not an administrator.
    The current local date and time is 2012-01-10 14:08:55.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD M880G with ATI Mobility Radeon HD 4250
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.5.2.11 (x64) is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {C3DC8ABD-BD12-4DE0-AD67-1EDCAF51667A}
    Description:    Atheros AR9285 802.11b/g/n WiFi Adapter
    IP Address:    10.19.251.120
    Subnet Mask:    255.255.0.0
    Default Gateway:    10.19.0.1
    DHCP Enabled:    Yes
    DHCP Server:    10.100.0.25
    Lease Obtained:    Tue Jan 10 12:54:00 2012
    Lease Expires:    Wed Jan 11 12:54:00 2012
    DNS Servers:    195.226.228.72
            195.226.228.74
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    SSL 3.0 Support:    Enabled
    TLS 1.0 Support:    Enabled
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was unsuccessful.
    The network connection timed out.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-01-10 14:04:10.

  • Clients no longer able to connect

    Recently it appears most of our clients no longer are able to connect to our wireless network.
    I am assuming something changed for a certificate but not sure.
    The following is an attempt for a machine to connect. It does it's three tries then gives up.
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Adding mobile on LWAPP AP 00:07:0e:38:9c:e0(0)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Association received from mobile on AP 00:07:0e:38:9c:e0
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 0) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Applying site-specific IPv6 override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Applying IPv6 Interface Policy for station 20:68:9d:9f:0b:4f - vlan 96, interface id 8, interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Applying site-specific override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f STA - rates (4): 130 132 139 150 0 0 0 0 0 0 0 0 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f STA - rates (12): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Processing RSN IE type 48, length 20 for mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Received RSN IE with 0 PMKIDs from mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state AUTHCHECK (2)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:07:0e:38:9c:e0 vapId 1 apVapId 1
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f apfMsAssoStateInc
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f apfPemAddUser2 (apf_policy.c:222) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Idle to Associated
    *apfMsConnTask_0: Feb 24 09:24:29.455: 20:68:9d:9f:0b:4f Stopping deletion of Mobile Station: (callerId: 48)
    *apfMsConnTask_0: Feb 24 09:24:29.455: 20:68:9d:9f:0b:4f Sending Assoc Response to station on BSSID 00:07:0e:38:9c:e0 (status 0)
    *apfMsConnTask_0: Feb 24 09:24:29.455: 20:68:9d:9f:0b:4f apfProcessAssocReq (apf_80211.c:4587) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Associated to Associated
    *dot1xMsgTask: Feb 24 09:24:29.458: 20:68:9d:9f:0b:4f Station 20:68:9d:9f:0b:4f setting dot1x reauth timeout = 1800
    *dot1xMsgTask: Feb 24 09:24:29.458: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Connecting state
    *dot1xMsgTask: Feb 24 09:24:29.458: 20:68:9d:9f:0b:4f Sending EAP-Request/Identity to mobile 20:68:9d:9f:0b:4f (EAP Id 1)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.476: 20:68:9d:9f:0b:4f Received EAPOL START from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.476: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Connecting state
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.476: 20:68:9d:9f:0b:4f Sending EAP-Request/Identity to mobile 20:68:9d:9f:0b:4f (EAP Id 2)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.481: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.481: 20:68:9d:9f:0b:4f Received EAP Response packet with mismatching id (currentid=2, eapid=1) from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.485: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.485: 20:68:9d:9f:0b:4f Username entry (DOMAIN\user1) created for mobile
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f Received Identity Response (count=2) from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f EAP State update from Connecting to Authenticating for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Authenticating state
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f Entering Backend Auth Response state for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.492: 20:68:9d:9f:0b:4f Processing Access-Challenge for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.492: 20:68:9d:9f:0b:4f Entering Backend Auth Req state (id=3) for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.492: 20:68:9d:9f:0b:4f Sending EAP Request from AAA to mobile 20:68:9d:9f:0b:4f (EAP Id 3)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.496: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.497: 20:68:9d:9f:0b:4f Received EAP Response from mobile 20:68:9d:9f:0b:4f (EAP Id 3, EAP Type 25)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.497: 20:68:9d:9f:0b:4f Entering Backend Auth Response state for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.498: 20:68:9d:9f:0b:4f Processing Access-Challenge for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.498: 20:68:9d:9f:0b:4f Entering Backend Auth Req state (id=4) for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.498: 20:68:9d:9f:0b:4f Sending EAP Request from AAA to mobile 20:68:9d:9f:0b:4f (EAP Id 4)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.510: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.510: 20:68:9d:9f:0b:4f Received EAP Response from mobile 20:68:9d:9f:0b:4f (EAP Id 4, EAP Type 25)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.510: 20:68:9d:9f:0b:4f Entering Backend Auth Response state for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Processing Access-Reject for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Sending EAP-Failure to mobile 20:68:9d:9f:0b:4f (EAP Id 4)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Entering Backend Auth Failure state (id=4) for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.513: 20:68:9d:9f:0b:4f Setting quiet timer for 5 seconds for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.513: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Unknown state
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Association received from mobile on AP 00:07:0e:38:9c:e0
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Applying site-specific IPv6 override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Applying IPv6 Interface Policy for station 20:68:9d:9f:0b:4f - vlan 96, interface id 8, interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Applying site-specific override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f STA - rates (4): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f STA - rates (12): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Processing RSN IE type 48, length 20 for mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Received RSN IE with 0 PMKIDs from mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Initializing policy
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Change state to AUTHCHECK (2) last state 8021X_REQD (3)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:07:0e:38:9c:e0 vapId 1 apVapId 1
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f apfPemAddUser2 (apf_policy.c:222) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Associated to Associated
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f Stopping deletion of Mobile Station: (callerId: 48)
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f Sending Assoc Response to station on BSSID 00:07:0e:38:9c:e0 (status 0)
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f apfProcessAssocReq (apf_80211.c:4587) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Associated to Associated
    The line item that stands out is *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.481: 20:68:9d:9f:0b:4f Received EAP Response packet with mismatching id (currentid=2, eapid=1) from mobile 20:68:9d:9f:0b:4f
    But I am not seeing where the problem lies.
    Thanks

    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Processing Access-Reject for mobile 20:68:9d:9f:0b:4f
    You need to check your RADIUS server logs as WLC proces the ACCESS-REJECT coming from that. In Radius log it should say why client get rejected.
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Cannot see all folders on remote Mac, even when "Connect As" admin user

    Shouldn't an "admin user" be able to see all folders, including Desktop, Documents, etc. of other users? I'd like to be able to see all folders.
    Thanks

    itsme213 wrote:
    Shouldn't an "admin user" be able to see all folders, including Desktop, Documents, etc. of other users? I'd like to be able to see all folders.
    Thanks
    I don't think so.
    Try this.
    On your Mac, in Finder, click on the top item in Sidebar, Macintosh HD
    Now open Users
    Now click on a user that is not you.
    If your system is like mine, you will see red dots on most of the folders, meaning you do not have access to them.
    If you can't do it locally, then it's probably not possible to do it remotely.
    An administrator account does not have universal privileges.

  • No longer able to connect...tells me to 'See administrator'

    We have a wireless network set up at work using an Airport Express. Its set up using a WEP password for security. I've been able to connect to it in the past but for some reason now it won't. I'm still able to connect to it with my iphone thou. After entering the proper Network name and password (with proper caps) on the "Enter the Name of the Network" window, it tells me to "See Administrator" on the bottom left corner above the Show Networks button.
    Does anyone have any idea whats going on?

    n/m...someone changed a setting on me. working now

  • No longer able to connect to linksys on iphone4 or macbook 2.2

    I was able to connect to my parents home linksystem for years, as well as my airport express. Recently i had an internet hotspot that i connected to with my iPhone4 &amp; macbook. After using the hotspot the linksystem at home now has a "timeout error" every time i try to connect it. the iPhone &amp; macbook both see it, show full signal, but cannot connect.
    my mothers iPad connects, my fathers PC's both connect.
    I can connect to apple store wifi, any other wifi, hotspots, etc.
    I cannot for the life of me reconnect with the linksystem.
    YES, i have restarted it, yes it is on, yes i have checked my settings. it was in my keychain as a KNOWN, working, correct good wifi. no the password didn't change. I've been an apple guy since middle school, and i never had this issue that remained after a hard reset of the linksys.
    literally one week i used a hotspot and then went back to their house and suddenly nogo.
    what kind of glitch/erraneous data could be affecting my (just updated to OS Lion &amp; iOS5, still no connect) iPhone4 &amp; 2008 macbook 2.2ghz?

    excuse me, not linksystem, its a verizon FIOS wireless router &amp; modem as part of the package. i was thinking my old setup.
    new system...cant edit my posts....?

  • Not able to connect through Application user name in Discoverer Admin

    Hi,
    I created an EUL with all privileges it needed. I created a business area from that EUL and shared it to Application User name through giving access privileges (from Security and Privileges). When I am trying to login through the Application User name in Discoverer Admin it is giving the error like:
    Failed to connect to database - Unable to connect to Oracle Applcations database: invalid username/password.
    Earlier I did in another instance it worked fine but now itself I am facing the problem.
    Thanks & Regards,
    Arun Babu R.

    Hi,
    Please post the application release along with the database version and OS.
    What is the Discoverer version?
    Please see these docs.
    Connecting to an E-Business Suite EUL Using Any Discoverer Component Fails With "Authentication Failed" or "ORA-01017: invalid username/password;logon denied" [ID 364665.1]
    Discoverer 10g (10.1.2) Connections To Oracle E-Business Suite 12 Fails With 'Invalid Username/Password' [ID 443661.1]
    Discoverer 10g (10.1.2) Plus/Viewer Connection To E-Business Suite Database Fails With " invalid username/password" Error [ID 467919.1]
    Connecting to Oracle EBS 11.5.10 with Discoverer 4i/10g Fails with ORA-01017 Invalid Username/Password Error [ID 295037.1
    Discoverer Desktop/Administrator 10g (10.1.2.2) Fails To Connect With Error 'Unable to connect to Oracle Applications database: invalid username/password. ' Only Between Certain Hours [ID 757384.1]
    Connecting to Oracle EBS with Discoverer Fails with ORA-01017 Invalid Username/Password Error [ID 784358.1]
    Discoverer 4i Viewer/Plus Logon To Oracle Applications EUL Fails with "ORA-1017 Invalid Username/Password" Unless a Colon '' : '' is Entered After Username [ID 360314.1]
    Questions And Guidance For Troubleshooting Common Discoverer Desktop and Administrator Connection Issues [ID 415614.1]
    Thanks,
    Hussein

  • A user on our network has lost the ability to sync with microsoft Exchange. She updated to OS 4.3.5 on Monday, and this morning her sync stopped working, and I am no longer able to connect her to our Exchange server. Any available solutions?

    I am running Windows Server 2003, and Exchange 2003. The user has had no previous problems with connections, until her OS update.

    Same exact thing with me.  And no help from apple.  Just dropped nearly $600 and cannot get a decent working setup.
    Apple's only suggestion was to uninstall iTunes and Quicktime, and re-install... of course (the I.T. Crowd tactic).
    The crash happens only on iTunes store access.

  • Since iOS 7 update I am no longer able to connect to Opel Insignia navi cd 500 system via cable. The system is no longer recognizing my iPhone 4. Is there any solution?

    First time I connected after an update, there was a message on the phone that this accessory is no longer supported. After that there were no more messages and car's display is showing the message "no USB device connected" even though iPhone is connected to a cable. It was working fine on iOS 3, 4, 5 and 6.

    You clearly did not notice that you have joined a USER TO USER COMMUNITY FORUM
    This is NOT Apple ,Apple do not read nor do they  therefore respond
    So if you would like to wind your neck in ........................
    try a reset of iPhone and then a restore,best, as new and if it then functions correctly try restoring with your backup

Maybe you are looking for

  • One iTunes account - multiple computers

    I purchased an audio book on my new laptop, and now want to play it on my desktop. I've done this kind of thing before with my old laptop and never had problems. When I attempt to play my recently acquired audiobook on my desktop, iTunes prompts for

  • The SOLUTION to bad iDVD Photo Quality

    I have been a fairly silent member of this forum for a long time now, and have seen many supposed "solutions" with the known issue of how iDVD compresses, and ultimately destroys, image quality in DVDs. Granted, much of this compression is normal, co

  • Running a .dll in a .VI

    Hi, i have some issues running a dll in a .VI. to be more specific... I am running a main VI, and that main VI calls for a .dll when it is running labview crashes. after that y tried another way, I made the main VI a .dll then when i ran it everythin

  • After updating to iOS 7.1 calling no longer works

    After I updated to 7.1, everything works fine except for calling/my phone number. iMessage and FaceTime only work when using my email but when people call me it goes straight to voicemail and when I call people I just hear nothing. The LTE works fine

  • Inbound delivery no to GRN linking tables and fields

    hi guys, can u help me tofind out list of GRNs for a particulaar inbound delivery no. which tables and fields used for the same. my MKPF / MSEG table doesnot contain any inbound delivery no - reference, if it is configuration issue , please provide m