[dovecot-cvs] dovecot/src/login-common common.h,1.10.2.2,1.10.2.3

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


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

Modified Files:
      Tag: branch_1_0
	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.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- common.h	10 Aug 2006 21:14:52 -0000	1.10.2.2
+++ common.h	20 Dec 2006 04:52:25 -0000	1.10.2.3
@@ -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