On Fri, 4 Oct 2002, steve wrote:

> Re: CHAP Authentication
>
> I recently posted a request for help re: CHAP Authentication - thanks to
> everyone for your replies.  Here is my new dilema:
>
> We need to authenticate using the unix shadow/system. Per everyones
> suggestion, we're attempting to authenticate using PAP. We've removed all
> other authentication schemes from the radiusd.conf file... this is what we
> have left:
>
>       # Authentication.
>       authenticate    {
>                 authtype PAP {
>                   pap
>                               }
>
> When we receive an incoming request from the terminal server, this is what
> we get in the debug log:
>
>       <SNIP>
> Thread 1 handling request 0, (1 handled so far)
>         User-Name = "magnus"
>         CHAP-Password = 0x01a030df1ec26de22aa48fb6095472d67d
>         NAS-Port-Type = Async
>         Calling-Station-Id = "755270XXX"
>         Called-Station-Id = "0198308066"
>         X-Ascend-Data-Rate = 31200
>         X-Ascend-Xmit-Rate = 50667
>         NAS-IP-Address = 144.130.4.5
>         Acct-Session-Id = "589[]388708091"
> auth: No authenticate method (Auth-Type) configuration found for the
> request: Re
> jecting the user

You should set the Auth-Type to PAP somewhere (like in the users file).
For example:

authorize{
        files
        [...]
}

users:

DEFAULT Auth-Type := "PAP"

> auth: Failed to validate the user.
> Delaying request 0 for 1 seconds
>       <SNIP>
>
> The users workstation is a Windows 98 system.
>
> What am I doing wrong here?  If there is anyone out there who wants to make
> a few dollars helping me sort this out, I'm prepared to set aside my ego for
> my sanity!!! :)
>
> Thanks in advace.
>
> Steve
>
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

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


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

Reply via email to