loadparm: Add configuration settings for idmap.
authorKai Blin <kai@samba.org>
Sun, 17 Feb 2008 19:25:13 +0000 (20:25 +0100)
committerKai Blin <kai@samba.org>
Thu, 21 Feb 2008 10:21:54 +0000 (11:21 +0100)
commit2ca1aeb59be0267858c9cd46a04d37d982b79990
treea21a02103117ee6ab2d329fd5f108abee4902fbe
parentee6f838d3a5aaa54b105249391aae89803901a2e
loadparm: Add configuration settings for idmap.

Default behaviour for "idmap trusted only" is "False", meaning idmap creates
ID mappings for all SIDs.

If set to "True", idmap will create SID mappings for trusted users only.

"idmap database" allows to set the database idmap uses, defaulting to
idmap,ldb
(This used to be commit ed8178b110abcde95e5b18cfb22957c53fd3febd)
source4/param/loadparm.c