[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Aug 27 04:13:36 MDT 2010


The branch, master has been updated
       via  6bcab32 s3-waf: build samldap passdb backend
      from  c679290 s4-dsdb: Fixed a compiler warning.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6bcab329e7d5d3c6a6f02f3ebdfe397bc18bb521
Author: Sumit Bose <sbose at redhat.com>
Date:   Fri Aug 27 11:29:08 2010 +0200

    s3-waf: build samldap passdb backend
    
    Signed-off-by: Günther Deschner <gd at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript       |    2 +-
 source3/wscript_build |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index b61d110..54342d5 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -264,7 +264,7 @@ utimensat vsyslog _write __write __xstat
     conf.CHECK_SAMBA3_CHARSET() # see build/charset.py
 
 
-    default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam rpc_lsarpc rpc_samr
+    default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam pdb_ldap rpc_lsarpc rpc_samr
                                       rpc_winreg rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl
                                       rpc_ntsvcs rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss
                                       rpc_eventlog auth_sam auth_unix auth_winbind auth_wbc auth_server
diff --git a/source3/wscript_build b/source3/wscript_build
index 90d1bb3..2387d15 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -484,7 +484,7 @@ PASSDB_GET_SET_SRC = '''passdb/pdb_get_set.c'''
 
 PDB_STATIC =        ''
 PDB_TDBSAM_SRC =    'passdb/pdb_tdb.c'
-PDB_LDAP_SRC =      'passdb/pdb_ldap.c'
+PDB_LDAP_SRC =      'passdb/pdb_ldap.c passdb/pdb_nds.c'
 PDB_ADS_SRC =       'passdb/pdb_ads.c'
 PDB_SMBPASSWD_SRC = 'passdb/pdb_smbpasswd.c'
 PDB_WBC_SAM_SRC =   'passdb/pdb_wbc_sam.c'


-- 
Samba Shared Repository


More information about the samba-cvs mailing list