From owner-freebsd-current@FreeBSD.ORG Tue Aug 2 09:55:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E709D16A41F for ; Tue, 2 Aug 2005 09:55:46 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E13643D45 for ; Tue, 2 Aug 2005 09:55:46 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1185129wra for ; Tue, 02 Aug 2005 02:55:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AxMhmenBtu2vJgpORK/AtG90MfOYEH9RJMKzHg+TA0fcr6DcVubsiXWOYw5iU1O5YadKlHZRcQzL60fN0eufoeVUEnAj1RweyGFMqgpgYsMEodFXfMZj9zFLTjtOG6xmFPKNElfOZBGh7jSJNfVm6elS2mW1vbpJBo9Vuwb8EW0= Received: by 10.54.67.8 with SMTP id p8mr3598943wra; Tue, 02 Aug 2005 02:54:55 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Tue, 2 Aug 2005 02:54:55 -0700 (PDT) Message-ID: <63c3899e05080202547fd9dfbe@mail.gmail.com> Date: Tue, 2 Aug 2005 10:54:55 +0100 From: Chris Hodgins To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: wpa_supplicant support for EAP_TTLS and wired drivers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Hodgins List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 09:55:47 -0000 Hi, I am trying to establish authentication to a switch using EAP_TTLS with a PAP phase 2 and using a wired connection. I think I have a workable configuration but wpa_supplicant does not recognise TTLS as a valid eap type. This is my configuration: ctrl_interface=3D/var/run/wpa_supplicant ctrl_interface_group=3Dwheel ap_scan=3D0 network=3D{ key_mgmt=3DIEEE8021X eap=3DTTLS anonymous_identity=3D"anonymous" identity=3D"xxxxx" password=3D"xxxxx" eapol_flags=3D0 phase2=3D"auth=3DPAP" } When run, wpa_supplicant tells me: # wpa_supplicant -c wpa.conf -irl0 Line 6: unknown EAP method 'TTLS' You may need to add support for this EAP method during wpa_supplicant build time configuration. See README for more information. Line 6: failed to parse eap 'TTLS'. Line 12: failed to parse network block. Failed to read configuration file '/root/wpa/wpa.conf'. So is TTLS something that is not currently supported in FreeBSD, or just simply not currently compiled into the base install? Is there anything I can do to help with getting TTLS into the base (such as testing)? ThanksFreeBSD paranoia 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Sat Jul 23 10:32:51 BST 2005 root@paranoia:/usr/obj/usr/src/sys/paranoia i386 Chris