-
Notifications
You must be signed in to change notification settings - Fork 1
/
nss-passwords.1
31 lines (31 loc) · 974 Bytes
/
nss-passwords.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" Hey, EMACS: -*- nroff -*-
.TH NSS-PASSWORDS 1 "April 2011"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
nss-passwords \- read passwords from Mozilla keyrings from command line
.SH SYNOPSIS
.B nss-passwords
.RI [ options ] " query"
.SH DESCRIPTION
This manual page documents briefly the
.B nss-passwords
command.
.PP
\fBnss-passwords\fP is a program that reads passwords from keyrings
used by Mozilla products, like Firefox and Thunderbird. It can run
entirely in text mode. \fIquery\fP is a string that will be looked for
in the hostname entries of the keyring.
.SH OPTIONS
.TP
.B \-d \fIdir
Profile directory. By default, Firefox default profile is guessed.
.TP
.B \-p \fIprog
Program used to ask for a password. By default, \fBpinentry\fP(1) is used.
.TP
.B \-help, \-\-help
Show summary of options.
.SH SEE ALSO
.BR pinentry (1).
.SH AUTHOR
nss-passwords was written by Stéphane Glondu <[email protected]>.