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
|
.\" @(#)$RCSfile: nsrmusrmap.man,v $ $Revision: 3144 $ $Date: 2010-02-04 11:55:10 +0100 (Thu, 04 Feb 2010) $ CERN IT-GD/SC Jean-Philippe Baud
.\" Copyright (C) 2005-2009 by CERN/IT/GD/SC
.\" All rights reserved
.\"
.TH NSRMUSRMAP 1 "$Date: 2010-02-04 11:55:10 +0100 (Thu, 04 Feb 2010) $" CASTOR "Cns Administrator Commands"
.SH NAME
nsrmusrmap \- suppress user entry corresponding to a given virtual uid or user name
.SH SYNOPSIS
.B nsrmusrmap
.BI --uid " uid"
.BI --user " username"
.SH DESCRIPTION
.B nsrmusrmap
suppresses the user entry corresponding to a given virtual uid or user name.
If both are specified, they must point at the same entry.
.LP
This command requires ADMIN privilege.
.SH OPTIONS
.TP
.BI --uid " uid"
specifies the Virtual User Id.
.TP
.BI --user " username"
specifies the new user name.
It must be at most 255 characters long.
.SH EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation
failed.
.SH SEE ALSO
.B Cns_rmusrmap(3)
|