home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher+1.2b4 / doc / admit1.setup next >
Encoding:
Text File  |  1993-04-15  |  759 b   |  35 lines

  1. Quick docs for setting up an admit1 server,
  2.  
  3. setup a gopherusers file, note that passwords are stored in the clear.
  4. (Ick!)
  5.  
  6. Setup the appropriate line in gopherd.conf for secureusers
  7.  
  8. Admit1 servers must run as root, and to really work must have the
  9. -u flag for the default access.
  10.  
  11. Admit1 access method kicks in when the "-u user" can't access a certain
  12. directory.  For instance do a "chmod 600 dir" to start it up.
  13.  
  14. People then get the option of changing their uid so they can access
  15. the directory....
  16.  
  17.  
  18. Quick example:
  19.  
  20. start up a server link this:
  21.  
  22. # mkdir /home/gopher/PaulsStuff
  23. # chown lindner /home/gopher/PaulsStuff
  24. # chmod 600 /home/gopher/PaulsStuff
  25.  
  26. # cat >/usr/local/etc/gopherusers
  27. lindner:mypass:0
  28. ^D
  29.  
  30. # gopherd -c -u nobody /home/gopher 70
  31.  
  32.  
  33.  
  34.  
  35.