You can create another instance of rlm_files module that is using Calling-Station-Id as a key:

# raddb/modules/callingids
files callingids {
   key = "%{Calling-Station-Id}"
   usersfile = %{confdir}/callingids
   acctusersfile = %{confdir}/acct_callingids
   preproxy_usersfile = %{confdir}/preproxy_callingids
}

And you can use this module instance instead of files:

# raddb/sites-available/default
...
authorize {
   ...
   #files
   callingids
   ...
}
...

ZZ Wave wrote:
Help me please. Can't figure out how to authenticate my PBX calls only by Calling-Station-Id attribute, without username. /etc/raddb/users is useless here, right?

Here's "radiusd -X > debug.txt" output: http://pastebin.com/LfB9NZvf


------------------------------------------------------------------------

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

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

Reply via email to