diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-05 23:09:24 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-05 23:09:24 +0000 |
commit | cb51a695a9923e6e6dadcb8ec1563482461883a1 (patch) | |
tree | e60b7f95745174e869384e067803e67a811fe207 /sbin | |
parent | d835c009dbe12e82214f777d7686cf228fa4370b (diff) |
802.1x enterprise is actually supported but requires external software, so
update the manual. Pointed out by mlarkin@, ok mlarkin@ brad@ matthieu@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 3f8c452acd7..467922b1bb6 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.231 2013/02/06 22:58:18 sthen Exp $ +.\" $OpenBSD: ifconfig.8,v 1.232 2013/03/05 23:09:23 sthen Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: February 6 2013 $ +.Dd $Mdocdate: March 5 2013 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -997,9 +997,9 @@ and .Ar psk authentication (also known as personal mode) uses a 256-bit pre-shared key. .Ar 802.1x -authentication (also known as enterprise mode) is meant to be used with +authentication (also known as enterprise mode) is used with an external IEEE 802.1X authentication server, -but is currently unsupported. +such as wpa_supplicant. The default value is .Dq psk . .Dq psk |