remove the bootstrap from this VS
[freeradius.git] / share / dictionary.asn
1 # -*- text -*-
2 # Copyright (C) 2011 The FreeRADIUS Server project and contributors
3 ##############################################################################
4 #
5 #       ASN Attributes.
6 #
7 #       Taken from http://svn.asn.pl/misc/freeradius/dictionary.asn
8 #
9 #       $Id$
10 #
11 ##############################################################################
12
13 VENDOR          ASN                             23782
14
15 BEGIN-VENDOR    ASN
16
17 ## Server-side extensions
18 # dynamic IP pool name
19 ATTRIBUTE       ASN-IP-Pool-Name                        1       string
20
21 ### 2-99: free ###
22
23 ## limits
24 ATTRIBUTE       ASN-Kbps-Down                           100     integer
25 ATTRIBUTE       ASN-Kbps-Down-Localmedia                112     integer
26 ATTRIBUTE       ASN-Kbps-Up                             101     integer
27 ATTRIBUTE       ASN-Pps-Down                            102     integer
28 ATTRIBUTE       ASN-Pps-Up                              103     integer
29 ATTRIBUTE       ASN-TCP-Connlimit                       104     integer
30
31 ## firewall
32 ATTRIBUTE       ASN-Firewall-Available                  110     integer
33 VALUE   ASN-Firewall-Available          Yes                     1
34 VALUE   ASN-Firewall-Available          No                      2
35
36 ATTRIBUTE       ASN-Firewall-State                      105     integer
37 VALUE   ASN-Firewall-State              Enabled                 1
38 VALUE   ASN-Firewall-State              Disabled                2
39
40 ATTRIBUTE       ASN-Firewall-Block-Ping                 107     integer
41 VALUE   ASN-Firewall-Block-Ping         Enabled                 1
42 VALUE   ASN-Firewall-Block-Ping         Disabled                2
43
44 # hosts to allow "<tcp/udp/sctp> <host> <port1,port2,...>"
45 ATTRIBUTE       ASN-Firewall-Open                       106     string
46
47 ## QoS
48 ATTRIBUTE       ASN-QoS-Available                       111     integer
49 VALUE   ASN-QoS-Available               Yes                     1
50 VALUE   ASN-QoS-Available               No                      2
51
52 ATTRIBUTE       ASN-QoS-State                           108     integer
53 VALUE   ASN-QoS-State                   Enabled                 1
54 VALUE   ASN-QoS-State                   Disabled                2
55
56 # IP redirection, with optional randomness
57 #  "<tcp/udp/sctp> src/dst [<dsthost[/mask]>:]<port1,port2,...> <host>:<port> [<random%>]"
58 # where src/dst decides whether to match source or destination ports
59 #       random is an integer number from 1 to 99, or null - no randomness
60 ATTRIBUTE       ASN-IP-Redirect                         109     string
61
62 ## web filtering
63 # decides whether to deny or to allow only the specified web topics
64 ATTRIBUTE       ASN-Webfilter-Mode                      113     integer
65 VALUE   ASN-Webfilter-Mode              Deny                    1
66 VALUE   ASN-Webfilter-Mode              Allow                   2
67
68 # where to redirect blocked request
69 #  "[301:302]<new url>"
70 #  301/302   - redirect permanently (301) or temporarily (302) (default 302)
71 #  <new url> - an URL address, with following possible substitutions:
72 #    %a - IP address of the client
73 #    %i - user ID (RFC931) or "unknown"
74 #    %n - domainname of the client or "unknown"
75 #    %p - REQUEST_URI, ie. the path and the optional
76 #         query string of %u, but note for convenience
77 #         without the leading "/".
78 #    %t - matched destination group or "unknown"
79 #    %u - requested URL
80 #    %% - single '%'
81 #
82 ATTRIBUTE       ASN-Webfilter-Redirect                  114     string
83
84 # squidGuard destination group to match
85 #   destinations available by default: sglists-<tag> - tags:
86 #   ads adult audioandvideo banks blogs chatandforum finance freemail games
87 #   home jobsearch keylogger news onlineGames phishing proxies recreation
88 #   reference science searchengine
89 ATTRIBUTE       ASN-Webfilter-Destination               115     string
90
91 # web domain to match (will match all subdomains, too)
92 ATTRIBUTE       ASN-Webfilter-Domain                    116     string
93
94 END-VENDOR                             ASN