home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / radi116c.zip / radius116c / radius / users.example < prev   
Text File  |  1998-05-30  |  2KB  |  63 lines

  1. #
  2. #    This file contains security and configuration information
  3. #    for each user.  The first field is the user's name and
  4. #    can be up to 8 characters in length.  This is followed (on
  5. #    the same line) with the list of authentication requirements
  6. #    for that user.  This can include password, comm server name,
  7. #    comm server port number, and an expiration date of the user's
  8. #    password.  When an authentication request is receive from
  9. #    the comm server, these values are tested.
  10.  
  11. #    Indented (with the tab character) lines following the first
  12. #    line indicate the configuration values to be passed back to
  13. #    the comm server to allow the initiation of a user session.
  14. #    This can include things like the PPP configuration values
  15. #    or the host to log the user onto.  If not specified, the
  16. # DEFAULT record login data is used.
  17.  
  18. # This users file is intended to go with the ESVA improvements to the
  19. # users file.  The user can log in as "joe.ppp" and we will look for
  20. # the default setup record "DEFAULT.PPP". 
  21.  
  22. # Benchmark: a 200 MHz Pentium Pro can search a 1000-user database in
  23. # this format in about 30 milliseconds.
  24.  
  25. DEFAULT
  26.     User-Service-Type = Framed-User,
  27.     Framed-Protocol = PPP,
  28.     Framed-Compression = Van-Jacobsen-TCP-IP
  29.     Session-Timeout = 0
  30.     Idle-Timeout = 1200
  31.     Framed-Netmask  = 255.255.255.128
  32.  
  33. DEFAULT.ppp
  34.     User-Service-Type = Framed-User,
  35.     Framed-Protocol = PPP,
  36.     Framed-Compression = Van-Jacobsen-TCP-IP
  37.     Framed-Netmask  = 255.255.255.128
  38.  
  39. # And finally, the last change.  Thanks to a technical idea from MegaZone,
  40. # we've added a "Sessions" check attribute. which takes a maximum number of
  41. # simultaneous sessions as an argument.  This goes on the same line as the
  42. # user name, like so:
  43.  
  44. #thom        Password = "thequinas", Sessions = 3
  45.  
  46. # This would allow user "thom" to be logged onto as many as three lines
  47. # simultaneously.  Setting a limit of one limits a caller to just one line,
  48. # and setting a limit of zero removes the limit for that user.  Thus you
  49. # can set a default limit of one session, and then allow some special user
  50. # (you?) to log on as much as they like.
  51.  
  52. rhw    Password = "moretest", Sessions = 2
  53.     Session-Timeout = 14400
  54. steve    Password = "testing", Sessions = 3
  55.     Idle-Timeout = 0
  56.     Framed-Address = 10.0.0.126
  57. peg    Password = "ge55gep", Sessions = 2
  58.     Session-Timeout = 900
  59. seg    Password = "ge66ges", Sessions = 0
  60. ceg    Password = "ge77gec", Sessions = 2
  61.     Framed-Address = 10.0.0.125
  62. deg    Password = "ge88ged", Sessions = 2
  63.