summaryrefslogtreecommitdiff
path: root/idmapwb.pod
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2012-12-17 11:45:41 -0500
committerJeff Layton <jlayton@samba.org>2012-12-20 07:16:36 -0500
commitbb27a52810198b61f37e0efd05047b8a5ea981a7 (patch)
tree279aeba75aa52f73f573fe103b59ef698a5b3af1 /idmapwb.pod
parente5f0246b3085a5679253041aaabbbe6881e473ab (diff)
downloadcifs-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 'idmapwb.pod')
-rw-r--r--idmapwb.pod26
1 files changed, 26 insertions, 0 deletions
diff --git a/idmapwb.pod b/idmapwb.pod
new file mode 100644
index 0000000..4cc2b5a
--- /dev/null
+++ b/idmapwb.pod
@@ -0,0 +1,26 @@
+# turn into a manpage with the following command:
+#
+# pod2man -s 8 -c '' -r '' --stderr idmapwb.pod > idmapwb.8.in
+#
+
+=head1 NAME
+
+idmapwb.so - winbind ID mapping plugin for cifs-utils
+
+=head1 DESCRIPTION
+
+This plugin allows the utilities in cifs-utils to work in conjuction with
+the winbind facility of Samba suite. It handles several functions including
+mapping UID and GID to SIDs and vice versa.
+
+Utilities are usually configured to use the correct plugin by creating a
+symlink at @pluginpath@ that points to the correct plugin that you wish
+to use.
+
+This plugin requires that B<winbindd(8)> be properly configured and running.
+
+=head1 SEE ALSO
+getcifsacl(1), setcifsacl(1), cifs.idmap(8), samba(7), smb.conf(5), winbindd(8)
+
+=head1 AUTHOR
+idmapwb.so was written by Jeff Layton <jlayton@samba.org>