Skip to content

Commit

Permalink
Remove values for Auth-Type, these values were only defined for legac…
Browse files Browse the repository at this point in the history
…y reasons
  • Loading branch information
arr2036 committed Sep 12, 2011
1 parent 41da192 commit 1a00da3
Showing 1 changed file with 3 additions and 41 deletions.
44 changes: 3 additions & 41 deletions share/dictionary.freeradius.internal
Expand Up @@ -418,51 +418,13 @@ ATTRIBUTE SoH-MS-Health-Other 2129 string
# Non-Protocol Integer Translations
#

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
# The values for these attributes are defined by the various subsections
# configured within the primary sections.

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 Auth-Type Local 0
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

#
Expand Down

0 comments on commit 1a00da3

Please sign in to comment.