summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2014-12-23 17:33:34 -0800
committerJeremy Allison <jra@samba.org>2015-01-08 04:30:32 +0100
commitb817ce6d912bd8801aed039c9def1bb042e0d8af (patch)
tree09282305f2f8a9e00e372be4de77d779150709a7 /source3/wscript
parenta5d383cbd56fdab958334c8e6a19a824941c11c1 (diff)
downloadsamba-b817ce6d912bd8801aed039c9def1bb042e0d8af.tar.gz
samba-b817ce6d912bd8801aed039c9def1bb042e0d8af.tar.xz
samba-b817ce6d912bd8801aed039c9def1bb042e0d8af.zip
Add a script-only idmap module.
In this third version I have cleaned up some unused variable warnings that only the Samba 3 build found and added a man page based on the idmap_tdb2 man page. I have also added support for ID_TYPE_BOTH mappings and replaced calls to popen with something safer. Also, I removed some non-PC macros. Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Jan 8 04:30:32 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index bb57db5338..8e04c9e1b8 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1578,6 +1578,7 @@ main() {
vfs_crossrename vfs_linux_xfs_sgid
vfs_time_audit idmap_autorid idmap_tdb2
idmap_ad
+ idmap_script
idmap_rid idmap_hash idmap_rfc2307'''))
if Options.options.developer: