forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxrdpwdadmin.1
111 lines (103 loc) · 2.97 KB
/
xrdpwdadmin.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.\"
.\" $Id: xrdpwdadmin.1,v 1.4 2005/03/21 21:42:21 rdm Exp $
.\"
.TH XRDPWDADMIN 1 "Version 3" "ROOT"
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
xrdpwdadmin \- XRootD utility to manage passwords
.SH SYNOPSIS
.B xrdpwdadmin
.RI [-m " mode" ]
.RI [ file ]
.SH "DESCRIPTION"
Use this application to:
.TP
*
Create / Modify a password file for servers under your
administration.
Default location and name \fI~/.xrd/pwdadmin\fR.
.RS
.nf
xrdpwdadmin [\fIfile\fR]
.fi
.RE
.IP
.B NB:
permissions must be such that the file is
readable and writable by owner only, e.g. 0600
.TP
*
Create / Modify a password file for servers enabled to verify
user passwords (default location and name is \fI~/.xrd/pwduser\fR)
.RS
.nf
xrdpwdadmin -m user [\fIfile\fR]
.fi
.RE
.IP
.B NB:
copy the file on the server machine if you are producing
it elsewhere; permissions must be such that the file is
writable by owner only, e.g. 0644
.RE
.TP
*
Create / Modify a autologin file
(default location and name is \fI~/.xrd/pwduser\fR)
.RS
.nf
xrdpwdadmin -m netrc [\fIfile\fR]
.fi
.RE
.IP
.B NB:
permissions must be such that the file is
readable and writable by owner only, e.g. 0600
.TP
*
Create / Modify the file with server public cipher initiators
(default location and name is \fI~/.xrd/pwduser\fR)
.RS
.nf
xrdpwdadmin -m srvpuk [\fIfile\fR]
.fi
.RE
.IP
.B NB:
permissions must be such that the file is
writable by owner only, e.g. 0644
.SH "FILES"
.TP
.I ~/.xrd/pwduser
Default location for password file
.SH "SEE ALSO"
\fIroot\fR(1), \fIxrootd\fR(1)
.PP
See also the \fBROOT\fR webpages:
.US http://root.cern.ch
\fIhttp://root.cern.ch\fR
.UE
.SH "ORIGINAL AUTHORS"
G. Ganis
.SH "COPYRIGHT"
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
.P
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.P
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.SH AUTHOR
This manual page was written by Christian Holm Christensen
<[email protected]>, for the Debian GNU/Linux system (but may be used by
others).
.\"
.\" EOF
.\"