depot/ops/nixos/bvm-radius/raddb/mods-available/utf8

15 lines
287 B
Text
Raw Normal View History

#
# Enforces UTF-8 on strings coming in from the NAS.
#
# An attribute of type "string" containing UTF-8 makes
# the module return NOOP.
#
# An attribute of type "string" containing non-UTF-8 data
# makes the module return FAIL.
#
# This module takes no configuration.
#
utf8 {
}