fixed up some provision errors from the recent changes
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 2009 03:28:57 +0000 (13:28 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 2009 03:28:57 +0000 (13:28 +1000)
source4/scripting/python/samba/tests/samdb.py

index d0b95cf542ec108294c6a18e3d6f6e1c620ebb98..ab5e59545b2537079fc70c37a8c74fb59c99bd88 100644 (file)
@@ -72,12 +72,11 @@ class SamDBTestCase(TestCaseInTempDir):
                             domaindn=self.domaindn, configdn=configdn, 
                             schemadn=schemadn)
         setup_templatesdb(os.path.join(self.tempdir, "templates.ldb"), 
-                          self.setup_path, session_info=session_info, 
-                          credentials=creds, lp=self.lp)
+                          self.setup_path, session_info=session_info, lp=self.lp)
         self.samdb = setup_samdb(path, self.setup_path, session_info, creds, 
                                  self.lp, names, 
                                  lambda x: None, domainsid, 
-                                 "# no aci", domainguid, 
+                                 domainguid, 
                                  policyguid, False, "secret", 
                                  "secret", "secret", invocationid, 
                                  "secret", "domain controller")