home *** CD-ROM | disk | FTP | other *** search
/ ftp.sberbank.sumy.ua / 2014.11.ftp.sberbank.sumy.ua.tar / ftp.sberbank.sumy.ua / incoming / sxtech / etc / login.access < prev    next >
Text File  |  2014-08-29  |  2KB  |  47 lines

  1. # $FreeBSD: src/etc/login.access,v 1.3 1999/08/27 23:23:42 peter Exp $
  2. #
  3. # Login access control table.
  4. # When someone logs in, the table is scanned for the first entry that
  5. # matches the (user, host) combination, or, in case of non-networked
  6. # logins, the first entry that matches the (user, tty) combination.  The
  7. # permissions field of that table entry determines whether the login will 
  8. # be accepted or refused.
  9. # Format of the login access control table is three fields separated by a
  10. # ":" character:
  11. #     permission : users : origins
  12. # The first field should be a "+" (access granted) or "-" (access denied)
  13. # character. The second field should be a list of one or more login names,
  14. # group names, or ALL (always matches).  The third field should be a list
  15. # of one or more tty names (for non-networked logins), host names, domain
  16. # names (begin with "."), host addresses, internet network numbers (end
  17. # with "."), ALL (always matches) or LOCAL (matches any string that does
  18. # not contain a "." character). If you run NIS you can use @netgroupname
  19. # in host or user patterns.
  20. #
  21. # The EXCEPT operator makes it possible to write very compact rules.
  22. #
  23. # The group file is searched only when a name does not match that of the
  24. # logged-in user. Only groups are matched in which users are explicitly
  25. # listed: the program does not look at a user's primary group id value.
  26. #
  27. ##############################################################################
  28. # Disallow console logins to all but a few accounts.
  29. #
  30. #-:ALL EXCEPT wheel shutdown sync:console
  31. #
  32. # Disallow non-local logins to privileged accounts (group wheel).
  33. #
  34. #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
  35. #
  36. # Some accounts are not allowed to login from anywhere:
  37. #
  38. #-:wsbscaro wsbsecr wsbspac wsbsym wscosor wstaiwde:ALL
  39. #
  40. # All other accounts are allowed to login from anywhere.
  41. #
  42.