GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
rlm_idn(5) FreeRADIUS Module rlm_idn(5)

rlm_idn - FreeRADIUS Module

When instantiated, the rlm_idn module provides an xlat for performing IDNA encoding of internationalized domain names. Decoding and other similar encodings like plain punycode are not currently supported.

For example, the following unlang expression would evaluate to TRUE:

"%{idn:fūbar.site}" == "xn--fbar-v7a.site"

Each instance of rlm_idn may take the following parameters:

use_std3_ascii_rules
This boolean is set by default and prohibits e.g. underscores in domain names.
allow_unassigned
This boolean is unset by default, which prohibits use of unassigned Unicode points.

/usr/local/share/examples/freeradius/raddb/radiusd.conf

RFC 3490

radiusd(8), radiusd.conf(5) idna_to_ascii_8z(3)

Brian S. Julin, bjulin@clarku.edu

8 May 2013

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.