Pat Calhoun <[EMAIL PROTECTED]> wrote:
> I'm trying to get the server to successfully authorize a call, to no
> avail. I know I had this working at one point, but I guess I just got
> lucky and the latest version no longer works with my users file.
> 
> Here is what I have in my users file.
> 000a8afa7d53    Auth-Type := Accept, Service-Type == Call-Check
>         Service-Type = Call-Check,
>         Session-Timeout = 100,
>         Idle-Timeout = 100
> 
> You will notice the lack of a password, which is intentional since this
> is simply a request to accept the call.

  That should work.  I've copied that sample to my 'users' file, and
it works.

> modcall: entering group authorize
>   modcall[authorize]: module "preprocess" returns ok
> rlm_eap: EAP-Message not found
>   modcall[authorize]: module "eap" returns noop
>   modcall[authorize]: module "suffix" returns ok
>   modcall[authorize]: module "mschap" returns notfound

  I expect also to see:

    users: Matched 000a8afa7d53 at 1
  modcall[authorize]: module "files" returns ok


> modcall: group authorize returns ok
> auth: No Auth-Type configuration for the request, rejecting the user
> auth: Failed to validate the user.
> Login incorrect: [000a8afa7d53/<no User-Password attribute>] (from nas
> pat_little_box port 1 cli 000a8afa7d53)

  Yup.  No Auth-Type is configured, so it complains.

> Again, it's complaining I don't have a password, and that's exactly what
> I want. Authorize only please.
> 
> Does anyone have any thoughts?

  List 'files' in 'authorize'?  The 'users' file entry won't match if
the 'users' file is never checked... :)

  Alan DeKok.

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

Reply via email to