From 10b9b9b6458bed93a30c8d43ed71256fc4f4a434 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Oct 15 2007 16:21:53 +0000 Subject: * Sun Oct 14 2007 Simo Sorce 3.0.26a-5.fc7 - Fix default domain patch turned out to be incomplete, fixed --- diff --git a/samba.spec b/samba.spec index 05e3da3..16feb80 100644 --- a/samba.spec +++ b/samba.spec @@ -2,7 +2,7 @@ Summary: The Samba Suite of programs Name: samba Epoch: 0 Version: 3.0.26a -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Daemons URL: http://www.samba.org/ @@ -644,7 +644,10 @@ exit 0 #%{_includedir}/libmsrpc.h %changelog -* Sat Oct 10 2007 Simo Sorce 3.0.26a-4.fc7 +* Sun Oct 14 2007 Simo Sorce 3.0.26a-5.fc7 +- Fix default domain patch turned out to be incomplete, fixed + +* Thu Oct 11 2007 Simo Sorce 3.0.26a-4.fc7 - Fix idmap_rid module with compatible config syntax * Sat Oct 6 2007 Simo Sorce 3.0.26a-3.fc7 diff --git a/samba3_idmap_default_domain.patch b/samba3_idmap_default_domain.patch index a5505a8..84f8f14 100644 --- a/samba3_idmap_default_domain.patch +++ b/samba3_idmap_default_domain.patch @@ -50,6 +50,16 @@ Index: source/nsswitch/idmap.c } /*************************** +@@ -389,7 +389,8 @@ + continue; + } + +- if (strequal(dom_list[i], lp_workgroup())) { ++ if ((dom_list[i] != default_domain) && ++ strequal(dom_list[i], lp_workgroup())) { + pri_dom_is_in_list = True; + } + /* init domain */ @@ -398,10 +411,10 @@ "default", False);