File: nslistusrmap.man

package info (click to toggle)
lfc-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,676 kB
  • ctags: 10,779
  • sloc: ansic: 146,136; sh: 13,176; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 861; fortran: 113
file content (47 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (8)
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
.\" @(#)$RCSfile: nslistusrmap.man,v $ $Revision: 1.1 $ $Date: 2007/12/13 06:15:14 $ CERN IT-GD/ITR Jean-Philippe Baud
.\" Copyright (C) 2007 by CERN/IT/GD/ITR
.\" All rights reserved
.\"
.TH NSLISTUSRMAP 1 "$Date: 2007/12/13 06:15:14 $" CASTOR "Cns Administrator Commands"
.SH NAME
nslistusrmap \- query about a given user or list all existing users in virtual uid table
.SH SYNOPSIS
.B nslistusrmap
[
.BI --uid " uid"
] [
.BI --user " username"
]
.SH DESCRIPTION
.B nslistusrmap
queries about a given user or lists all existing users in virtual uid table.
.LP
This function requires ADMIN privilege.
.SH OPTIONS
.TP
.BI --uid " uid"
specifies the Virtual User Id.
.TP
.BI --user " username"
specifies the user name.
.SH EXAMPLES
.nf
.ft CW
nslistusrmap --uid 5678
    5678 /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=Jean Dupond
.sp
nslistusrmap --user "/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=Jean Dupond"
    5678 /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=Jean Dupond
.sp
nslistusrmap
    5678 /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=Jean Dupond
    6789 /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=Luc Martin
.ft
.fi
.SH EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation
failed.
.SH SEE ALSO
.BR Castor_limits(4) ,
.BR Cns_getusrbynam(3) ,
.B Cns_getusrbyuid(3)