Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct presumed typo to match RFC 5580 and IANA RADIUS Attribute Type assignment #1882

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions share/dictionary.rfc5580
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ ATTRIBUTE Extended-Location-Policy-Rules 130 octets
# Really a bit-packed field
#
ATTRIBUTE Location-Capable 131 integer
VALUE Location-Capable Civix-Location 1
VALUE Location-Capable Civic-Location 1
VALUE Location-Capable Geo-Location 2
VALUE Location-Capable Users-Location 4
VALUE Location-Capable NAS-Location 8

ATTRIBUTE Requested-Location-Info 132 integer
VALUE Requested-Location-Info Civix-Location 1
VALUE Requested-Location-Info Civic-Location 1
VALUE Requested-Location-Info Geo-Location 2
VALUE Requested-Location-Info Users-Location 4
VALUE Requested-Location-Info NAS-Location 8
Expand Down