summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-03-29 16:03:04 +0200
committerVolker Lendecke <vl@samba.org>2016-04-15 15:32:11 +0200
commit154570d9e9067ea419ddd5eb6920964a0935711e (patch)
tree093ba3b40f4a083ed7b07961e10f8d40e140b1f4 /source3/winbindd/wscript_build
parentcade673f5fff8a578b8620149688ecc93e981205 (diff)
downloadsamba-154570d9e9067ea419ddd5eb6920964a0935711e.tar.gz
idmap_ad: Separate out the nss functions
The nss functions technically right now are part of the idmap modules. However, there is no intrinsic reason for this mixture of concerns. I would like to heavily modify the idmap_ad idmapping functions without modifying the nss functions (yet!!). So as a first step this patch moves the nss functions textually out of the way. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 3ee280c9412..eab788f1837 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -20,7 +20,7 @@ bld.SAMBA3_SUBSYSTEM('IDMAP_HASH',
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_hash'))
bld.SAMBA3_SUBSYSTEM('IDMAP_AD',
- source='idmap_ad.c',
+ source='idmap_ad.c idmap_ad_nss.c',
deps='ads nss_info',
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad'))