From owner-freebsd-stable@freebsd.org Wed Oct 18 17:10:10 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B28F7E3F082 for ; Wed, 18 Oct 2017 17:10:10 +0000 (UTC) (envelope-from peter@pean.org) Received: from system.jails.se (system.jails.se [IPv6:2001:470:6c08::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2E922B5 for ; Wed, 18 Oct 2017 17:10:10 +0000 (UTC) (envelope-from peter@pean.org) Received: from lune.pean.org (213-67-100-148-no110.tbcn.telia.com [213.67.100.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by system.jails.se (Postfix) with ESMTPSA id BAE92120221; Wed, 18 Oct 2017 19:10:07 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) Subject: Re: 802.1X authenticator for FreeBSD From: =?utf-8?Q?Peter_Ankerst=C3=A5l?= In-Reply-To: <4F45AC20-57F9-4246-836E-4F1C1D01FAC2@lassitu.de> Date: Wed, 18 Oct 2017 19:10:06 +0200 Cc: Chris Ross , FreeBSD Stable Content-Transfer-Encoding: quoted-printable Message-Id: <2B2D49E0-F804-4557-9DB5-A915A8578070@pean.org> References: <2D461E1D-895F-4D31-9834-A40DEF02F121@pean.org> <4F45AC20-57F9-4246-836E-4F1C1D01FAC2@lassitu.de> To: Stefan Bethke X-Mailer: Apple Mail (2.3445.1.7) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2017 17:10:10 -0000 >=20 > I=E2=80=99m under the impression that the authenticator function in a = wired network is usually part of the switch, and the switch will talk to = some authentication server like RADIUS, giving it the port number of the = connected device and additional information. >=20 > If FreeBSD had such a function, I think it would be limited to = point-to-point Ethernet links, 802.1x being a link-layer protocol. >=20 Yes I know, but this is functional in hostapd for Linux and it would be = nice to have it in FreeBSD as well.=20 Thanks anyway!=