It isn't very useful to filter attributes in the incoming request,
authornbk <nbk>
Sun, 5 Nov 2006 19:59:50 +0000 (19:59 +0000)
committernbk <nbk>
Sun, 5 Nov 2006 19:59:50 +0000 (19:59 +0000)
commit7985bc22a346938477c6d1c8b521a407c2b47cc0
tree5d6c846b3a9dd0d0effb51ed7139b517ed9b27b1
parent328a480804ee619d52b9ef7b843c0037cb8fb5df
It isn't very useful to filter attributes in the incoming request,
nothing will happen as any unexpected attribute will not be checked
during authorize.

Moreover the current attr_filter_authorize() function behave
differently than in previous releases of FreeRADIUS, because it
used to run in the deprecated post_proxy_authorize mode only.

Therefore it's certainly less error-prone to remove a long time
ago deprecated function, instead of changing its behaviour.
src/modules/rlm_attr_filter/rlm_attr_filter.c