FreeRADIUS 'man' pages
Documentation from the server
rlm_idn
Section: FreeRADIUS Module (5)Updated: 8 May 2013
Index Return to Main Contents
NAME
rlm_idn - FreeRADIUS ModuleDESCRIPTION
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.
FILES
/etc/raddb/radiusd.confREFERENCES
RFC 3490SEE ALSO
radiusd(8), radiusd.conf(5) idna_to_ascii_8z(3)AUTHOR
Brian S. Julin, bjulin@clarku.edu
Index
This document was created by man2html, using the manual pages.
Time: 22:15:42 GMT, June 12, 2018