[dovecot-cvs] dovecot/src/login-common common.h,1.12,1.13

tss at dovecot.org tss at dovecot.org
Wed Dec 20 04:52:36 UTC 2006


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv1810/login-common

Modified Files:
	common.h 
Log Message:
"Plaintext authentication disabled" -> "Plaintext authentication disallowed
on non-secure connections"



Index: common.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/common.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- common.h	10 Aug 2006 21:14:57 -0000	1.12
+++ common.h	20 Dec 2006 04:52:30 -0000	1.13
@@ -8,6 +8,8 @@
 
 #define AUTH_FAILED_MSG "Authentication failed."
 #define AUTH_TEMP_FAILED_MSG "Temporary authentication failure."
+#define AUTH_PLAINTEXT_DISABLED_MSG \
+	"Plaintext authentication disallowed on non-secure connections."
 
 extern const char *login_protocol;
 



More information about the dovecot-cvs mailing list