Add mods-available/enabled
[freeradius.git] / raddb / modules / utf8
1 #
2 #  Enforces UTF-8 on strings coming in from the NAS.
3 #
4 #  An attribute of type "string" containing UTF-8 makes
5 #  the module return NOOP.
6 #
7 #  An attribute of type "string" containing non-UTF-8 data
8 #  makes the module return FAIL.
9 #
10 #  This module takes no configuration.
11 #
12 utf8 {
13
14 }