~ubuntu-branches/ubuntu/dapper/freeradius/dapper-updates

« back to all changes in this revision

Viewing changes to share/dictionary.foundry

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2004-12-29 20:19:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229201942-uj2e95la965uthc7
Tags: 1.0.1-2
* freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
   Closes: #279419
* Added a two-second pause to restart in init.d script
   Closes: #262635
* FreeRADIUS module packages now depend on the same source
  version of the main FreeRADIUS package.
   Closes: #284353
* FreeRADIUS-dialupadmin's default paths in admin.conf are
  now correct.
   Closes: #280942
* FreeRADIUS-dialupadmin's help.php3 can now find README.
   Closes: #280941
* Fixes stolen from 1.0.2 CVS:
  - Bug fix to make udpfromto code work
  - radrelay shouldn't dump core if it can't read a VP from the
    detail file.
  - Only initialize the random pool once.
  - In rlm_sql, don't escape characters twice.
  - In rlm_ldap, only claim Auth-Type if a plain text password is present.
  - Locking fixes in threading code
  - Fix building on gcc-4.0 by not trying to access static auth_port from
    other files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
#       As posted to the list by Thomas Keitel <tkeitel@arc.nasa.gov>
5
5
#
6
 
# Version:      $Id: dictionary.foundry,v 1.1 2002/03/14 22:18:21 aland Exp $
 
6
# Version:      $Id: dictionary.foundry,v 1.2 2004/05/28 17:07:07 aland Exp $
7
7
#
8
8
 
9
9
VENDOR          Foundry         1991
11
11
ATTRIBUTE       Foundry-Privilege-Level         1       integer         Foundry
12
12
ATTRIBUTE       Foundry-Command-String          2       string          Foundry
13
13
ATTRIBUTE       Foundry-Command-Exception-Flag  3       integer         Foundry
 
14
ATTRIBUTE       Foundry-INM-Privilege           4       integer         Foundry
 
15
VALUE           Foundry-INM-Privilege   AAA_pri_0       0
 
16
VALUE           Foundry-INM-Privilege   AAA_pri_1       1
 
17
VALUE           Foundry-INM-Privilege   AAA_pri_2       2
 
18
VALUE           Foundry-INM-Privilege   AAA_pri_3       3
 
19
VALUE           Foundry-INM-Privilege   AAA_pri_4       4
 
20
VALUE           Foundry-INM-Privilege   AAA_pri_5       5
 
21
VALUE           Foundry-INM-Privilege   AAA_pri_6       6
 
22
VALUE           Foundry-INM-Privilege   AAA_pri_7       7
 
23
VALUE           Foundry-INM-Privilege   AAA_pri_8       8
 
24
VALUE           Foundry-INM-Privilege   AAA_pri_9       9
 
25
VALUE           Foundry-INM-Privilege   AAA_pri_10      10
 
26
VALUE           Foundry-INM-Privilege   AAA_pri_11      11
 
27
VALUE           Foundry-INM-Privilege   AAA_pri_12      12
 
28
VALUE           Foundry-INM-Privilege   AAA_pri_13      13
 
29
VALUE           Foundry-INM-Privilege   AAA_pri_14      14
 
30
VALUE           Foundry-INM-Privilege   AAA_pri_15      15