7 Sep
2007
7 Sep
'07
7:39 p.m.
On Fri, 2007-09-07 at 14:26 +0200, Alan DeKok wrote:
Norbert Wegener wrote:
In previous versions of radiusd.conf there has been:
lower_user = after lower_pass = after
In pre2 this is missing and a grep -r lower_pass on the source tree does not show anything. Is this feature replaced my another one?
No. I understand the utility of it, but it was a nighmare to support in the server.
You can get *almost* the same functionality with unlang.
What, specifically do you need? Why?
On thing I have used this for is with mac-address auth, to convert upper-case mac address formats to lower-case. A "tr" module in the server would be very useful.