| 1 |
.\"
|
| 2 |
.\" Copyright (C) 1998,1999,2000 Ross Combs (ross@bnetd.org)
|
| 3 |
.\"
|
| 4 |
.\" This is free documentation; you can redistribute it and/or
|
| 5 |
.\" modify it under the terms of the GNU General Public License as
|
| 6 |
.\" published by the Free Software Foundation; either version 2 of
|
| 7 |
.\" the License, or (at your option) any later version.
|
| 8 |
.\"
|
| 9 |
.\" The GNU General Public License's references to "object code"
|
| 10 |
.\" and "executables" are to be interpreted as the output of any
|
| 11 |
.\" document formatting or typesetting system, including
|
| 12 |
.\" intermediate and printed output.
|
| 13 |
.\"
|
| 14 |
.\" This manual is distributed in the hope that it will be useful,
|
| 15 |
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 |
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 |
.\" GNU General Public License for more details.
|
| 18 |
.\"
|
| 19 |
.\" You should have received a copy of the GNU General Public
|
| 20 |
.\" License along with this manual; if not, write to the Free
|
| 21 |
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
|
| 22 |
.\" USA.
|
| 23 |
.\"
|
| 24 |
.TH BNPASS 1 "09 April, 1999" "BNETD" "BNETD User's Manual"
|
| 25 |
.SH NAME
|
| 26 |
bnpass \- bnetd password utility
|
| 27 |
.SH SYNOPSIS
|
| 28 |
.B bnpass
|
| 29 |
[\fIoptions\fP]
|
| 30 |
[--]
|
| 31 |
[\fIcleartextpassword\fP]
|
| 32 |
.SH DESCRIPTION
|
| 33 |
.B bnpass
|
| 34 |
is a small utility which will output the ASCII hashed version of the
|
| 35 |
clear text password in the same format as used in bnetd account files.
|
| 36 |
This may be useful for writing a script to generate accounts or to
|
| 37 |
reset a password in the bnetd user database.
|
| 38 |
.LP
|
| 39 |
If
|
| 40 |
.I cleartextpassword
|
| 41 |
is not specified you will be prompted to enter it into the standard
|
| 42 |
input.
|
| 43 |
.SH OPTIONS
|
| 44 |
.TP
|
| 45 |
.B \-h --help --usage
|
| 46 |
Print usage information and exit.
|
| 47 |
.TP
|
| 48 |
.B \-v --version
|
| 49 |
Print its version number and exit.
|
| 50 |
.TP
|
| 51 |
.B --
|
| 52 |
Signal end of options. Any further arguments will be treated as
|
| 53 |
passwords even if they begin with a "-".
|
| 54 |
.SH NOTES
|
| 55 |
The current version is available with the bnetd distribution at:
|
| 56 |
.LP
|
| 57 |
.RS
|
| 58 |
.I http://www.bnetd.org/
|
| 59 |
.RE
|
| 60 |
.SH "SEE ALSO"
|
| 61 |
.BR bnetd (1),
|
| 62 |
.BR bnchat (1),
|
| 63 |
.BR bnftp (1)
|
| 64 |
.SH AUTHOR
|
| 65 |
Ross Combs (\fIross@bnetd.org\fP)
|