Implemented a module to permit/deny requests based on attributes.
authoraland <aland>
Fri, 13 Aug 2004 18:33:16 +0000 (18:33 +0000)
committeraland <aland>
Fri, 13 Aug 2004 18:33:16 +0000 (18:33 +0000)
commit0736b858ea8506f110504ab72a8204f22f0edd68
treec7216fe4d63e55365ccb84a3631d4000ac3885aa
parente150d0222c3a488649339c9878e32d3b88d47554
Implemented a module to permit/deny requests based on attributes.

It's different from rlm_attr_filter, in that it doesn't add
attributes to the packet, it just filters requests.
raddb/experimental.conf
raddb/protocol_filter.conf [new file with mode: 0755]
src/modules/rlm_protocol_filter/Makefile [new file with mode: 0755]
src/modules/rlm_protocol_filter/rlm_protocol_filter.c [new file with mode: 0755]