Office prompts for windows login, when i'm trying to save edited document

Hello, i'm trying to disable webdav in office 2010.
My setup is: Apache 2.2.4 with Kerberos "mod_auth_kerb" enabled, works fine.
So fare i have this config:
.htaccess:
RewriteCond %{REQUEST_METHOD} ^(OPTIONS|PROPFIND|HEAD)$ [NC]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft\ Office\ Core\ Storage\ Infrastructure.*$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft\ Office\ Protocol\ Discovery [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft\ Office\ Existence\ Discovery [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft\-WebDAV\-MiniRedir.*$
RewriteRule .* - [R=501,L]
This config, disables the login, which came everytime i opened the document in Internet Explorer.
But when document is opened and i want to save the document, i get a windows login prompt.
This is my access log, which shows office tries to access the webserver, but anonymously.
10.0.0.123 - - [22/Jan/2014:15:21:18 +0100] "OPTIONS /files/tool/ HTTP/1.1" 401 762 "-" "Microsoft Office Protocol Discovery"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:18 +0100] "OPTIONS /files/tool/ HTTP/1.1" 501 776 "-" "Microsoft Office Protocol Discovery"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:18 +0100] "OPTIONS /files/tool/ HTTP/1.1" 501 776 "-" "Microsoft Office Protocol Discovery"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:18 +0100] "OPTIONS /files/tool/ HTTP/1.1" 501 776 "-" "Microsoft Office Protocol Discovery"
10.0.0.123 - - [22/Jan/2014:15:21:18 +0100] "HEAD /files/file.doc HTTP/1.1" 401 272 "-" "Microsoft Office Existence Discovery"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:18 +0100] "HEAD /files/file.doc HTTP/1.1" 501 447 "-" "Microsoft Office Existence Discovery"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:18 +0100] "GET /files/file.doc HTTP/1.1" 304 456 "-" "Microsoft Office Core Storage Infrastructure/1.0"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:18 +0100] "PROPFIND /files/file.doc HTTP/1.1" 501 807 "-" "Microsoft Office Core Storage Infrastructure/1.0"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS /files/ HTTP/1.1" 401 762 "-" "Microsoft Office Protocol Discovery"
10.0.0.123 - [email protected] [22/Jan/2014:15:21:24 +0100] "OPTIONS /files/ HTTP/1.1" 501 771 "-" "Microsoft Office Protocol Discovery"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 762 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
10.0.0.123 - - [22/Jan/2014:15:21:24 +0100] "OPTIONS / HTTP/1.1" 401 761 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
I have tried this "fix it tool": http://support.microsoft.com/kb/2123563
What am i missing?
And why is office talking to the server anonymously ?
Jakob Olsen

Hello,
in addition to my question here: http://social.technet.microsoft.com/Forums/office/en-US/eb068660-5ded-411e-bfc1-6f18ba7bc585/office-prompts-for-windows-login-when-im-trying-to-save-edited-document?forum=officeitproprevious
Can someone tell my, how does the Microsoft Office Single Sign on work ?
From what i understand, ms office opens the document (when through IE) and tries to create a webdav connection.
I have tried to disable the webdav on apache.
But the entire webserver is mod_auth_kerb "protected".
And in the access-log, i can see this:
IP, DATETIME, [email protected] document....
But also: IP, DATETIME - document <--- None authenticated user... Why does microsoft not use the current user?
I have tried to ssl enable the website, which i read in this thread: http://support.microsoft.com/kb/2123563
But Microsoft Office stills act as anonymous user.
Jakob Olsen

