From: Alan T. DeKok Date: Tue, 28 Jan 2025 02:50:53 +0000 (-0500) Subject: add aliases for Cleartext-Password, etc. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ee488fc5d6d99ebcf91521dca7da11c98639bf;p=thirdparty%2Ffreeradius-server.git add aliases for Cleartext-Password, etc. --- diff --git a/raddb/dictionary b/raddb/dictionary index 12225ea9e98..12f92cdf552 100644 --- a/raddb/dictionary +++ b/raddb/dictionary @@ -153,11 +153,16 @@ # major version numbers means that the configuration files are *not* # 100% compatible. This includes the dictionaries! # -# All of the v3 compatibility names are in the RADIUS namespace. +# The v3 compatibility names are in the RADIUS namespace. # There are no aliases for DHCPv4. # - #BEGIN-PROTOCOL RADIUS #$INCLUDE ${dictdir}/radius/v3/dictionary.cisco #$INCLUDE ${dictdir}/radius/v3/dictionary.aruba #END-PROTOCOL RADIUS + +# +# This dictionary includes v3-compatible names like "Cleartext-Password", +# or "NT-Password". +# +#$INCLUDE ${dictdir}/freeradius/v3/dictionary.freeradius.internal diff --git a/share/dictionary/freeradius/v3/dictionary.freeradius.internal b/share/dictionary/freeradius/v3/dictionary.freeradius.internal new file mode 100644 index 00000000000..7a4c219ffad --- /dev/null +++ b/share/dictionary/freeradius/v3/dictionary.freeradius.internal @@ -0,0 +1,31 @@ +# -*- text -*- +# Copyright (C) 2025 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# Version $Id$ +ALIAS Password-With-Header Password.With-Header +ALIAS Cleartext-Password Password.Cleartext +ALIAS Crypt-Password Password.crypt +ALIAS MD5-Password Password.MD5 +ALIAS NT-Password Password.NT +ALIAS PBKDF2-Password Password.PBKDF2 +ALIAS SHA1-Password Password.SHA1 +ALIAS SHA2-Password Password.SHA2 +ALIAS SHA2-224-Password Password.SHA2-224 +ALIAS SHA2-256-Password Password.SHA2-256 +ALIAS SHA2-384-Password Password.SHA2-384 +ALIAS SHA2-512-Password Password.SHA2-512 +ALIAS SHA3-Password Password.SHA3 +ALIAS SHA3-224-Password Password.SHA3-224 +ALIAS SHA3-256-Password Password.SHA3-256 +ALIAS SHA3-384-Password Password.SHA3-384 +ALIAS SHA3-512-Password Password.SHA3-512 +ALIAS SMD5-Password Password.SMD5 +ALIAS SSHA1-Password Password.SSHA1 +ALIAS SSHA2-224-Password Password.SSHA2-224 +ALIAS SSHA2-256-Password Password.SSHA2-256 +ALIAS SSHA2-384-Password Password.SSHA2-384 +ALIAS SSHA2-512-Password Password.SSHA2-512 +ALIAS SSHA3-224-Password Password.SSHA3-224 +ALIAS SSHA3-256-Password Password.SSHA3-256 +ALIAS SSHA3-384-Password Password.SSHA3-384 +ALIAS SSHA3-512-Password Password.SSHA3-512