Fix user/group name and qualified destination

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@752 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-10-03 14:39:34 +00:00
parent 1003cd5590
commit f30faa416f
2 changed files with 8 additions and 3 deletions

View File

@ -2469,7 +2469,7 @@ add_a_rule()
fi
run_iptables2 -A $chain $proto $multiport $state $cli $sports \
-d $srv $dports $ratelimit -j $target
-d $srv $dports $ratelimit $userandgroup -j $target
fi
done
done

View File

@ -88,8 +88,13 @@ Problems Corrected since version 1.4.6:
17) The log message generated from the 'logunclean' interface option
has been changed to reflect a disposition of LOG rather than DROP.
18) The RFC1918 file has been updated to reflect recent IANA
allocations.
18) When a user name and/or a group name was specified in the USER SET
column and the destination zone was qualified with a IP address,
the user and/or group name was not being used to qualify the rule.
Example:
ACCEPT fw net:192.0.2.12 tcp 23 - - - vladimir:
Migration Issues: