diff src/auth/auth-request.h @ 14565:d6f06ce44b0b

auth: If user is disabled or password expired, tell about it to auth-client.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 May 2012 16:14:01 +0300
parents 629afda8e29d
children fbb1ecb9b888 007bf0047ab0
line wrap: on
line diff
--- a/src/auth/auth-request.h	Tue May 15 18:52:41 2012 +0300
+++ b/src/auth/auth-request.h	Wed May 16 16:14:01 2012 +0300
@@ -56,6 +56,8 @@
 	struct auth_stream_reply *extra_cache_fields;
 	/* the whole userdb result reply */
 	struct auth_stream_reply *userdb_reply;
+	/* Result of passdb lookup */
+	enum passdb_result passdb_result;
 
 	const struct mech_module *mech;
 	const struct auth_settings *set;