home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / radius_2.zip / users < prev    next >
Text File  |  1995-06-06  |  3KB  |  102 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.  A special user named
  10. #    "DEFAULT" can be created (and should be placed at the end of
  11. #    the user file) to specify what to do with users not contained
  12. #    in the user file.  A special password of "UNIX" can be specified
  13. #    to notify the authentication server to use UNIX password (/etc/passwd)
  14. #    authentication for this user.
  15. #
  16. #    Indented (with the tab character) lines following the first
  17. #    line indicate the configuration values to be passed back to
  18. #    the comm server to allow the initiation of a user session.
  19. #    This can include things like the PPP configuration values
  20. #    or the host to log the user onto.
  21.  
  22. steve    Password = "testing", Expiration = "Dec 24 1992"
  23.     User-Service-Type = Framed-User,
  24.     Framed-Protocol = PPP,
  25.     Framed-Address = 172.16.3.33,
  26.     Framed-Netmask = 255.255.255.0,
  27.     Framed-Routing = Broadcast-Listen,
  28.     Framed-Filter-Id = "std.ppp",
  29.     Framed-MTU = 1500,
  30.     Framed-Compression = Van-Jacobsen-TCP-IP
  31.  
  32. rhw    Password = "moretest"
  33.     User-Service-Type = Login-User,
  34.     Login-Host = 172.16.2.7,
  35.     Login-Service = PortMaster
  36.  
  37. dialbk    Password = "callme"
  38.     User-Service-Type = Login-User,
  39.     Login-Host = timeshare1,
  40.     Login-Service = PortMaster,
  41.     Dialback-No = "9,1-800-555-1212"
  42.  
  43. #
  44. # Example PPP user with address Assigned by PortMaster
  45. #
  46. Peg    Password = "ge55gep"
  47.     User-Service-Type = Framed-User,
  48.     Framed-Protocol = PPP,
  49.     Framed-Address = 255.255.255.254,
  50.     Framed-Netmask = 255.255.255.255,
  51.     Framed-Routing = None,
  52.     Framed-Compression = Van-Jacobsen-TCP-IP,
  53.     Framed-Filter-Id = "std.ppp.in",
  54.     Framed-MTU = 1500
  55.  
  56. #
  57. # Example SLIP user with specified address
  58. #
  59. Seg    Password = "ge55ges"
  60.     User-Service-Type = Framed-User,
  61.     Framed-Protocol = SLIP,
  62.     Framed-Address = 192.9.200.129,
  63.     Framed-Netmask = 255.255.255.255,
  64.     Framed-Routing = None,
  65.     Framed-Compression = None,
  66.     Framed-MTU = 1006
  67.  
  68. #
  69. # Example CSLIP user with specified address
  70. #
  71. Ceg    Password = "ge55gec"
  72.     User-Service-Type = Framed-User,
  73.     Framed-Protocol = SLIP,
  74.     Framed-Address = 192.9.200.130,
  75.     Framed-Netmask = 255.255.255.255,
  76.     Framed-Routing = None,
  77.     Framed-Compression = Van-Jacobsen-TCP-IP,
  78.     Framed-MTU = 1006
  79.  
  80. #
  81. # Prompt user for host
  82. #
  83. eg    Password = "ge55gebg2l"
  84.     User-Service-Type = Login-User,
  85.     Login-Host = 255.255.255.255,
  86.     Login-Service = Telnet,
  87.     Login-TCP-Port = 23
  88.  
  89. #
  90. # Dial user back and telnet to the default host for that port
  91. #
  92. Deg    Password = "ge55ged"
  93.     User-Service-Type = Dialback-Login-User,
  94.     Login-Host = 0.0.0.0,
  95.     Dialback-No = "9,5551212",
  96.     Login-Service = Telnet,
  97.     Login-TCP-Port = 23
  98.  
  99. DEFAULT    Password = "UNIX"
  100.     User-Service-Type = Login-User,
  101.     Login-Service = Rlogin
  102.