[dovecot-cvs] dovecot/src/pop3-login client-authenticate.c, 1.49.2.4, 1.49.2.5

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


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

Modified Files:
      Tag: branch_1_0
	client-authenticate.c 
Log Message:
"Plaintext authentication disabled" -> "Plaintext authentication disallowed
on non-secure connections"



Index: client-authenticate.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client-authenticate.c,v
retrieving revision 1.49.2.4
retrieving revision 1.49.2.5
diff -u -d -r1.49.2.4 -r1.49.2.5
--- client-authenticate.c	12 Nov 2006 12:41:29 -0000	1.49.2.4
+++ client-authenticate.c	20 Dec 2006 04:52:25 -0000	1.49.2.5
@@ -262,8 +262,7 @@
 		client_syslog(&client->common, "Login failed: "
 			      "Plaintext authentication disabled");
 	}
-	client_send_line(client,
-			 "-ERR Plaintext authentication disabled.");
+	client_send_line(client, "-ERR "AUTH_PLAINTEXT_DISABLED_MSG);
 	return FALSE;
 }
 



More information about the dovecot-cvs mailing list