Similar Messages

  • Windows Azure Platform Support: "Prompted for "Windows Activation" when logging onto a Windows Azure Role Instance using RDP"

    Symptom
    When a user interactively logs (using RDP client) on to a Windows Azure Role Instance running Windows Azure Guest OS 1.11, they see a “Windows Activation” dialog box.
    Action
    The user can ignore this dialog box by simply clicking either “Cancel” or “Activate Later” button on the “Windows Activation” dialog box. This pop-up window is just an UI issue in Guest OS 1.11 and no OS functionality
    issue. All Role instances running any version of Windows Azure Guest OS has valid volume licensing key and are already activated. There is no need to provide any activation key to validate the OS. 
    Please don’t try to activate Windows Azure Guest OS using your Windows Server OS Key, this will cause unexpected downtime and will require a reboot. Activating Windows Azure Guest OS is not a supported scenario.
    Workaround
    Use the next available OS or any previous version of OS (e.g., 1.10) to work around this issue.
    Other forum references:
    RDP on Webrole with newest guestOS: why is it asking for windows activation
    Windows Azure Platform Support - If you found this post useful, let us know by clicking "Vote as Helpful". - #wapsupport

    this is still an issue and the work around did not work

  • MS Office documents locking itself when user is trying to save it on a network drive.

    As the subject states I am having a issue with a user that when he is trying to save a document it is stating that the file is in use by another user.... for every single document he tries to save to.
    I made a test account and assigned it to the same domain group and it does the same thing but the user said this didn't start happening until a few days ago and nobody changed the groups NTFS permissions for this folder.
    I checked the file server for file locks and it is stating that he is the one locking it with read/write permissions.
    He can save to other documents fine that is non MS Office related, and if he opens the file going through the MS Office program instead of opening it from the windows explorer viewer it saves fine.
    Now I looked at his NTFS permissions since another department at my job seems to think this is NTFS related but he has read/write/modify access but does not have access to delete.
    When I give him the access to be able to delete in this folder everything works fine but I don't feel the risk is justifiable to give him access to delete files just so he can save MS Office documents when he should be able to save to begin with.
    I tried looking on the internet for a couple hours and couldn't find anything that quite fit this situation.
    Any help would be appreciated.

    Hi Jonathan,
    You would need to user Adobe creative cloud packager which creates an installation package and deploy to users machines. i assume, you are installing Adobe creative cloud desktop app from a network drive which is not recommended.
    Creative cloud packager workflow: http://helpx.adobe.com/creative-cloud/packager.html?t2
    Thanks,
    Ashish

  • Word 2011 for Mac interface flashes like crazy when trying to save a document

    The interface in Word for Mac 2011 flashes like a strobe light and is barely responsive when I'm trying to save a document. Is there a solution to this problem? I'm sorry I paid $219 for Office for my new Air.  Thanks for any help or suggestions you
    can give me.

    Since you are using MacWord, you may want to repost in the MacWord forum in the Microsoft Community:
    http://answers.microsoft.com/en-us/mac/forum/macword?sort=lastreplydate&dir=desc&tab=Threads
    Stefan Blom, Microsoft Word MVP

  • After automatic software update- being prompted for Darwin login - HELP!

    I'm now locked out of the Powerbook G4. Purchased this system back in 2004 - haven't even used it since then as we didn't know how to hook it up to the internet. Recently powered it up and got it hooked into the network (although wireless not working). Noticed that all software and virus stuff was way, way out of date - so did that automatic software update. Once everything was downloaded - it asked to reboot the system. When system reboot, it's now sitting at the Darwin/BSD prompt - asking for a login: - when I try the login that we setup for the computer, it just spits back incorrect login. Tried Administator as well - no LUCK!
    Any suggestions??

    Hi, and a Warm Welcome to Apple Discussions and the Power Mac G5 Forum.
    This may be of interest
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh655.html

  • Just set up iTunes for windows but when I try to sync my iPhone to this it says I have another iTunes library on my power book. It than asks if I want to erase this iPhone and sync with this iTunes library. I used the same  library on the windows is blank

    Just set up iTunes for windows but when I try to sync my iPhone to it this is what it says, I have another iTunes library on my power book. It than asks if I want to erase this iPhone and sync with this iTunes library. I used the same password on this windows pc system same log on etc..I don't have anything loaded on it. All I want is for the info that's on the power book in iTunes and my iPhone to snyc/update etc on the windows pc.  How do I do this? My power book is dead to the world. 

    Read here.
    https://discussions.apple.com/message/18565125#18565125

  • I trying to download Elements 12 and Premier it has the prompts for windows but I am on a mac with Maverick system do I need to download something else first and how?

    In trying to download both photoshop Elements 12 and elements Premier which I just purchased it only gives prompts for Windows I am on a mac with a Maverick system. Do I need to download something else first and how, and do I download it only once or for each program? Thanks for any advice.. really techno-nerd

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I'm getting this error message: "User not registered for online use" when i'm trying to download music/ track names from a CD into ITunes on my Windows 8 PC.  I'm registered and my itunes account/ appleID are all correct and working.

    I'm getting this error message: "User not registered for online use" when i'm trying to download music/ track names from a CD into ITunes on my Windows 8 PC.  I'm registered and my itunes account/ appleID are all correct and working.

    The ""not recognized for on-line use". error is associated with the Gracenote service that iTunes uses to look up and retrieve metadata for CDs.  Some users have reported that this error occurs when trying to import from CD, subsequent to upgrading to version 12.  A number of slightly different solutions have been reported (though all of a similar nature).
    Try walking through the following steps - before starting you may have to enable hidden files and folders to be viewed - in Windows 7 / Windows Explorer select Organize > Folder and search options, then on the View tab make sure that Show hidden files, folders and drives is selected.  Without this you won't see the AppData folder in C:\Users\username\
    Exit iTunes
    In Windows Explorer, go to the folder C:\Users\username\AppData\Roaming\Apple Computer\iTunes
    Delete the following files:
    CD Info.cidb
    com.apple.iTunes.Gracenote.plist
    Restart iTunes
    Insert a CD and see if details are now correctly retrieved from Gracenote
    If this doesn't work:
    In iTunes, select Edit > Preferences and make a note (or take a screenshot) of your preferences settings in all relevant tabs
    Exit iTunes
    In Windows Explorer, go to the folder C:\Users\username\AppData\Roaming\Apple Computer\iTunes
    Delete the following file:iTunesPrefs.xml
    Restart iTunes
    Insert a CD and see if details are now correctly retrieved from Gracenote
    If this second procedure does work, you'll need to restore other iTunes preferences settings to those that you noted in step 1.
    If this one didn't work:
    Exit iTunes
    Check the following folders:
    C:\Users\username\AppData\Local\Apple Computer\iTunes
    C:\Users\username\AppData\LocalLow\Apple Computer\iTunes
    Delete any copies of the following files:
    CD Info.cidb
    com.apple.iTunes.Gracenote.plist
    iTunesPrefs.xml
    Restart iTunes
    Insert a CD and see if details are now correctly retrieved from Gracenote
    Again, if this procedure does work, you'll need to restore other iTunes preferences settings to those that you noted in step 1 of the second procedure. If you're still not able to retrieve CD info:
    Exit iTunes
    In Windows, select Start > Control Panel > Programs and Features.  Find the entry for iTunes, right-click and select Repair.
    When this process has finished, restart iTunes
    Insert a CD and see if details are now correctly retrieved from Gracenote
    If none of these have worked (and almost everything I've seen suggests you should be OK by this point), you may have an issue with the installation and configuration of iTunes itself.  If you have got this far, see turingtest2's notes on Troubleshooting issues with iTunes for Windows updates for advice on how to remove and replace of all components of iTunes.

  • Safari for Windows crashes when trying to interact with bookmarks

    Hello, I've installed Safari for Windows but when trying to interact with bookmarks, it crashes everytime.
    Trying to view, create or import bookmarks all wield the same result: instant crash.
    Can someone help ?
    Thanks!

    Just to try, I copied the en.lproj to es.lproj in every subfolder on Program Files/Safari, this because I have a Spanish (Mexico) regional setting, and after a Safari restart, bookmarks now works and even imported my info from IE and Firefox. This also worked me for other issues. More details in:
    http://discussions.apple.com/thread.jspa?threadID=993697&tstart=0

  • MII prompts for a login for every execution of a workbench object

    Hi,
    Is there a setting in MII 12.1.9 Build(108) somewhere, by which I can make the system not to prompt for a login for every execution of a Web object in the workbench?
    I have all of the following checked in the System Configuration page -
    1. NetweaverDataSourceCaching
    2. ResolveMachineName
    3. RunTransactionExpirationCheck
    4. TransactionCaching
    5. UsageStatisticsMonitoring
    6. WSDLGenSecurityEnabled
    Regards,
    Chanti.

    Hi Chanti,
    Check out this note: 1538719
    And
    "Additionally the customer needs to review the security and upgrade documents which can be found on SMP under Software Downloads (top menu) -> Installation and Upgrades (lh menu) -> Installation and Upgrade Guides (lh menu) -> SAP Business Suite Applications (lh menu) -> SAP Manufacturing -> SAP Manufacturing Integration and Intelligence (lh menu) -> SAM MII 12.1 (lh menu).  Both of these documents were upgraded specifically for SP08 and the security changes."
    The background is that there were significant changes made to the underlying NW package and corresponding changes in MII starting with 12.1.8 which are what is causing the difficulties you experience.
    Regards,
    Mike

  • On Itunes for Windows 7, when I click the check mark box, the song is quickly deleted and sent to the recycle box. How do I go back to when I click on the check mark box, the checkmark is either turned on or off?

    On Itunes for Windows 7, when I click the check mark box, the song is quickly deleted and sent to the recycle box. How do I go back to when I click on the check mark box, the checkmark is either turned on or off?

    Thanks for replying, but I tried that earlier and had that did not work. After your reply I did it again, shutdown itunes and rebooted system. I thought since it didn't do that earlier that might work but same results it deleted file from Itunes but no second questions to move to recycle bin.

  • How do I set the default window size when I open a Numbers 3.0 document

    How do I set the default window size when I open a Numbers 3.0 document?
    When I open an existing document it always open too small, I resize it but next time I open it it's small again! Please help! I used to be able to resize them then they stayed that size until I resized it no matter how many times I opened and closed it before upgrading to 3.0!!!!

    This document can help you set the print settings for any type of printing. Not just for photos as the title suggests. You should not have to keep setting it every time.
    Printer settings
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • My external hard drive does not show when I am trying to open a document in Office Org??

    My external hard drive does not show when I am trying to open a document in Office Org?? When looking in the about IMAC system support it shows as being connected. Any ideas??

    Does the drive show up under 'Devices' in Finder?

  • I created a magazine using a IDD template including bleeds. When I exported to make a PDF, it cut off part of the document when uploading for printing. When I incude bleeds, it makes the document too big for printing. I need help :)

    I created a magazine using a template including bleeds. When I exported to make a PDF, it cut off part of the document when uploading for printing. When I incude bleeds, it makes the document too big for printing. I need help

    eehenry wrote:
    It is a problem with a secondary provider, "mag cloud" .
    Right, so to advise you we'd need to know the particulars of MagCloud's spec for your project; format, trim size, bleed, etc.
    It's doubtful that anything happened "when uploading for printing," so long as you were uploading a PDF, as opposed to the native InDesign file. Did the PDF look right to you before uploading?

  • I need the drivers for earl 2011 macbook pro 13 inch i7 4 gigs for windows 7 64 bits i tried downloading with bootcamp butt it never completes allways ends up with an error please help

    i need the drivers for earl 2011 macbook pro 13 inch i7 4 gigs for windows 7 64 bits i tried downloading with bootcamp butt it never completes allways ends up with an error please help if any one has the drivers or knows were i can download them

    Doug...
    If you don't have it for reference, the manual might come in handy > US/Boot_Camp_Install-Setup.pdf
    After it loads, Command + F to find information regarding the drivers.

