]> code.delx.au - offlineimap/commitdiff
Updated with Kerberos info
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 10 Mar 2008 05:16:26 +0000 (00:16 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 10 Mar 2008 05:16:26 +0000 (00:16 -0500)
offlineimap.conf

index a5b15d1dd71ca889eaa2b8c0e92d111328bc2a13..e7b80a88c27241d15e0296ac817f4aefeec9fa1d 100644 (file)
@@ -227,7 +227,7 @@ ssl = yes
 # Specify the remote user name.
 remoteuser = username
 
-# There are four ways to specify the password for the remote IMAP
+# There are five ways to give the password for the remote IMAP
 # server:
 #
 # 1. No password at all specified in the config file. If a matching
@@ -255,6 +255,10 @@ remoteuser = username
 #
 # preauthtunnel = ssh -q imaphost '/usr/bin/imapd ./Maildir'
 #
+# 5. If you are using Kerberos and have the Python Kerberos package installed,
+# you should not specify a remotepass.  If the user has a valid
+# Kerberos TGT, OfflineIMAP will figure out the rest all by itself, and
+# fall back to password authentication if needed.
 
 ########## Advanced settings