I have the following in my radiusd.conf:

lower_user = after
lower_pass = after
nospace_user = after
nospace_pass = after

According to the notes in that file 
# [...] "If "after", the server
# will first auth using the values provided by the
# user.  If that fails it will reprocess the request
# after modifying it as you specify below."

In practice, I do not see the above statement as true. What I see is that it 
will always modify the password even if it was true in the first place. 

Here is what I see:

modcall: group authtype returns ok
modcall: entering group session
  modcall[session]: module "radutmp" returns ok
modcall: group session returns ok
Login OK: [radman2] (from client localhost port 0)
rad_lowerpair:  User-Name now 'radman2'
rad_lowerpair:  User-Password now 'testing'
rad_rmspace_pair:  User-Name now 'radman2'
rad_rmspace_pair:  User-Password now 'testing'
Sending Access-Accept of id 246 to 127.0.0.1:1087

So, it was correct in the first place, and login was accepted, then it does 
the lowerpair and rmspace_pair after being accepted. Isn't that a waste?
Am I interpreting this correctly? Not that this is of huge importantance, but 
if it doesn't work as advertised, I think it should be fixed.

Nick

-- 
Nick Davis 
Associate Systems Administrator 
[EMAIL PROTECTED] 
Internet Exposure, Inc. 
http://www.iexposure.com  

(612)676-1946 
Web Development-Web Marketing-ISP Services

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

Reply via email to