Skip to content

Commit

Permalink
s4:provision We no longer add krbtgt or kpasswd account into secrets.ldb
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed Jul 28, 2009
1 parent d793bee commit 113621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/scripting/python/samba/tests/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_become_dc(self):
samdb_url="ldap://url/",
dns_keytab_path="dns.keytab", dnspass="bla",
machinepass="machinepass", dnsdomain="example.com")
self.assertEquals(1,
self.assertEquals(0,
len(secrets_ldb.search("samAccountName=krbtgt,flatname=EXAMPLE,CN=Principals")))
self.assertEquals("keytab.path",
secrets_ldb.searchone(basedn="flatname=EXAMPLE,CN=primary domains",
Expand Down

0 comments on commit 113621d

Please sign in to comment.