dovecot-2.2: auth: Fix to previous change.

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 19 11:25:26 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/670e8d50ce73
changeset: 15846:670e8d50ce73
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 19 11:25:21 2013 +0200
description:
auth: Fix to previous change.

diffstat:

 src/auth/userdb-passwd-file.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0fc8856e24aa -r 670e8d50ce73 src/auth/userdb-passwd-file.c
--- a/src/auth/userdb-passwd-file.c	Tue Feb 19 11:22:57 2013 +0200
+++ b/src/auth/userdb-passwd-file.c	Tue Feb 19 11:25:21 2013 +0200
@@ -99,7 +99,7 @@
 	ctx->ctx.auth_request = auth_request;
 	ctx->ctx.callback = callback;
 	ctx->ctx.context = context;
-	ctx->skip_passdb_entries = module->pwf->userdb_warn_missing;
+	ctx->skip_passdb_entries = !module->pwf->userdb_warn_missing;
 	if (module->pwf->default_file == NULL) {
 		i_error("passwd-file: User iteration isn't currently supported "
 			"with %%variable paths");


More information about the dovecot-cvs mailing list