diff options
author | Jeff Layton <jlayton@samba.org> | 2012-12-17 11:45:41 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-12-20 07:16:36 -0500 |
commit | bb27a52810198b61f37e0efd05047b8a5ea981a7 (patch) | |
tree | 279aeba75aa52f73f573fe103b59ef698a5b3af1 /getcifsacl.1.in | |
parent | e5f0246b3085a5679253041aaabbbe6881e473ab (diff) | |
download | cifs-utils-bb27a52810198b61f37e0efd05047b8a5ea981a7.tar.gz cifs-utils-bb27a52810198b61f37e0efd05047b8a5ea981a7.tar.bz2 cifs-utils-bb27a52810198b61f37e0efd05047b8a5ea981a7.zip |
cifs-utils: add a manpage for idmapwb
...and clean up references to winbind in various tool manpages.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'getcifsacl.1.in')
-rw-r--r-- | getcifsacl.1.in | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/getcifsacl.1.in b/getcifsacl.1.in new file mode 100644 index 0000000..fa09dc3 --- /dev/null +++ b/getcifsacl.1.in @@ -0,0 +1,59 @@ +'\" t +.\" Title: cifs.idmap +.\" Author: [see the "AUTHOR" section] +.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> +.\" Date: 08/19/2011 +.\" Manual: System Administration tools +.\" Source: cifs-utils 4.0 +.\" Language: English +.\" +.TH "GETCIFSACL" "1" "08/19/2011" "cifs-utils" "CIFS Access Control List Tools" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +getcifsacl \- Userspace helper to display an ACL in a security descriptor for Common Internet File System (CIFS) +.SH "SYNOPSIS" +.HP \w'\ 'u +getcifsacl [\-v|\-r] {file system object} +.SH "DESCRIPTION" +.PP +This tool is part of the cifs-utils suite\&. +.PP +getcifsacl is a userspace helper program for the Linux CIFS client file system. It is intended to display a security descriptor including ACL for a file system object. +.PP +This program uses a plugin to handle the mapping of SIDs to user and group names. \fB@pluginpath@\fR should be a symlink that points to the correct plugin to use. +.PP +Fields of an ACE such as SID, type, flags, and mask are displayed separated by /. Numeric values of type, flags, and mask are displayed in hexadecimal format. +.SH "OPTIONS" +.PP +\-v +.RS 4 +Print version number and exit\&. +.RE +\-r +.RS 4 +Display a security descriptor in raw mode. Values such as type and flags are displayed in hexadecimal format, a SID is not mapped to a name. +.RE +.SH "NOTES" +.PP +Kernel support for getcifsacl/setcifsacl utilities was initially introduced in the 2.6.37 kernel. +.SH "SEE ALSO" +.PP +\fBmount.cifs\fR(8), +\fBsetcifsacl\fR(1) +.PP +.SH "AUTHOR" +.PP +Shirish Pargaonkar wrote the getcifsacl program\&. +.PP +The +Linux CIFS Mailing list +is the preferred place to ask questions regarding these programs\&. |