[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Jan 14 07:33:02 MST 2012


The branch, master has been updated
       via  9f50dfb s3: ADS support is needed for dns updates
      from  ab1f896 KCC importldif/exportldif and intersite topology

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


- Log -----------------------------------------------------------------
commit 9f50dfb5ce4441c4ce3bfbf4be5aa4e4a38476bd
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Jan 14 13:47:08 2012 +0100

    s3: ADS support is needed for dns updates
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sat Jan 14 15:32:15 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 61ae567..3102ad0 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4575,7 +4575,7 @@ if test x"$with_dnsupdate_support" != x"no"; then
 
   ################################################################
   # first test for AD / GSSAPI support being enabled
-	if test x"$have_gssapi" != xyes ; then
+	if test x"$have_gssapi" != xyes -o x"$use_ads" != xyes ; then
 		if test x"$with_dnsupdate_support" = x"yes" ; then
 			AC_MSG_ERROR(DNS Updates support only possible with AD and GSSAPI support)
 		else


-- 
Samba Shared Repository


More information about the samba-cvs mailing list