dovecot-1.1: bsdauth: Use PLAIN as default_pass_scheme.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 12 23:20:16 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/b521d13ea89e
changeset: 8360:b521d13ea89e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 16:20:11 2009 -0400
description:
bsdauth: Use PLAIN as default_pass_scheme.

diffstat:

1 file changed, 1 insertion(+)
src/auth/passdb-bsdauth.c |    1 +

diffs (11 lines):

diff -r 427994458587 -r b521d13ea89e src/auth/passdb-bsdauth.c
--- a/src/auth/passdb-bsdauth.c	Mon Oct 12 14:05:02 2009 -0400
+++ b/src/auth/passdb-bsdauth.c	Mon Oct 12 16:20:11 2009 -0400
@@ -54,6 +54,7 @@ bsdauth_preinit(struct auth_passdb *auth
 	struct passdb_module *module;
 
 	module = p_new(auth_passdb->auth->pool, struct passdb_module, 1);
+	module->default_pass_scheme = "PLAIN"; /* same reason as PAM */
 
 	if (strncmp(args, "cache_key=", 10) == 0) {
 		module->cache_key =


More information about the dovecot-cvs mailing list