diff src/auth/auth-request.h @ 4078:265655f270df HEAD

Added "allow_nets" extra field. If set, the user can log in only from within the given networks (hope the code is correct...)
author Timo Sirainen <timo.sirainen@movial.fi>
date Mon, 27 Feb 2006 20:46:29 +0200
parents f83d7d14b999
children 4fc637010202
line wrap: on
line diff
--- a/src/auth/auth-request.h	Mon Feb 27 18:30:39 2006 +0200
+++ b/src/auth/auth-request.h	Mon Feb 27 20:46:29 2006 +0200
@@ -64,6 +64,7 @@
         struct auth_master_connection *master;
 
 	unsigned int successful:1;
+	unsigned int passdb_failure:1;
 	unsigned int internal_failure:1;
 	unsigned int passdb_internal_failure:1;
 	unsigned int delayed_failure:1;