dovecot-2.0-sslstream: auth: passdb { pass and master } settings...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:57:39 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/9c80cc65def8
changeset: 10577:9c80cc65def8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 25 00:25:07 2010 +0200
description:
auth: passdb { pass and master } settings weren't working.

diffstat:

1 file changed, 2 insertions(+)
src/auth/auth-settings.c |    2 ++

diffs (12 lines):

diff -r f8ab17253dff -r 9c80cc65def8 src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Mon Jan 25 00:21:47 2010 +0200
+++ b/src/auth/auth-settings.c	Mon Jan 25 00:25:07 2010 +0200
@@ -100,6 +100,8 @@ static const struct setting_define auth_
 	DEF(SET_STR, driver),
 	DEF(SET_STR, args),
 	DEF(SET_BOOL, deny),
+	DEF(SET_BOOL, pass),
+	DEF(SET_BOOL, master),
 
 	SETTING_DEFINE_LIST_END
 };


More information about the dovecot-cvs mailing list