From bb27a52810198b61f37e0efd05047b8a5ea981a7 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 17 Dec 2012 11:45:41 -0500 Subject: cifs-utils: add a manpage for idmapwb ...and clean up references to winbind in various tool manpages. Signed-off-by: Jeff Layton --- idmapwb.pod | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 idmapwb.pod (limited to 'idmapwb.pod') 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 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 -- cgit v1.2.3