From: Alan T. DeKok Date: Sun, 18 Sep 2011 11:23:35 +0000 (+0200) Subject: Revert "Remove values for Auth-Type, these values were only defined for legacy reasons" X-Git-Tag: release_2_1_12~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31371297dd6107cb4394f83fb0f2d21d525e2de;p=thirdparty%2Ffreeradius-server.git Revert "Remove values for Auth-Type, these values were only defined for legacy reasons" This reverts commit 296fcf9576394de5bf943e257a8d64751feaf636. Removing Auth-Type = {Accept, Reject, MS-CHAP} breaks the server --- diff --git a/share/dictionary.freeradius.internal b/share/dictionary.freeradius.internal index d889cd4ddf0..a2ce7557e1f 100644 --- a/share/dictionary.freeradius.internal +++ b/share/dictionary.freeradius.internal @@ -413,13 +413,51 @@ ATTRIBUTE SoH-MS-Health-Other 2129 string # 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 #