The branch, master has been updated
via 2d23dff s4-upgradeprovision: try to fix the detection of @provision
record
from f72d56d s3-rpc_server: Only setup tcpip ports if epmapper is
enabled.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2d23dff49b353265e0c0f8ba5a62b95c2313e713
Author: Matthieu Patou <[email protected]>
Date: Sun Jul 31 00:46:58 2011 +0400
s4-upgradeprovision: try to fix the detection of @provision record
Autobuild-User: Matthieu Patou <[email protected]>
Autobuild-Date: Mon Aug 1 13:43:50 CEST 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/scripting/bin/upgradeprovision | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/bin/upgradeprovision
b/source4/scripting/bin/upgradeprovision
index af97964..0a3df32 100755
--- a/source4/scripting/bin/upgradeprovision
+++ b/source4/scripting/bin/upgradeprovision
@@ -1348,7 +1348,7 @@ def rebuild_sd(samdb, names):
def hasATProvision(samdb):
entry = samdb.search(expression="dn=@PROVISION", base = "",
- scope=SCOPE_SUBTREE,
+ scope=SCOPE_BASE,
attrs=["dn"])
if entry != None and len(entry) == 1:
--
Samba Shared Repository