diff src/auth/auth-request.h @ 8765:d69763bee853 HEAD

auth workers: Return plaintext credentials to parent process if possible, so it gets cached instead of some other scheme.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Feb 2009 14:59:33 -0500
parents d49aa6720fb2
children 888f57b1bf9c
line wrap: on
line diff
--- a/src/auth/auth-request.h	Sat Feb 21 14:51:32 2009 -0500
+++ b/src/auth/auth-request.h	Sat Feb 21 14:59:33 2009 -0500
@@ -89,6 +89,7 @@
 	unsigned int no_login:1;
 	unsigned int no_password:1;
 	unsigned int skip_password_check:1;
+	unsigned int prefer_plain_credentials:1;
 	unsigned int proxy:1;
 	unsigned int proxy_maybe:1;
 	unsigned int valid_client_cert:1;