Add more detailed description of RADIUS attributes in EAP user file
The description of how to use radius_accept_attr did not provide the details on how the value is set. Extend it to cover the more complete syntax. Signed-off-by: Morten Brørup <mb@smartsharesystems.com>
This commit is contained in:
parent
0ba266d86c
commit
df5ae2aadb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue