Return-path: <freeradius-users-bounces@lists.freeradius.org>
Received: from mix.hive.no [128.39.114.2]
	by ada.hive.no; Tue, 22 Nov 2005 01:20:03 +0100
Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32])
	by mix.hive.no (8.13.1/8.13.1) with ESMTP id jAM0Jfrm026304
	for <svein.hansen@hive.no>; Tue, 22 Nov 2005 01:19:45 +0100
X-DomainKeys: Sendmail DomainKeys Filter v0.3.0 mix.hive.no jAM0Jfrm026304
Received: from list4.xs4all.nl (list4.xs4all.nl [194.109.21.194])
	by smtp-vbr12.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAM0JfGa089337
	for <svein.hansen@hive.no>; Tue, 22 Nov 2005 01:19:41 +0100 (CET)
	(envelope-from freeradius-users-bounces@lists.freeradius.org)
Received: from list4.xs4all.nl (localhost [127.0.0.1])
	by list4.xs4all.nl (8.12.11/8.12.11) with ESMTP id jAM0BkfT086830
	for <svein.hansen@hive.no>; Tue, 22 Nov 2005 01:19:41 +0100 (CET)
	(envelope-from freeradius-users-bounces@lists.freeradius.org)
Received: from mxdrop46.xs4all.nl (mxdrop46.xs4all.nl [194.109.24.223])
	by list4.xs4all.nl (8.12.11/8.12.11) with ESMTP id jAM0BilH086826
	for <freeradius-users@list4.xs4all.nl>;
	Tue, 22 Nov 2005 01:11:44 +0100 (CET)
	(envelope-from radius@kingmanaz.net)
Received: from kingserv.kingmanaz.net (kingserv.kingmanaz.net [64.240.76.3])
	by mxdrop46.xs4all.nl (8.13.3/8.13.3) with SMTP id jAM0BdGh024230
	for <freeradius-users@lists.freeradius.org>;
	Tue, 22 Nov 2005 01:11:42 +0100 (CET)
	(envelope-from radius@kingmanaz.net)
Received: (qmail 15346 invoked from network); 22 Nov 2005 00:17:56 -0000
Received: from unknown (HELO ASSP-nospam) (64.240.76.3)
	by kingserv.kingmanaz.net with SMTP; 22 Nov 2005 00:17:56 -0000
Message-ID: <019c01c5eef9$443db7d0$0501a8c0@LockKey>
From: "Radius" <radius@kingmanaz.net>
To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org>
References: <3B50CC0424BFD81197110008C78471FD023EB349@dell4000.wg.dir.telstra.com>
Date: Mon, 21 Nov 2005 17:11:20 -0700
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-XS4ALL-DNSBL-Checked: mxdrop46.xs4all.nl checked 64.240.76.3 against DNS
	blacklists
X-Virus-Scanned: by XS4ALL Virus Scanner
X-XS4ALL-Spam-Score: 0 () 
X-XS4ALL-Spam: NO
Subject: Re: CHAP Problems
X-BeenThere: freeradius-users@lists.freeradius.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org>
List-Id: FreeRadius users mailing list <freeradius-users.lists.freeradius.org>
List-Unsubscribe: <http://lists.freeradius.org/mailman/listinfo/freeradius-users>,
	<mailto:freeradius-users-request@lists.freeradius.org?subject=unsubscribe>
List-Archive: <https://list.xs4all.nl/pipermail/freeradius-users>
List-Post: <mailto:freeradius-users@lists.freeradius.org>
List-Help: <mailto:freeradius-users-request@lists.freeradius.org?subject=help>
List-Subscribe: <http://lists.freeradius.org/mailman/listinfo/freeradius-users>,
	<mailto:freeradius-users-request@lists.freeradius.org?subject=subscribe>
Sender: freeradius-users-bounces@lists.freeradius.org
Errors-To: freeradius-users-bounces@lists.freeradius.org
Received-SPF: none (mix.hive.no: domain of freeradius-users-bounces@lists.freeradius.org does not designate permitted sender hosts)
X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham 
	version=3.0.4
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mix.hive.no

Michael,

I got it to work.

What I found worked. I recall this was not the way to do this, but it worked 
until I get it worked out.

I have two entries in the users file.

DEFAULT Auth-Type := System
                Fall-Through = Yes

DEFAULT Auth-Type := Local
                Fall-Through = Yes

I did find if the := Local entry was first it would error out, but as long 
as it was second
I get users logging in both ways PAP and CHAP.

Thanks
Bob


----- Original Message ----- 
From: "Mitchell, Michael J" <Michael.Mitchell@team.telstra.com>
To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org>
Sent: Monday, November 21, 2005 3:37 PM
Subject: RE: CHAP Problems


> There used to be a DEFAULT stanza in the "users" configuration file that
> set Auth-Type := System which tells the RADIUS server to use /etc/passwd
> for authentication. This has caused a few issues like this in the past,
> though I thought it had been resolved for 1.0.5.
>
> If is still exists you may have more success if you comment that out.
>
> Hope that helps,
> Mike
>
>
> -----Original Message-----
> From: freeradius-users-bounces@lists.freeradius.org
> [mailto:freeradius-users-bounces@lists.freeradius.org]
> Sent: Tuesday, 22 November 2005 9:13 AM
> To: freeradius-users@lists.freeradius.org
> Subject: CHAP Problems
>
>  rad_check_password:  Found Auth-Type Local
>  rad_check_password:  Found Auth-Type System
> Warning:  Found 2 auth-types on request for user 'awarren'
> auth: type "System"
>  Processing the authenticate section of radiusd.conf
> modcall: entering group authenticate for request 14
> rlm_unix: Attribute "User-Password" is required for authentication.
> Cannot
> use "CHAP-Password".
>  modcall[authenticate]: module "unix" returns invalid for request 14
> modcall: group authenticate returns invalid for request 14
> auth: Failed to validate the user.
>
>
>
> -
> List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
> 

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
