users 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Please read the documentation file ../doc/processing_users_file,
  3. # or 'man 5 users' (after installing the server) for more information.
  4. #
  5. # This file contains authentication security and configuration
  6. # information for each user. Accounting requests are NOT processed
  7. # through this file. Instead, see 'acct_users', in this directory.
  8. #
  9. # The first field is the user's name and can be up to
  10. # 253 characters in length. This is followed (on the same line) with
  11. # the list of authentication requirements for that user. This can
  12. # include password, comm server name, comm server port number, protocol
  13. # type (perhaps set by the "hints" file), and huntgroup name (set by
  14. # the "huntgroups" file).
  15. #
  16. # If you are not sure why a particular reply is being sent by the
  17. # server, then run the server in debugging mode (radiusd -X), and
  18. # you will see which entries in this file are matched.
  19. #
  20. # When an authentication request is received from the comm server,
  21. # these values are tested. Only the first match is used unless the
  22. # "Fall-Through" variable is set to "Yes".
  23. #
  24. # A special user named "DEFAULT" matches on all usernames.
  25. # You can have several DEFAULT entries. All entries are processed
  26. # in the order they appear in this file. The first entry that
  27. # matches the login-request will stop processing unless you use
  28. # the Fall-Through variable.
  29. #
  30. # If you use the database support to turn this file into a .db or .dbm
  31. # file, the DEFAULT entries _have_ to be at the end of this file and
  32. # you can't have multiple entries for one username.
  33. #
  34. # Indented (with the tab character) lines following the first
  35. # line indicate the configuration values to be passed back to
  36. # the comm server to allow the initiation of a user session.
  37. # This can include things like the PPP configuration values
  38. # or the host to log the user onto.
  39. #
  40. # You can include another `users' file with `$INCLUDE users.other'
  41. #