diff options
Diffstat (limited to 'idmapwb.rst.in')
-rw-r--r-- | idmapwb.rst.in | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/idmapwb.rst.in b/idmapwb.rst.in new file mode 100644 index 0000000..4d7fd62 --- /dev/null +++ b/idmapwb.rst.in @@ -0,0 +1,37 @@ +========== +idmapwb.so +========== + +---------------------------------------- +winbind ID mapping plugin for cifs-utils +---------------------------------------- +:Manual section: 8 + + +*********** +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 \ **winbindd(8)**\ be properly configured and running. + + +******************************************************************************* +SEE ALSO +******************************************************************************* +getcifsacl(1), setcifsacl(1), cifs.idmap(8), samba(7), smb.conf(5), winbindd(8) + + + +***************************************************************** +AUTHOR +***************************************************************** +idmapwb.so was written by Jeff Layton <jlayton@samba.org> |