Displaying 1 result from an estimated 1 matches for "address_match".
2003 Jul 05
2
Unhelpful error message when matching hosts in access list [PATCH]
Greetings,
As previously reported by me to the Debian bug tracking system:
----------------------------------------------------------------------
An access list in rsyncd.conf may contain hostnames as well as
addresses. It may contain several patterns to match against.
address_match (in access.c) does this by trying to match hostname and
address against each of the patterns until a match is found or there
are no more patterns.
1. For each failed hostname match, an address (non-hostname) match is
also attempted. If the pattern isn't a valid address (maybe because
it...