[dovecot-cvs] dovecot/src/auth auth-request.c,1.58.2.12,1.58.2.13
tss at dovecot.org
tss at dovecot.org
Sun Nov 5 15:51:42 UTC 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv24635
Modified Files:
Tag: branch_1_0
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.58.2.12
retrieving revision 1.58.2.13
diff -u -d -r1.58.2.12 -r1.58.2.13
--- auth-request.c 15 Oct 2006 20:02:01 -0000 1.58.2.12
+++ auth-request.c 5 Nov 2006 15:51:39 -0000 1.58.2.13
@@ -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