From 48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b Mon Sep 17 00:00:00 2001 From: Ira Cooper Date: Thu, 7 Jun 2012 20:34:33 -0400 Subject: [PATCH] s3-waf: Fix the winbindd active directory idmap support build. This fixes the SAMBA3_MODULE for idmap_ad so it will actually attempt to build. Autobuild-User(master): Ira Cooper Autobuild-Date(master): Fri Jun 8 04:38:04 CEST 2012 on sn-devel-104 --- source3/winbindd/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 3b5d1d3d93d..d9b4d340cdb 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -52,7 +52,7 @@ bld.SAMBA3_MODULE('idmap_ad', deps='IDMAP_AD', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ad'), - enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad' and bld.env.HAVE_LDAP)) + enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad') and bld.env.HAVE_LDAP) bld.SAMBA3_MODULE('idmap_rid', subsystem='idmap', -- 2.34.1