diff dovecot-example.conf @ 6181:18f663e23c28 HEAD

Added support for Samba's ntlm_auth helper. It's used for GSS-SPNEGO mechanism. If auth_ntlm_use_winbind=yes it's also used for NTLM mechanism. Patch by Dmitry Butskoy.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Aug 2007 21:12:51 +0300
parents 66971adb55e5
children 593d2ab4df0d
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Aug 06 20:49:06 2007 +0300
+++ b/dovecot-example.conf	Mon Aug 06 21:12:51 2007 +0300
@@ -788,9 +788,17 @@
 # default (usually /etc/krb5.keytab) if not specified.
 #auth_krb5_keytab = 
 
+# Do NTLM authentication using Samba's winbind daemon and ntlm_auth helper.
+# <doc/wiki/Authentication/Mechanisms/Winbind.txt>
+#auth_ntlm_use_winbind = no
+
+# Path for Samba's ntlm_auth helper binary.
+#auth_winbind_helper = /usr/bin/ntlm_auth
+
 auth default {
   # Space separated list of wanted authentication mechanisms:
   #   plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
+  #   gss-spnego
   # NOTE: See also disable_plaintext_auth setting.
   mechanisms = plain