home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / opcom-2.1 / part01 / README < prev    next >
Encoding:
Text File  |  1993-04-10  |  2.0 KB  |  62 lines

  1. Opcom is a program, that enables users, belonging to a special group to
  2. execute a limited set of commands with another userid or groupid.
  3. This makes it possible to perform daily system administration tasks without
  4. having the full privileges of root.
  5. It is also possible to use opcom to execute shell scripts with privileges
  6. without having to rely on insecure suid-scripts.
  7.  
  8.  
  9. Carel Braam
  10.  
  11. internet: rccarel@urc.tue.nl     | Computing Centre
  12. bitnet:      rccarel@heitue5.BITNET | Eindhoven University of Technology
  13. phone:      040-472158         | Den Dolech 2, P.O. Box 513
  14. home:      040-810381         | 5600 MB Eindhoven, The Netherlands
  15.  
  16.  
  17.                 INSTALLATION NOTES
  18.                 ==================
  19.  
  20. Before you start off adapt the file config to your local needs.
  21. All system dependent variables are set between the comment
  22.  
  23. #    *** System dependent variables ***
  24.  
  25. and  the comment
  26.  
  27. #    *** End system dependent variables ***
  28.  
  29. Currently the following variables can be set:
  30.  
  31. SYSTEM        Set SYSTEM to BSD for bsd systems and to SYSV for system v.
  32. SYSLOG        Set SYSLOG to USE_SYSLOG if you want to report opcom usage via
  33.         syslogd(8) and to NO_SYSLOG otherwise.
  34.         SYSLOG must also be set to NO_SYSLOG if your system does not
  35.         support syslogd(8).
  36. OPCOMDIR    The directory for the files COMMANDS and PROFILE.
  37. COMMANDS    The file containing the commands, that are allowed.
  38. PROFILE        The file containing the profile to be executed.
  39.  
  40. As well the manual page opcom.1 as sysdep.h are dependent on config.
  41. To make opcom just enter make.
  42. The manual page can be created by entering make man.
  43. Then as super user type "make install" to install opcom and "make installman"
  44. to install the manual page.
  45. See the makefile for the definition of the local bin directory and the local
  46. manual directory.
  47.  
  48. #++
  49. # AUTHOR(S)
  50. #
  51. #      Carel Braam (rccarel@urc.tue.nl)
  52. #      Eindhoven University of Technology
  53. #      Computing Centre
  54. #      Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
  55. # CREATION DATE
  56. #    Thu Jan  5 11:25:04 MET 1989
  57. # LAST MODIFICATION
  58. #    Thu Jan 10 10:02:54 MET 1991
  59. # VERSION/RELEASE
  60. #    2.1
  61. #--
  62.