comparison docs/noffle.1 @ 391:6cb66f5a0479 noffle

[svn] * docs/noffle.1,src/configure.h,src/configfile.c,src/noffle.c: Add optional "auth" parameter to '--server' option. This turns on client authorisation regardless of the setting of authenticate-client. Useful if you want the same Noffle to authenticate or not depending on what/how it gets invoked.
author bears
date Fri, 23 May 2003 10:33:10 +0100
parents fd66260b3479
children b8065ab36244
comparison
equal deleted inserted replaced
390:2ad4c1c97734 391:6cb66f5a0479
1 .TH noffle 1 1 .TH noffle 1
2 .\" $Id: noffle.1 505 2003-04-01 10:27:45Z godisch $ 2 .\" $Id: noffle.1 533 2003-05-23 09:33:10Z bears $
3 .SH NAME 3 .SH NAME
4 noffle \- Usenet package optimized for dialup connections. 4 noffle \- Usenet package optimized for dialup connections.
5 5
6 .SH SYNOPSIS 6 .SH SYNOPSIS
7 7
61 .br 61 .br
62 .B noffle 62 .B noffle
63 \-R | \-\-requested 63 \-R | \-\-requested
64 .br 64 .br
65 .B noffle 65 .B noffle
66 \-r | \-\-server 66 \-r | \-\-server [auth]
67 .br 67 .br
68 .B noffle 68 .B noffle
69 \-s | \-\-subscribe-over <group> 69 \-s | \-\-subscribe-over <group>
70 .br 70 .br
71 .B noffle 71 .B noffle
305 is specified, only matching servers from noffle.conf will be queried. 305 is specified, only matching servers from noffle.conf will be queried.
306 .br 306 .br
307 This option is only available to news administrators. 307 This option is only available to news administrators.
308 308
309 .TP 309 .TP
310 .B \-r, \-\-server 310 .B \-r, \-\-server [auth]
311 Run as NNTP server on standard input and standard output. This is 311 Run as NNTP server on standard input and standard output. This is
312 intended to be called by 312 intended to be called by
313 .BR inetd (8) 313 .BR inetd (8)
314 and should be registered in 314 and should be registered in
315 .B /etc/inetd.conf. 315 .B /etc/inetd.conf.
316 Error and logging messages are put to the 316 Error and logging messages are put to the
317 .BR syslogd (8) 317 .BR syslogd (8)
318 daemon which is usually configured to write them to 318 daemon which is usually configured to write them to
319 .B /var/log/news. 319 .B /var/log/news.
320 If the optional
321 .B auth
322 parameter is given, then client authentication is enabled
323 (assuming NOFFLE was built with authentication enabled)
324 regardless of the setting of the configuration
325 .BR authenticate-client .
320 A list of the NNTP commands that are understood by 326 A list of the NNTP commands that are understood by
321 .B noffle 327 .B noffle
322 can be retrieved by running the server and typing 328 can be retrieved by running the server and typing
323 .B HELP. 329 .B HELP.
324 .br 330 .br