# Non-Protocol Integer Translations
#
-# The values for these attributes are defined by the various subsections
-# configured within the primary sections.
-
VALUE Auth-Type Local 0
+VALUE Auth-Type System 1
+VALUE Auth-Type SecurID 2
+VALUE Auth-Type Crypt-Local 3
+VALUE Auth-Type Reject 4
+VALUE Auth-Type ActivCard 5
+VALUE Auth-Type EAP 6
+VALUE Auth-Type ARAP 7
+
+#
+# FreeRADIUS extensions (most originally from Cistron)
+#
+VALUE Auth-Type Accept 254
+
+VALUE Auth-Type PAP 1024
+VALUE Auth-Type CHAP 1025
+# 1026 was LDAP, but we deleted it. Adding it back will break the
+# ldap module.
+VALUE Auth-Type PAM 1027
+VALUE Auth-Type MS-CHAP 1028
+VALUE Auth-Type MSCHAP 1028
+VALUE Auth-Type Kerberos 1029
+VALUE Auth-Type CRAM 1030
+VALUE Auth-Type NS-MTA-MD5 1031
+# 1032 is unused (was a duplicate of CRAM)
+VALUE Auth-Type SMB 1033
+VALUE Auth-Type MS-CHAP-V2 1034
+
+#
+# Authorization type, too.
+#
VALUE Autz-Type Local 0
+
+#
+# And accounting
+#
VALUE Acct-Type Local 0
+
+#
+# And Session handling
+#
VALUE Session-Type Local 0
+
+#
+# And Post-Auth
VALUE Post-Auth-Type Local 0
#