"J Thomas Hancock" <[EMAIL PROTECTED]> wrote:
> We are running freeradius-0.9.3 on a Linux box. Due to a specific need of
> one of our clients, we need to be able to authenticate a user based on their
> Called-Station-ID and their username/password without specifying a domain.
> The usernames are stored in our MySQL database as [EMAIL PROTECTED]  I
> am having problems configuring the users file to append @domainname.com to
> the username based on their Called-Station-Id.  Does anyone have any
> experience doing this sort of thing?  

  It shouldn't be necessary.  You can use rlm_passwd to map
Called-Station-Id to a domain, and then edit the SQL queries.  Where
they say:

        %{User-Name}

  Replace it with:

        [EMAIL PROTECTED]

  Alan DeKok.

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

Reply via email to