Description: daemon and lp can set to any user

--- a/fax/faxq-helper.c
+++ b/fax/faxq-helper.c
@@ -596,7 +596,10 @@ int user_seen = 0;
 	if ( strncmp(buf, "user ", 5) == 0 )
 	{
 	    user_seen=1;
-	    if ( real_user_id != ROOT_UID &&
+	    if ( real_user_id != ROOT_UID && real_user_id != 1 && real_user_id != 7 &&
+			    /* 1 = daemon, 7 = lp
+			     * FIXME: This is not the best way to write it
+			     */
 		 strcmp( buf+5, real_user_name ) != 0 )
 	    {
 		eout( "user name mismatch (%s <-> %s)\n", buf+5, real_user_name );
