mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 23:04:43 +01:00
Support RFC6677
This commit is contained in:
20
dicts/dictionary.rfc6677
Normal file
20
dicts/dictionary.rfc6677
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- text -*-
|
||||
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
|
||||
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
|
||||
# Version $Id$
|
||||
#
|
||||
# Attributes and values defined in RFC 6677
|
||||
# http://www.ietf.org/rfc/rfc6677.txt
|
||||
#
|
||||
|
||||
ATTRIBUTE EAP-Lower-Layer 163 integer
|
||||
|
||||
VALUE EAP-Lower-Layer Wired-IEEE-802.1X 1
|
||||
VALUE EAP-Lower-Layer IEEE-802.1X-No-Preauth 2
|
||||
VALUE EAP-Lower-Layer IEEE-802.1X-Preauth 3
|
||||
VALUE EAP-Lower-Layer IEEE-802.16e 4
|
||||
VALUE EAP-Lower-Layer IKEv2 5
|
||||
VALUE EAP-Lower-Layer PPP 6
|
||||
VALUE EAP-Lower-Layer PANA-No-Preauth 7
|
||||
VALUE EAP-Lower-Layer GSS-API 8
|
||||
VALUE EAP-Lower-Layer PANA-Preauth 9
|
||||
Reference in New Issue
Block a user