OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: access(5) wildcard

From: Wietse Venema (wietseporcupine.org)
Date: Thu Apr 13 2006 - 06:17:06 CDT


Colin Campbell:
> Hi,
>
> Can anyone else see value in supporting say "*" as a string wildcard and
> 0.0.0.0 (or 0/0) as a network wildcard in access maps? There is already
> a precedent with "*" in transport maps.

Only the CIDR map supports CICR notation. It already supports 0/0.

The use of "*" in transport map is a constant source of concern.
It's inefficient to query every access map for "*" after every
lookup failure, but it's wrong to query it only once, when the data
comes from a DMBS such as SQL or LDAP that may change on the fly.

        Wietse