The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Syncing (http://forums.omnigroup.com/forumdisplay.php?f=50)
-   -   Throw us a sync'ing bone (http://forums.omnigroup.com/showthread.php?t=8504)

kidtreo 2008-07-17 12:54 PM

[QUOTE=Ken Case;40163]
We're also investigating how we might be able to provide direct Wi-Fi sync between iPhone and Mac over the air without involving a separate server. Hopefully we'll be able to provide that in a free update within the next few months.[/QUOTE]

Freaking Yay!!! Hope it's before my 2 months .me trial ends. (Rather 57 days and counting actually) :)

Thanks Ken!

jonesmat 2009-02-16 03:03 PM

sync w/ digest authentication
 
[QUOTE=lhotka;40179]How did you get it working with Digest? Mine fails completely unless it's set to basic.[/QUOTE]


Hi all,

I just got 3-way syncing (ie., desktop webdav server, laptop & iPhone) to work using Digest authentication.

Now i can get on with my highly 'focused' (not) life.

If anyone's still interested, the critical things that made it work are given below.

Cheers,

Matt



1) Set up apache and webdav (OS X 10.4) according to Manas Tungare's awesome instructions here (including the 10.4-specific instruction in the Comments section below the main article):
[url]http://manas.tungare.name/blog/howto-setup-webdav-on-mac-os-x-leopard-for-syncing-omnifocus-to-iphone/[/url]

2) In /etc/httpd/httpd-dav.conf, I have the authentication block set up like this:

AuthType Digest
AuthName WebDAV-DigestRealm
AuthUserFile "/usr/webdav.digest.passwd"

3) IMPORTANT:
I have the <LimitExcept> field set up like this:

<LimitExcept GET PUT OPTIONS MOVE PROPFIND>
require user USERNAME
</LimitExcept>

It *didn't* work until I added PUT (and Basic didn't work for me without PROPFIND)

4) i set up the password file to match the above, using:
sudo htdigest -c /usr/webdav.digest.passwd "WebDAV-DigestRealm" USERNAME


5) I also had to specify the ServerName in /etc/httpd/httpd.conf:
ServerName my.server.edu


6) Finally, it helped to clear the old Basic authentication info on each device, e.g., by deleting the entry from Keychain, or Unregistering in OF Sync prefs.

whpalmer4 2009-02-16 07:22 PM

Hey, thanks for sussing that out and sharing the details!


All times are GMT -8. The time now is 09:28 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.