1rlm_idn(5) FreeRADIUS Module rlm_idn(5)
2
3
4
6 rlm_idn - FreeRADIUS Module
7
9 When instantiated, the rlm_idn module provides an xlat for performing
10 IDNA encoding of internationalized domain names. Decoding and other
11 similar encodings like plain punycode are not currently supported.
12
13 For example, the following unlang expression would evaluate to TRUE:
14
15 "%{idn:fūbar.site}" == "xn--fbar-v7a.site"
16
17
18 Each instance of rlm_idn may take the following parameters:
19
20 use_std3_ascii_rules
21 This boolean is set by default and prohibits e.g. underscores in
22 domain names.
23
24 allow_unassigned
25 This boolean is unset by default, which prohibits use of unas‐
26 signed Unicode points.
27
29 /etc/raddb/radiusd.conf
30
32 RFC 3490
33
35 radiusd(8), radiusd.conf(5) idna_to_ascii_8z(3)
36
38 Brian S. Julin, bjulin@clarku.edu
39
40
41
42
43 8 May 2013 rlm_idn(5)