diff mbox series

EAP server: Fix description of RADIUS attributes

Message ID 20221025111727.52445-1-mb@smartsharesystems.com
State Accepted
Headers show
Series EAP server: Fix description of RADIUS attributes | expand

Commit Message

Morten Brørup Oct. 25, 2022, 11:17 a.m. UTC
The description of how to use radius_accept_attr was incorrect, and has
been corrected.

Signed-off-by: Morten Brørup <mb@smartsharesystems.com>
---
 hostapd/hostapd.eap_user | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jouni Malinen Nov. 25, 2022, 5:23 p.m. UTC | #1
On Tue, Oct 25, 2022 at 01:17:27PM +0200, Morten Brørup wrote:
> The description of how to use radius_accept_attr was incorrect, and has
> been corrected.

Thanks, applied.
diff mbox series

Patch

diff --git a/hostapd/hostapd.eap_user b/hostapd/hostapd.eap_user
index 00edc95af..61ef9375b 100644
--- a/hostapd/hostapd.eap_user
+++ b/hostapd/hostapd.eap_user
@@ -52,8 +52,8 @@ 
 # Arbitrary RADIUS attributes can be added into Access-Accept packets similarly
 # to the way radius_auth_req_attr is used for Access-Request packet in
 # hostapd.conf. For EAP server, this is configured separately for each user
-# entry with radius_accept_attr=<value> line(s) following the main user entry
-# line.
+# entry with radius_accept_attr=<attr_id>[:<syntax:value>] line(s) following
+# the main user entry line.
 
 # Phase 1 users
 "user"		MD5	"password"