cifs: use krb5_kt_default() to determine default keytab location
[jlayton/cifs-utils.git] / idmapwb.pod
1 # turn into a manpage with the following command:
2 #
3 # pod2man -s 8 -c '' -r '' --stderr idmapwb.pod > idmapwb.8.in
4 #
5
6 =head1 NAME
7
8 idmapwb.so - winbind ID mapping plugin for cifs-utils
9
10 =head1 DESCRIPTION
11
12 This plugin allows the utilities in cifs-utils to work in conjuction with
13 the winbind facility of Samba suite. It handles several functions including
14 mapping UID and GID to SIDs and vice versa.
15
16 Utilities are usually configured to use the correct plugin by creating a
17 symlink at @pluginpath@ that points to the correct plugin that you wish
18 to use.
19
20 This plugin requires that B<winbindd(8)> be properly configured and running.
21
22 =head1 SEE ALSO
23 getcifsacl(1), setcifsacl(1), cifs.idmap(8), samba(7), smb.conf(5), winbindd(8)
24
25 =head1 AUTHOR
26 idmapwb.so was written by Jeff Layton <jlayton@samba.org>