[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Dec 21 16:17:03 MST 2011


The branch, master has been updated
       via  a42de3b s3: There's no reason not to at least build winbind on darwin
      from  bfbb389 s3-dns: prevent from potentially doing wrong SRV DNS lookups.

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


- Log -----------------------------------------------------------------
commit a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Dec 21 22:38:00 2011 +0100

    s3: There's no reason not to at least build winbind on darwin
    
    It does not necessarily do nsswitch services, but as a NETLOGON proxy
    it should work fine
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Dec 22 00:16:44 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 46c98aa..cbea99d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6370,6 +6370,8 @@ case "$host_os" in
 		WINBIND_NSS="../nsswitch/WINBIND"
 		WINBIND_WINS_NSS=""
 		;;
+	*darwin*)
+		;;
 	*)
 		HAVE_WINBIND=no
 		winbind_no_reason=", unsupported on $host_os"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list