Changes to gnats/doc/man/gnatsd.man
Yngve Svendsen <[email protected]> Sun, 03 Nov 2002 18:43:55 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/doc/man/gnatsd.man diff -c gnats/doc/man/gnatsd.man:1.5 gnats/doc/man/gnatsd.man:1.6 *** gnats/doc/man/gnatsd.man:1.5 Mon Oct 28 18:09:55 2002 --- gnats/doc/man/gnatsd.man Sun Nov 3 18:43:54 2002 *************** *** 1,6 **** .\" Copyright (c) 2000 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution ! .TH gnatsd 8 "November 2001" "GNATS @VERSION@" "GNATS Admininstration Utilities" .de BP .sp .ti -.2i --- 1,6 ---- .\" Copyright (c) 2000 Free Software Foundation, Inc. .\" See section COPYING for conditions for redistribution ! .TH gnatsd 8 "November 2002" "GNATS @VERSION@" "GNATS Admininstration Utilities" .de BP .sp .ti -.2i *************** *** 26,48 **** database queries. It uses a simple ASCII-based command protocol (similar to SMTP or POP3) for communicating with remote clients. .P ! It also provides an almost completely useless security model based ! either on IP-based authentication (generally a \fBterrible\fR idea) or ! cleartext username/passwords (mmmm, network snooping). \fBIt is ! strongly recommended that some other scheme (such as \fIssh\fR(8)\fB ! tunneling) be used if security is even remotely an issue\fR. (The ! next release of GNATS will provide a more useful builtin security ! protocol, probably based on \fIssh\fR.) ! .P ! In the meantime, it is possible to restrict network access to a ! particular access level by using the \fB\-\-max-access-level\fR ! argument. .P All of the GNATS clients are capable of communicating via the GNATS remote protocol to perform their functions. .P ! \fBgnatsd\fR should be run as the user \fB@GNATS_USER@\fR. It is usually ! started from \fIinetd\fR(8). .SH OPTIONS .TP 0.5i .B \-V\fR,\fB \-\-version --- 26,42 ---- database queries. It uses a simple ASCII-based command protocol (similar to SMTP or POP3) for communicating with remote clients. .P ! It also provides a security model based either on IP-based ! authentication (generally a \fBterrible\fR idea) or ! username/passwords. Passwords may be encrypted using UNIX crypt() or ! MD5 (for operating systems that support it). Plaintext passwords are ! also supported but strongly discouraged. .P All of the GNATS clients are capable of communicating via the GNATS remote protocol to perform their functions. .P ! \fBgnatsd\fR should be run by the GNATS user (by default \fBgnats\fR), ! and it is usually started from \fIinetd\fR(8). .SH OPTIONS .TP 0.5i .B \-V\fR,\fB \-\-version *************** *** 835,854 **** .I Keeping Track: Managing Messages With GNATS (also installed as the GNU Info file .BR gnats.info ) - and - .I Reporting Problems Using send-pr - (also installed as the GNU Info file - .BR send-pr.info ). .LP .BR gnats (7), ! .BR send-pr (1), ! .BR edit-pr (1), .BR query-pr (1), - .BR file-pr (8), .BR queue-pr (8), ! .BR rmcat (8), ! .BR gen-index (8), ! .BR mkcat (8). .SH COPYING Copyright (c) 2000 Free Software Foundation, Inc. .PP --- 829,849 ---- .I Keeping Track: Managing Messages With GNATS (also installed as the GNU Info file .BR gnats.info ) .LP + .BR databases (5), + .BR dbconfig (5), + .BR delete-pr (8), + .BR edit-pr (1) + .BR file-pr (8), + .BR gen-index (8), .BR gnats (7), ! .BR gnatsd (8), ! .BR mkcat (8), ! .BR mkdb (8), ! .BR pr-edit (8), .BR query-pr (1), .BR queue-pr (8), ! .BR send-pr (1). .SH COPYING Copyright (c) 2000 Free Software Foundation, Inc. .PP