diff options
author | ivan <ivan> | 2002-03-26 13:20:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-26 13:20:55 +0000 |
commit | 4bbd7408eb5df140f492ab9fb225b212a6a551ba (patch) | |
tree | de19d92a16ce6d465366cf9c640136c8a6d83256 /httemplate | |
parent | 6fd7d458e1fcd100546168ec3992182d628d89ce (diff) |
doc
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/docs/passwd.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/passwd.html b/httemplate/docs/passwd.html index c4d91480c..481e01896 100755 --- a/httemplate/docs/passwd.html +++ b/httemplate/docs/passwd.html @@ -16,7 +16,7 @@ You may use fs_passwd/fs_passwd as a "passwd", "chfn" and "chsh" replacement on </ul> <li>Copy fs_passwd/fs_passwdd to /usr/local/sbin on the shell or web machine(s). (chown freeside, chmod 500) <li>Create /usr/local/freeside on the shell or web machine(s). (chown freeside, chmod 700) - <li>Run an iteration of "fs_passwd/fs_passwd_server <i>user</i> shell.machine" as the freeside user for each shell or web machine (this is a daemon process). <i>user</i> refers to the freeside user from the <a href="config.html">mapsecrets configuration file</a>. + <li>Run an iteration of "fs_passwd/fs_passwd_server <i>user</i> shell.machine" as the freeside user for each shell or web machine (this is a daemon process). <i>user</i> refers to a freeside user added by <a href="man/bin/freeside-adduser.html">freeside-adduser</a>. <li>Copy fs_passwd/fs_passwd to /usr/local/bin on the shell machine(s). (chown freeside, chmod 4755). You may link it to passwd, chfn and chsh as well. <li>Copy fs_passwd/fs_passwd.cgi to the cgi-bin directory on your web machine(s). Use <a href="http://www.apache.org/docs/suexec.html">suEXEC</a> or <a href="http://www.perldoc.com/perl5.6.1/pod/perlsec.html">suidperl</a> to run fs_passwd.cgi as the freeside user. </ul> |