diff options
| author | ivan <ivan> | 1999-08-24 07:40:45 +0000 |
|---|---|---|
| committer | ivan <ivan> | 1999-08-24 07:40:45 +0000 |
| commit | 464d6da8fb57fe3e60e4c2c3cae6069bdafff6a5 (patch) | |
| tree | 0a84ce492fe00cf7132f6d0d6d2192488ad8e107 /fs_signup/README | |
| parent | 60980ca92d257c48503c9fb7c9613a0aedd37978 (diff) | |
initial checkin of signup server
Diffstat (limited to 'fs_signup/README')
| -rw-r--r-- | fs_signup/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fs_signup/README b/fs_signup/README new file mode 100644 index 000000000..631c22364 --- /dev/null +++ b/fs_signup/README @@ -0,0 +1,18 @@ +this should become better docs soon + +on client machine (public webserver): + +install perl, ssh, CGI.pm +cd FS-SignupClient; perl Makefile.PL; make; su; make install +copy or symlink FS-SignupClient/cgi/signup.cgi into the web server's view +use suExec or setuid to run cgi/signup.cgi as the freeside user +(chmod /usr/local/freeside/fs_signupd_socket 600, chown freeside) + +on server machine (Freeside machine): + +run fs_signup_server user machine agentnum refnum + + user is a freeside user from mapsecrets + machine is the client machine + agentnum and refnum are the fixed values for this signup server + |
