home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / radius_2.zip / readme.os2 < prev    next >
Text File  |  1996-06-10  |  3KB  |  80 lines

  1. Os/2 Port Of Radius
  2. ----------------------------------------------
  3.  
  4. I did this port in hopes of learning Radius.
  5. Also to do some C programming since I have been
  6. recently learning Smalltalk I had a urge to do 
  7. some C programming. 
  8.  
  9. Send email if you use it just for reference.
  10. jcl@altair.csustan.edu
  11.  
  12. This will support all functions in the dictionary
  13. file. I have considered this beta since I have only
  14. tested it with a Computone Intelliserver. The code
  15. is ported from the Livingston Code Base. I am
  16. currently working on porting the Merit Radius code
  17. which it far more complete. Accounting is also supported.
  18. Multiple processes are also supported. If there was a
  19. fork for gnu porting the Merit Code would be easier.
  20.  
  21. I will release another version once people have given me
  22. feedback with fixes. I have included the code since it is
  23. public domain. The port is not pretty but with out a good
  24. fork command I had to resort to other steps and running in
  25. a single process mode wasn't very timely. 
  26.  
  27. The buildbdm is somewhat functional but I left it out since
  28. the radius code doesn't fully use the database. You are welcome
  29. to extend.
  30.  
  31. Installation:
  32. ----------------------------------
  33. Should use hpfs. If your server name is less than 8 chars
  34. things may be ok.
  35.  
  36. Create a directory called radius and unzip the
  37. archive there.
  38.  
  39. Find out where environment variable etc points to
  40. and create a directory call radacct and raddb.
  41.  
  42. In the raddb directory copy clients.example from the
  43. radius directory and name it clients and edit it. Also
  44. copy users.example and rename it to users and edit it.
  45. Copy the dictionary file there also. If errors happen
  46. check here for a file called logfile.
  47.  
  48. In the radacct a directory for each server will be created
  49. by radius and a file called detail will be full of accounting
  50. info.
  51.  
  52. You don't have to use these directories there are command line
  53. options to put output some where else.
  54.  
  55. Also edit your services file and add the following lines:
  56. radius          1645/udp radiusd
  57. radacct         1646/udp
  58.  
  59. Support:
  60. --------------------------
  61. I have worked on this on my own time and will try to
  62. respond to any problems as quickly as possible. But
  63. only to Os/2 problems. As for radius info is info on
  64. the net. I would like to know all who use it.
  65. I have included source code just in case someone whats
  66. to diverge from my base.
  67. Email: jcl@altair.csustan.edu
  68.  
  69.  
  70. Livingtion Info:
  71. -----------------
  72.  *    Permission to use, copy, modify, and distribute this software for any
  73.  *    purpose and without fee is hereby granted, provided that this
  74.  *    copyright and permission notice appear on all copies and supporting
  75.  *    documentation, the name of Livingston Enterprises, Inc. not be used
  76.  *    in advertising or publicity pertaining to distribution of the
  77.  *    program without specific prior permission, and notice be given
  78.  *    in supporting documentation that copying and distribution is by
  79.  *    permission of Livingston Enterprises, Inc.   
  80.