Did something change in the way that the hints file is processed in the change from 0.9.3 to 1.0.0-pre3?

My config, which worked in 0.9.3, looks much like this:

hints:
#________________________________________
# FreeRADIUS hints file
#


# # TESTING # #DEFAULT Suffix == "@test", Strip-User-Name = Yes # Hint = Dialup # # # END TEST DEFAULT Suffix == "@local", Strip-User-Name = No Hint = DSLUser

DEFAULT         Suffix == "@freerad", Strip-User-Name = No
       Hint    = DSLUser

users:
[EMAIL PROTECTED] Auth-Type := accept
       Framed-IP-Address=172.30.100.2,
       PVC_Profile_Name=Profile_384,
       Fall-Through=Yes

with the DEFAULT merely providing client DNS info


Debugging from another client using radtest shows:
--- Walking the entire request list ---
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 10.33.2.2:32854, id=29, length=81
User-Name = "[EMAIL PROTECTED]"
User-Password = ""
NAS-IP-Address = 255.255.255.255
NAS-Port = 999999
Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 3
hints: Matched DEFAULT at 17
modcall[authorize]: module "preprocess" returns ok for request 3
users: Matched DEFAULT at 71913
modcall[authorize]: module "files" returns ok for request 3
modcall: group authorize returns ok for request 3
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
auth: Failed to validate the user.
Login incorrect: [VerizonATMdsl3.1.1.33] (from client slbradius0x port 999999)
Delaying request 3 for 1 seconds
Finished request 3
Going to the next request


proxy.conf
--
as distributed in 1.0.0-pre3


It looks like the hints file was processed, but the suffix still got stripped.


Any suggestions?

Thanks,
Eric





- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to