Hello,

Below is a fragment of my raddb/radiusd.conf.

authenticate {
 sql
}
authorize {
 preprocess
 sql
 files
}
preacct {
 files
 preprocess
}
accounting {
 detail
 unix
 radutmp
 sql
}
session {
 radutmp
}

When I change the order of two modules in 'authorize' section like this

authorize {
 preprocess
 files
 sql
}

'Add-Port-To-IP-Address' feature stops to work and every user gets the same
IP address. I have a very small users file and try to store the most of
check and reply items in a MySQL DB. For example, I have such record in my
radgroupreply table

DEFAULT | Add-Port-To-IP-Address | Yes

and it works fine when 'files' is below 'sql'. Can someone explain me why it
stops to work?

With best regards,
Andrew



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

Reply via email to