diff dovecot-example.conf @ 8095:1f948670f274 HEAD

Renamed auth_ntlm_use_winbind to auth_use_winbind, which also determines if GSS-SPNEGO is handled by GSSAPI or winbind.
author Timo Sirainen <tss@iki.fi>
date Wed, 13 Aug 2008 16:43:29 -0400
parents 9ca5e8f66d10
children 827c3a3a1627
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Aug 13 16:22:53 2008 -0400
+++ b/dovecot-example.conf	Wed Aug 13 16:43:29 2008 -0400
@@ -786,9 +786,9 @@
 # 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
+# Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon and
+# ntlm_auth helper. <doc/wiki/Authentication/Mechanisms/Winbind.txt>
+#auth_use_winbind = no
 
 # Path for Samba's ntlm_auth helper binary.
 #auth_winbind_helper_path = /usr/bin/ntlm_auth