0c6fb4ba4c
- Catch child process exit. - Add "-o" option which provides compatibility with older poppassd, returning authentication error after "PASS" command not "NEWPASS" for some broken clients.
116 lines
2.5 KiB
Text
116 lines
2.5 KiB
Text
$NetBSD: patch-aa,v 1.2 2004/01/29 15:45:00 taca Exp $
|
|
|
|
--- man/poppassd.8.orig 2001-03-21 08:43:24.000000000 +0900
|
|
+++ man/poppassd.8
|
|
@@ -6,33 +6,36 @@
|
|
.\" See License.txt file for terms and conditions for modification and
|
|
.\" redistribution.
|
|
.\"
|
|
-.TH POPAUTH 8
|
|
+.TH POPPASSD 8
|
|
.SH NAME
|
|
poppassd \-\- password-changing daemon
|
|
.SH SYNOPSIS
|
|
.B poppassd
|
|
[
|
|
-.B \-\?
|
|
+.B \-h
|
|
] [
|
|
.B \-d
|
|
] [
|
|
+.B \-o
|
|
+] [
|
|
.BI \-l " tls-usage"
|
|
]
|
|
+] [
|
|
+.B \-P
|
|
+]
|
|
.if n .ti +9n
|
|
[
|
|
.B \-p
|
|
-[
|
|
.I passwd-path
|
|
-]
|
|
] [
|
|
.B \-R
|
|
+] [
|
|
+.B \-S
|
|
]
|
|
.if n .ti +9n
|
|
[
|
|
.B \-s
|
|
-[
|
|
.I smbpasswd-path
|
|
-]
|
|
] [
|
|
.B \-v
|
|
]
|
|
@@ -58,7 +61,7 @@ programs.
|
|
.PP
|
|
.SH OPTIONS
|
|
.TP
|
|
-.B \-\?
|
|
+.B \-h
|
|
Prints a summary of options and exits.
|
|
.TP
|
|
.B \-d
|
|
@@ -69,6 +72,14 @@ the default log facility is
|
|
but can be changed using the
|
|
.I \-y option.
|
|
.TP
|
|
+.B \-o
|
|
+Report authentication error after "PASS" command.
|
|
+Without this option, authentication error would report
|
|
+after "NEWPASS" command.
|
|
+This is compatible behavior as old
|
|
+.I poppass
|
|
+daemon.
|
|
+.TP
|
|
.B \-l " tls-usage"
|
|
Sets TLS/SSL handling. Must have compiled with OpenSSL or SSL Plus.
|
|
|
|
@@ -83,27 +94,37 @@ client to attempt TLS/SSL negotiation af
|
|
Causes Qpopper to attempt TLS negotiation when a client first connects.
|
|
This is for alternate-port support.
|
|
.TP
|
|
-.B \-p " [ " passwd-path " ]"
|
|
+.B \-P
|
|
+Instructs
|
|
+.I poppassd
|
|
+to change the system password (which is the default).
|
|
+.TP
|
|
+.B \-p passwd-path
|
|
Instructs
|
|
.I poppassd
|
|
-to change the system password (which is the default) and optionally
|
|
-specifies the path to the executable to use. The default is /usr/bin/passwd.
|
|
+to change the system password (which is the default) and specifies
|
|
+the path to the executable to use. The default is /usr/bin/passwd.
|
|
.TP
|
|
.B \-R
|
|
Disables the reverse DNS lookup normally done on the client IP address.
|
|
.TP
|
|
-.B \-s " [ " smbpasswd-path " ]"
|
|
+.B \-S
|
|
Instructs
|
|
.I poppassd
|
|
-to change the smb password and optionally
|
|
-specifies the path to the executable to use. The default is /usr/bin/smbpasswd.
|
|
+to change the smb password.
|
|
If this option is used,
|
|
.I poppassd
|
|
by default does not also change the system password. To change both, use this
|
|
option and the
|
|
-.I \-p
|
|
+.I \-P
|
|
option.
|
|
.TP
|
|
+.B \-s smbpasswd-path
|
|
+Instructs
|
|
+.I poppassd
|
|
+to change the smb password and specifies the path to the executable
|
|
+to use. The default is /usr/bin/smbpasswd.
|
|
+.TP
|
|
.BI \-t " tracefile"
|
|
Turns on debug tracing, and causes all trace and log output to be
|
|
written to the file specified as
|