[dovecot-cvs] dovecot/src/login-common common.h,1.6,1.7

cras at dovecot.org cras at dovecot.org
Fri Jan 7 19:29:27 EET 2005


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

Modified Files:
	common.h 
Log Message:
If authentication failed because of temporary failure, show different error
message to clients.



Index: common.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/common.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- common.h	18 Oct 2004 23:07:01 -0000	1.6
+++ common.h	7 Jan 2005 17:29:25 -0000	1.7
@@ -4,6 +4,7 @@
 #include "lib.h"
 
 #define AUTH_FAILED_MSG "Authentication failed."
+#define AUTH_TEMP_FAILED_MSG "Temporary authentication failure."
 
 extern int disable_plaintext_auth, process_per_connection, greeting_capability;
 extern int verbose_proctitle, verbose_ssl, verbose_auth;



More information about the dovecot-cvs mailing list