[SCM] Samba Shared Repository - branch master updated

Nadezhda Ivanova nivanova at samba.org
Fri Jan 29 06:43:10 MST 2010


The branch, master has been updated
       via  adc38b0... Fixed a bug caused by a typo. Infrastructure role didn't work.
      from  2dc56d6... s4/ldap: Test to expoit ldb_ildap bug in case of nested search requests

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


- Log -----------------------------------------------------------------
commit adc38b00a90897da0ccf0120638b520153d0f4d6
Author: Nadezhda Ivanova <nadezhda.ivanova at postpath.com>
Date:   Fri Jan 29 15:42:46 2010 +0200

    Fixed a bug caused by a typo. Infrastructure role didn't work.

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

Summary of changes:
 source4/scripting/python/samba/netcmd/fsmo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/netcmd/fsmo.py b/source4/scripting/python/samba/netcmd/fsmo.py
index 6bfc2ef..171b89a 100644
--- a/source4/scripting/python/samba/netcmd/fsmo.py
+++ b/source4/scripting/python/samba/netcmd/fsmo.py
@@ -104,7 +104,7 @@ all=all of the above"""),
         elif role == "naming":
             m.dn = ldb.Dn(samdb, self.naming_dn)
         elif role == "infrastructure":
-            m.dn = ldb.Dn(samdb, self.indrastructure_dn)
+            m.dn = ldb.Dn(samdb, self.infrastructure_dn)
         elif role == "schema":
             m.dn = ldb.Dn(samdb, self.schema_dn)
         else:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list