Auth-Type can be an arbitrary value. I use something like this to make
chap or pap available to the same set of users:

in users:
DEFAULT Auth-Type := CHAPPAP
   <values to assign>

in authenticate block radiusd.conf:
        authtype CHAPPAP {
                chap
                pap
        }

-Shawn


On Tue, 17 Sep 2002, ho k wrote:

> Hi
>
> Hi
> How can the user profile be set such that the PAP or
> CHAP call may be vertified.
> If I used:
>
>
> DEFAULT  Auth-Type := PAP
>         Fall-Through = 1
>
> the debug output is:
>
> modcall: group authorize returns ok
> rad_check_password:  Found Auth-Type PAP
> auth: type "PAP"
> modcall: entering group authtype
> rlm_pap: Attribute "Password" is required for
> authentication. Cannot use "CHAP-Password".
> modcall[authenticate]: module "pap" returns invalid
> modcall: group authtype returns invalid
> auth: Failed to validate the user.
>
> for CHAP user.
>
> Regards
> K
>
>
> _______________________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>


Shawn K. O'Shea
Sr. Unix Administrator
DSL.net, Inc.


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

Reply via email to