diff options
Diffstat (limited to '')
-rw-r--r-- | share/dictionary.nile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/share/dictionary.nile b/share/dictionary.nile new file mode 100644 index 0000000..95f9545 --- /dev/null +++ b/share/dictionary.nile @@ -0,0 +1,20 @@ +# -*- text -*- +# Copyright (C) 2022 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +############################################################################## +# +# https://nilesecure.co/ +# +# $Id$ +# +############################################################################## + +VENDOR Nile 58313 +BEGIN-VENDOR Nile + +ATTRIBUTE Nile-Redirect-URL 1 string +ATTRIBUTE Nile-Netseg 2 string +ATTRIBUTE Nile-AVPair 3 string + +END-VENDOR Nile |