On Sun, Jan 25, 2004 at 01:42:49PM +0100, Volker Kindermann wrote: > so my question: isn't it possible to use macros of pf.conf in the > authpf.rules file?
No, /etc/pf.conf isn't parsed when authpf loads users' authpf rulesets, so the macros there are not defined during parsing. Except for the macros automatically defined by authpf ($user_ip, $user_id, see authpf(8)), you'll have to define the macros again for authpf. Daniel
