"Buschel, Alejandro" <[EMAIL PROTECTED]> wrote:
> Alan, I meant to define a parameter @realm.name in the server file, like the
> IP and the port. Would you be willing to make this change?

  I probably don't have much time to spare, sorry.

> If not, could you give me an idea on how to get it done. I am not a
> developer but there are people here that will work on the source
> code. Any changes will be submiteed to the freeradius community.

  It should be straightforward.  Add a field to the configuration file
(or to the PAM options) to define the realm.  Once you have that, then
before adding the user name to the RADIUS packet, put it into a local
buffer, and do strcat(buffer, realm).  Then use that buffer as the
user name which goes into the RADIUS packet.

  Alan DeKok.

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

Reply via email to