Browse Source

Delete AUTH_HOWTO

moved to https://github.com/Harvey-OS/harvey/wiki/Auth-How-to
Sevki 8 years ago
parent
commit
58808ecb75
1 changed files with 0 additions and 13 deletions
  1. 0 13
      AUTH_HOWTO

+ 0 - 13
AUTH_HOWTO

@@ -1,13 +0,0 @@
-There are two ways to run the auth server.
-
-One, if you have Plan 9 Port installed, you can simply use listen1:
-
-	sudo /usr/local/plan9/bin/listen1 tcp!*!567 chroot util/auth /bin/authsrv9
-
-(run that command from the harvey root)
-
-The second option is to add it to /etc/inetd.conf:
-
-	567	stream	tcp	nowait	root	/usr/sbin/chroot	chroot /path/to/harvey/util/auth /bin/authsrv9
-
-Once you've saved the file, do "pkill -HUP inetd" to restart it.