Revision ce4872077e516c88b8f88dab7552fc52139301f6 authored by Ilka Antcheva on 30 August 2006, 14:45:44 UTC, committed by Ilka Antcheva on 30 August 2006, 14:45:44 UTC
- new static methods to get the QWidget pointer for TCanvas


git-svn-id: http://root.cern.ch/svn/root/trunk@16167 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 69f3b38
Raw File
xrdpwdadmin.1
.\"
.\" $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
<cholm@nbi.dk>, for the Debian GNU/Linux system (but may be used by
others). 
.\"
.\" EOF
.\"
back to top