]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add aliases for Cleartext-Password, etc.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 28 Jan 2025 02:50:53 +0000 (21:50 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 28 Jan 2025 02:50:53 +0000 (21:50 -0500)
raddb/dictionary
share/dictionary/freeradius/v3/dictionary.freeradius.internal [new file with mode: 0644]

index 12225ea9e98d0bc5858f6c4e58b305e51cd35388..12f92cdf5529a7675056ff7bdbf9d2f202119363 100644 (file)
 #  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 (file)
index 0000000..7a4c219
--- /dev/null
@@ -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