Maybe you are looking for

  • How to open more than 1 file at a time in PSE12?

    How do you set PSE12 to open more than 1 file (jpg) at a time? I've seen this question come up many times but no one seems to get the problem resolved. I've tried all the suggestions. Any assistance appreciated. I had this program installed and worki

  • Complete loss of tab order in form

    I received a MS Word document (2003) that I opened in my MS Word 2010 and saved as a .pdf document.  I then opened the .pdf file in Acrobat Pro v 9.4.7 and used the Forms tools to create a fillable form.  My tab order shows exactly as I want it to pe

  • How to get actio type in HR MODULE (Fired) from PA40

    Hello Experts i am trying to implement the user exit  EXIT_SAPMP50A_001 when the KEY USER try to make and FIRED so and i need to have the action type for make and evaluation but i can´t get it.. i have already implemented the EXIT_SAPLRPAI_001 but th

  • Development Request - Edit UDFs on partially shipped MD lines

    A client has built functionality around Line Item User Defined fields on Marketing Document Lines.  They enter values in UDFs on Sales Orders and Purchase Orders to notify customers and factories with information about the lines on remining open quan

  • Logic crashes when saving on Mavericks

    Heeelppppp Logic pro 9 version 9.1.8. crashes during save as on Mavericks Dump follows Process:         Logic Pro [60303] Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro Identifier:      com.apple.logic.pro Version:         9.1.