[dovecot-cvs] dovecot/src/auth auth-request.c,1.69,1.70

tss at dovecot.org tss at dovecot.org
Sun Nov 5 15:51:44 UTC 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv24631

Modified Files:
	auth-request.c 
Log Message:
If proxy is returned, set also no_login automatically, since it's always
wanted in such case anyway.



Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- auth-request.c	15 Oct 2006 20:02:02 -0000	1.69
+++ auth-request.c	5 Nov 2006 15:51:41 -0000	1.70
@@ -846,6 +846,7 @@
 		/* we're proxying authentication for this user. send
 		   password back if using plaintext authentication. */
 		request->proxy = TRUE;
+		request->no_login = TRUE;
 		value = NULL;
 	}
 



More information about the dovecot-cvs mailing list