home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / default / rmt < prev    next >
Text File  |  2006-11-29  |  1KB  |  48 lines

  1. #ident @(#)rmt.dfl    1.2 05/08/09 Copyr 2000 J. Schilling
  2. #
  3. # This file is /etc/default/rmt
  4. #
  5. # NOTE: If this file is not present, rmt will reject to work for root.
  6. #
  7. # If no USER= entry is present, nobody is allowed to run rmt.
  8. # If no ACCESS= entry is present, no device may to be used by remote users.
  9.  
  10. # The file where debug info should go to.
  11. # If you don't like debugging (e.g. for speed) comment out
  12. # the this line.
  13. #
  14. #DEBUG=/tmp/RMT
  15.  
  16. #
  17. # Each USER= entry adds the listed user to the users who may run rmt
  18. #
  19. # A typical passwd entry looks like this:
  20. # rtape:x:1999:1000:Remote TAPE:/home/tape:/usr/sbin/rmt
  21. #
  22. # Add entries for all valid remote users to /home/tape/.rhosts
  23. # See /usr/share/doc/packages/star/README.SuSE
  24. #USER=rtape
  25. #USER=*
  26.  
  27. #
  28. # Each ACCESS= entry adds a target or group of targets to the list of visible
  29. # targets for all users that do remote tape/file access from a specific host.
  30. #
  31. #    Username is the name of the user that runs rmt. If you create
  32. #    different users, you may assign different permissions to different
  33. #    users from the same host.
  34. #
  35. #    Hostname must be in the same notation as needed for .rhosts (e.g. in
  36. #    the way you will be listed by 'who' if you log in from this host).
  37. #
  38. #    local    remote
  39. #    user    host    file
  40. #    name    name
  41. #
  42. #ACCESS=rtape    sparky    /dev/rmt/*
  43. #ACCESS=*    *    /dev/rmt/*
  44. ACCESS=*    *    /dev/null
  45. #ACCESS=*    *    /dev/zero
  46. #ACCESS=*    *    *
  47.