On Wed, 6 Mar 2002, ju bin wrote:

> Thank you, Chris.
>
> I use sql module for authentication and authorize, and I aleady add a row to
> table radcheck
> with username = 'jb@adsl', Attribute = 'Calling-Station-Id', value =
> '#SZ_ERX1400_LQF#A51#11#226',
> op = '=', but that user still accept from other callingstationid, in the log
> file, I found:
>
> Wed Mar  6 08:18:11 2002 : Info: rlm_sql: Pairs do not match [jb@adsl]
> Wed Mar  6 08:18:11 2002 : Auth: Login OK: [jb@adsl] (from nas unisphere-lqf
> port 1359675619 cli #SZ
> _ERX1400_LQF#A51#11#227)
>
> Is there any other configurations?
>

In your radiusd.conf instead of

authorize{
        [...]
        sql
        [...]
}

do

authorize{
        [...]
        sql{
          notfound = return
        }
        [...]
}

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]      National Technical University of Athens, Greece
Work Phone:             +30 10 7721861
'Go back to the shadow' Gandalf


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

Reply via email to