Safari 5.0.3 on Windows XP Kerberos SSO does not work

Our web application runs on JBoss Server 5 supports Kerberos v5 SSO. We have tested it against Firefox, IE, and Google Chrome, and they all works well.
But Safari 5.0.3 does not work.
Our application sends "WWW-Authenticate: Negotiate" to Safari. Safari always pops up a dialog for name and password. After I typed the name and password, and click Login, Safari send NTLM message (NTLMSSP_NEGOTIATE) to the web application, and login failed.
Someone described that Safari supports Kerberos authentication without any additional configuration.
I do not know what goes wrong with my environment and how to solve this issue. Your help is appreciated.
My Safari 5.0.3 runs on Windows XP Professional Service Pack 3.
Thanks
Guofeng

I'm having the same issue. Have you been able to resolve it?

Similar Messages

  • Windows Vista and iTunes does not work

    First Time sorry for my bad English, I'm from Germany and my English is not the best.
    I have the new Windows Vista but iTunes does not work good.
    And I have to use it, to manage my music on my iPod.
    When there will be a Vista compatibles Version of iTunes??
    And when will come an 64-Bit Version?
    Thanks for Help,
    Karsten

    iTunes running under VISTA does not recognize media burned by iTunes Backup (v7.0.2) from a non-Vista machine.
    The original machine recognizes the media just fine, but the new VISTA machine does not recognize the dvd at all.
    Anyone else having a problem with VISTA recognizing burnt media?

  • I downloaded Elements 13 to my PC, but my PC has windows Vista and it does not work.  How can I download it to my laptop that has Windows 8?

    I downloaded Elements 13 to my PC, but my PC has windows Vista and it does not work.  How can I download it to my laptop that has Windows 8?

    You can get it at this link and validate with your 24 digit serial number - click here for PSE downloads

  • Window 10 build 10041 does not work with Intel 82579V Gigabit Ethernet on ASUS motherboard

          
    I originally posted this question here:
    answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_update/window-10-build-10041-does-not-work-with-intel/6729892f-83aa-4822-b20a-ea84f4fd06c7
    and was asked to post it on this forum...
    I updated a computer I have which is a quad core i7 that I built and includes an ASUS motherboard with Intel 82579V Gigabit Ethernet built in. Windows 10 preview 9926 worked fine with this network adapter. Window 10 build 10041 does not, and I have tried
    it twice so far. I even went as far as buying a Thunderbolt-Gigabit Ethernet Adapter (Broadcom, sold by Apple)... and while it installed the driver automatically, it did not work either. Each time you try to view the properties of either of them, it locks
    up or give an error. In fact, doing much of anything with the Intel adapter icon assures you of not being able to do a clean reboot... have to kill power.  I have finally gone back the previous version 9926, which has its issues but no where near as bad
    as not having any network connectivity!  Does anyone have this issue and a workaround? 
    Note, there are two images on the windows 10 preview forum that I posted this question on. I could not post the full link as I was getting a message here that links and graphics are not allowed.

    Thanks Roger, I posted the following yesterday in the other thread (thinking it was this thread - confusing after they moved it here)... It may be that the new driver fixes the issue that 10041 has with it, but I have not tried that yet. If I do I will update
    this... Thanks!
    I have more information about this, which basically exonerates any issue with the Intel 82579V Gigabit Ethernet hardware or software. I have 3 computers with Windows 10 preview so I have multiple angles to see issues from. With this I have found a culprit
    (but I suspect not just the only culprit) in this above mentioned problem...
    10041 build combined with installing (or attempting to install) CISCO VPN Windows 7 64bit 5.0.07.0440-k9 client causes the issue mentioned above. I confirmed this on a completely different machine with a totally different Ethernet adapter. First machine
    is an ASUS motherboard in a tower system I built, with the Intel 82579V Gigabit Ethernet hardware built in. Second machine is a Gateway Laptop from 2008 which has a Marvell Yukon 88E8057 PCI-E Gigabit adapter built in. Build 10041 will work fine with my 2008
    laptop, including the MS VPN client (which I have tested). However, if you attempt to install or even uninstall the Cisco client you will have to do a recovery to a restore point (as I have done twice) in order to get your network working again. Installing
    or attempting to install (because it never even does install properly and times out), CISCO VPN client will render your entire network unusable. Going back to a restore point saved me and I am still running 10041 but I can't use CISCO VPN client any longer.
    I could with build 9926, including on all 3 machines. I now have 9926 on two machines and 10041 on only the 2008 laptop. 
    Hopefully this above information helps someone resolve the issue. I will also mention, even though my network is working on the 2008 laptop, I still can't go into the Control Panel\Network and Internet\Network Connections and right mouse click on the Marvell
    Yukon 88E8057 PCI-E Gigabit adapter icon. I get an error when clicking on Properties menu popup : "An unexpected error has occurred". So something is still up with my network adapter driver or windows software, but it could be a side effect of all
    that has happened with the Cisco software install attempts under 10041.
    Another note: CISCO Anyconnect also has the issue.

  • Since upgrade to Windows 8.1, ICloud does not work

    Since upgrade to Windows 8.1, ICloud does not work.  I could click on buttons for Reminders, Notes, etc. and would take me into ICloud to share with other devices. No longer functions.

    Hi:
    I can't help you with why your PC won't upgrade to W8.1, but I can tell you that if you manage to get W8.1 to install, you won't be able to get the graphics to work anymore.
    There is no W8.1 driver for the graphics setup in your PC.
    So maybe it is a good thing that you can't get it to work. 

  • Creative cloud installed on the desktop, but when I start the window is white and does not work

    can someone help me?

    Thank god be with
    2014-08-25 15:14 GMT-03:00 Sheena Kaul <[email protected]>:
        Creative cloud installed on the desktop, but when I start the window
    is white and does not work  created by Sheena Kaul
    <https://forums.adobe.com/people/Sheena+Kaul> in Adobe Creative Cloud - View
    the full discussion <https://forums.adobe.com/message/6672088#6672088>

  • JDK 1.6_07 with Windows: System.out.flush() does not work...

    I wonder if this is a known issue: Since I upgrade the jdk1.6 version to the _07 pack, text IO does not work anymore with WinXP cmd.exe window. Assuming a static import of System.out, I use:
    static void prompt()
      out.print(pr); //pr is a prompt string...
      out.flush();
    }works as usual with Unix/Linux, but with windows nothing will be written to the terminal, until I make at least one input. In that case a barrage of cached prompts appear all at once.
    Do we have a bug for it, can we work around somehow?
    Thomas

    Since this code works correctly in Java 6u10 on Windows XP
    System.out.print("This is the data");
    System.out.flush();You are apparently doing something unusual or wrong. What is "out"?
    Show a small sample program that compiles and exhibits the problem when executed.

  • Windows 10 FILE EXPLORER does not work

    HP ENVY 27-km300s My Pc rans under WIN 8.1 64bits. 1)The Pc download all the Windows 10 and install it all.2)Afert he restart it seems all working properly instead of the file explorer that it does not work at all.If I click over the item, the display does a little move and nothing happends.3)All the other programs installed works fine, and the hardware its ok. Please ,could you help me about this problem. Thanks in advance.  

    Hello , Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More. I understand that your desktop computer is not showing any of the contents of the folders using the File Explorer in Windows 10. I would be happy to assist you in this matter! Does an error message appear when you click on the folders or files? Are you logged in to an administrator account, or a general user on the computer?  Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers!

  • FireFox 4 Windows 7: Edit/Find does not work. Find Bard does not display.

    Edit/Find or Ctrl-F does not work. The "find bar" is not displayed.

    It is possible that the screen is too wide or too high and that the scroll bars and Find bar fall off.<br />
    Open the system menu via Alt+Space and see if you can resize that window.<br />
    If that works then close Firefox to save that setting.
    See also:
    * http://kb.mozillazine.org/Resizing_oversize_window
    See also:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Connect is not working on Hyper-V Manager on Windows 8.1 ( vmconnect does not work )

    Hi all,
    I have been running Windows 8.1 and in Hyper-V Manager, i can see 2 VM ( 1 Linux-Ubuntu , 1 Win 7 ) for couple of months.
    Few days ago as usual i wanted to connect one of them while they were running but it did not work. I tried actions below already:
    - Checked the event logs and they were saying vmconnect is crashing
    Faulting application name: VmConnect.exe, version: 6.3.9600.16384, time stamp: 0x5215cae5
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.17415, time stamp: 0x54505737
    Exception code: 0xe0434352
    Fault offset: 0x0000000000008b9c
    Faulting process id: 0x6c0
    Faulting application start time: 0x01d02e59f75297d7
    Faulting application path: C:\WINDOWS\system32\VmConnect.exe
    Faulting module path: C:\WINDOWS\system32\KERNELBASE.dll
    Report Id: 351cf3fd-9a4d-11e4-beaf-7446a0bad879
    Faulting package full name:
    Faulting package-relative application ID:
    =================================
    Application: VmConnect.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.ArgumentException
    Stack:
       at Microsoft.Virtualization.Client.Interop.IMsRdpClientNonScriptable3.set_NegotiateSecurityLayer(Boolean)
       at Microsoft.Virtualization.Client.InteractiveSession.RdpViewerControl.SetSecureModeOn()
       at Microsoft.Virtualization.Client.InteractiveSession.RdpViewerControl.CreateRdpClient(Boolean)
       at Microsoft.Virtualization.Client.InteractiveSession.RdpViewerControl..ctor(Microsoft.Virtualization.Client.InteractiveSession.RdpConnectionInfo)
       at Microsoft.Virtualization.Client.InteractiveSession.InteractiveSessionForm..ctor(Microsoft.Virtualization.Client.InteractiveSession.RdpConnectionInfo)
       at Microsoft.Virtualization.Client.InteractiveSession.VmisApplicationContext.TryParseCommandLine(System.String[])
       at Microsoft.Virtualization.Client.InteractiveSession.Program.Main(System.String[])
    =================================
    - Stop antivirus Avira, remove Hyper-V, restart add Hyper-V again, restart
    - reboot, shutdown computer
    - add new VM, delete existing one
    -add/delete/modify virtual swtich and add/delete/modify virtual switch accordingly the connected VM
    - restart Hyper-V Management services from services.msc
    I dont know what is going on... When i open Hyper-V Manager i can start/stop VMs and i can see from preview that they are running.

    Hi all,
    A
    After few months, problem occurred again and i could not install the windows from the scratch over and over again.
    I started searching problem online and eventually i found the FIX.
    Looks like Registry Entries are getting screwed up somehow.
    My "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProvider" was looking exactly as below:
    ", schannel.dll"
    And i made it as below:
    "msapsspc.dll,
    schannel.dll, digest.dll, msnsspc.dll, credssp.dll"
    The solution for the other person in the link ( cannot share link since site does not allow me to ) as a source was only missing "credssp.dll" whereas i was missing everything except "schannel.dll". Strange...
    ============================
    Adding credssp.dll to the list of SecurityProviders in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
    fixed it for me. 
    My full registry entry now reads "msapsspc.dll,
    schannel.dll, digest.dll, msnsspc.dll, credssp.dll"
    ============================

  • ITunes download using Firefox on Windows 7 64-bit does not work

    I just got set up on a new Windows 7 machine (64-bit) at work.  I was trying to download the iTunes exe file to my machine and was initially using Firefox as my browser.  After multiple attempts to save the file were unsuccessful, I decided to try a different browser.
    I popped over to Chrome and it downloaded with no problem.  I thought I would share in case anyone else runs into the same issue.

    This has worked for some of us but not all. Go to control panel and uninstall itunes and icloud, restart pc, go to apple site and download itunes and icloud. Good luck.

  • Hyper V in Windows 8.1 Enterprise does not work.

    Hi All,
    I am using Windows 8.1 Enterprise edition (Product is activated). I installed the Hyper V feature and when i open the Hyper V manager i don't see my system there. When i click on connect to server and click Local computer i get a cross mark my computer name.
    With the below screen shot.
    I checked and Virtualisation feature was enabled in my bios. Also added my account to the Hyper V Administrator Local security group. When i went to the services.msc and when i try to start the services(All hyper V) it does not start. I get the below errors.
    Below is the screenshot of the Error.
    I installed a Windows server 2012 R2 in the same desktop and in that O/S Hyper V works Fine. I have issues only with the Windows 8.1 Edition.
    Can anyone please help.
    Gautam.75801

    Hi,
    The log files would be expected to be under applications and services logs/Microsoft/Windows
    if Hyper-V has been turned on.
    Besides, there is another way to fix corrupt files in Windows 8.1. Take a try with the DISM command tool:
    Fixing component store corruption in Windows 8 and Windows Server 2012
    Please type the command below in CMD:
    DISM /Online /Cleanup-Image /RestoreHealth
    Then please re-enable Hyper-V feature and then check if issue could be fixed.
    Reference:
    Step-By-Step: Enabling Hyper-V for use on Windows 8.1
    Best regards
    Michael Shao
    TechNet Community Support

  • Mountain Lion Kerberos GSSAPIDelegateCredentials does not work against Solaris Machine

    Hi,
    After upgrade my systems to Mountain Lion the ssh option GSSAPIDelegateCredentials fails when tries to login in a Solaris 10 machine. The ssh client close the connection after the message "Delegate credentials" when runs in a verbose mode. The server side says "child closed the communication pipe before user auth finished"
    Using only the option GSSAPIAuthentication it works, but I need the credentials delegated because in the Solaris server I need that credentials to be able to mount the network home disk (security reasons).
    Using the same configuration in a Lion client, this option works well (like in Snow Leopard and Leopar, but that OS uses MIT distribution instead Heimdal).
    If the server is a Linux box, instead Solaris, and using MIT Kerberos distribution, the GSSAPIDelegateCredentials works too.
    Any idea about how to fix this Bug? Or I have to wait to the next patch release?
    Thanks in advance
    H.

    Boot into Recovery (command-R at startup), launch Disk Utility, select the startup volume, and run Repair Disk (not Repair Permissions.) If any problems are found, repeat. Then reboot as usual.

  • Boot camp 3.2 windows xp keyboard wire does not work key volume and brightness, etc.

    I bought today a new apple keyboard with wire.
    The old keyboard had a broken button, but the control keys f1-f12 all worked with both os mac or os both windows.
    Now I change the keyboard, but I do not work anymore keys f1-f12 under Windows XP, but they work under Snow Leopard.
    I updated bootcamp in XP until version 3.2, but the problem remained.
    What can I do?
    best regards

    Adding to the above: I also tried plugging in an Microsoft USB keyboard at the point when Windows freezes at the Windows log-in screen. The keyboard is not recognized and the only way I can leave this screen is to power-off the computer.

  • Harddisk not found by Windows-XP-Setup + RnR does not work at all !?!

    Hi all,
    I wanted to recover a my system (R61, 8943-DKG) using RnR from the Windows XP-platform. It took more than 24 hours and "finished" with a reboot saying "windows could not be startet, as the following file is missing or has been damaged: \windows\system32\c_1252.nls. You may try to repair the file by starting the Windows setup from the  original CD. Use the "R"-Option to start the setup-repairing" (this is my translation of the german message I got, the exact english wording thus might be different).
    Two problems occur and leave me with no options/ideas at the moment:
    1) Starting the "R"-Option or the "install new"-option of a windows setup from an XP-CD (from another machine, the ThinkPad came without any CDs/DVDs), gives me the message "no harddisk could be found". In the BIOS the harddisk is found an the hardware check passed.
    2) Pushing the blue Thinkvantagebutton while booting starts the Rescue and Recovery software, but after "configuring your system" the laptops reboots, so no chance to start RnR !?!
    My questions to the honoured community:
    a) Is there any chance to make the harddisk "visible" for the XP-Setupprogram?
    b) Do you have another idea how to start the RnR-software in order to at least reinstall windows-XP freshly from the harddisk?
    Thanks in advance for any help!
    JoerchS.

    Hi JoerchS,
    1. You need to go into BIOS and set 'SATA AHCI' mode to 'Compatibility' under hard disk drive option for your HDD to be seen by Win XP CD.
    2. Sounds like the partition has become corrupt. To recover you system again, recovery discs are needed. If you have not created recovery discs in advance [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-70804] then you will have to obtain them from lenovo usually for a fee.
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

Maybe you are looking for

  • Please help me to avoid this Exception.

    I have a JTextField which will accept only non-negative integer. To get the Document roll_doc for the constructor of JTextField I have a class maxLengthText which will make sure that the JTextfield accepts only non-negative integer. I have a problem

  • Connecting Macbook to AVR reciever

    Im trying to connect my 2009 Macbook to my Harman Kardon AVR 1650 through an HDMI cable so I can watch video on my TV. The reciver is obviously  connected to the HD TV. When I plug in the cord to HDMI 3 and select the correct input (HDMI 3), my compu

  • My contacts do not seem to be working correctly since upgrading to Maverick

    I can't even add contacts.  I add them and they aren't there.  My cloud with my iphone is working fine.  Just contacts on my macbook pro?

  • Lightbox Gallery Buttons

    I know i'm not the designer girl type, but i'm really trying my best with a website i'm needing. Using the Lightbox gallery, i saw a boring problem that i cant fix.... The Next, Previous, close and loading buttons arent appearing I try to verify the

  • Photoshop 7.0 install error

    Im trying to patch it with 7.0.3 patch and it wouldnt work so i looked for help and I found that I had to re-install it, and I do so but at %50 i get a -115 error and then the installation quits. Please help, Thanks.