README 945 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # status
  2. should work, using it on local network. see the manual page and
  3. the todo-list below for caveats.
  4. # intro
  5. this provides a plan 9 authentication service (auth/authsrv). one
  6. version is for unix, written in c and not depending on external
  7. libraries. the other version is for inferno, written in limbo.
  8. # install
  9. for the unix code:
  10. execute "make". see the manual page authsrv9.8 for more information.
  11. for the inferno code:
  12. modify "mkconfig" if you don't have $ROOT set, execute "mk install".
  13. see the manual page authsrv9(8) for more information.
  14. when building from within inferno, insert SYSHOST=Inferno and ROOT=
  15. in the mk invocations to override the values in the mkconfig.
  16. # latest version
  17. get it from:
  18. http://www.ueber.net/code/r/authsrv9
  19. # licence & author
  20. all files are in the public domain. this code has been written by
  21. mechiel lukkien, reachable at mechiel@ueber.net.
  22. # todo
  23. - do a thorough security review