From: Gerald Carter Date: Wed, 21 Mar 2007 20:29:35 +0000 (+0000) Subject: add idmap_nss man page X-Git-Tag: samba-4.0.0alpha6~801^2~1797 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e14759e5c321f3b1e761e80ed2145d9e3785c91;p=thirdparty%2Fsamba.git add idmap_nss man page (This used to be commit ba6b6d6ac8c419fe9c81779431e8c88457df6306) --- diff --git a/docs/manpages-3/idmap_nss.8.xml b/docs/manpages-3/idmap_nss.8.xml new file mode 100644 index 00000000000..2882351c084 --- /dev/null +++ b/docs/manpages-3/idmap_nss.8.xml @@ -0,0 +1,64 @@ + + + + + + idmap_nss + 8 + + + + + idmap_nss + Samba's idmap_nss Backend for Winbind + + + + DESCRIPTION + + The idmap_nss plugin provides a means to map Unix users and groups + to Windows accounts and obseletes the "winbind trusted domains only" + smb.conf option. This provides a simple means of ensuring that the SID + for a Unix user named jsmith is reported as the one assigned to + DOMAIN\jsmith which is necessary for reporting ACLs on files and printers + stored on a Samba member server. + + + + + EXAMPLES + + + The follow sets of a LDAP configuration which uses a slave server + running on localhost for fetching SID/gid/uid mappings while + sending update requests to the directory master server. + + + + [global] + idmap domain = SAMBA TRUSTEDDOMAINS + + idmap config SAMBA:backend = nss + idmap config SAMBA:readonly = yes + + idmap config TRUSTEDDOMAINS:default = yes + idmap config TRUSTEDDOMAINS:backend = tdb + idmap config TRUSTEDDOMAINS:range = 10000 - 50000 + + idmap alloc backend = tdb + idmap alloc config:range = 10000 - 50000 + + + + + AUTHOR + + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + +