summaryrefslogtreecommitdiffstats
path: root/man/man5/rlm_idn.5
blob: 391b7d9eed17d9b554f919676baa07f44c441ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\"     # DS - begin display
.de DS
.RS
.nf
.sp
..
.\"     # DE - end display
.de DE
.fi
.RE
.sp
..
.TH rlm_idn 5 "8 May 2013" "" "FreeRADIUS Module"
.SH NAME
rlm_idn \- FreeRADIUS Module
.SH DESCRIPTION
When instantiated, the \fIrlm_idn\fP module provides an xlat
for performing IDNA encoding of internationalized domain names.
Decoding and other similar encodings like plain punycode are not
currently supported.
.PP
For example, the following unlang expression would evaluate to TRUE:

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

.PP
Each instance of rlm_idn may take the following parameters:
.IP use_std3_ascii_rules
This boolean is set by default and prohibits e.g. underscores in domain names.
.IP allow_unassigned
This boolean is unset by default, which prohibits use of unassigned Unicode points.
.PP
.SH FILES
.I /etc/raddb/radiusd.conf
.PP
.SH REFERENCES
RFC 3490
.PP
.SH "SEE ALSO"
.BR radiusd (8),
.BR radiusd.conf (5)
.BR idna_to_ascii_8z (3)
.SH AUTHOR
Brian S. Julin, bjulin@clarku.edu