mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
s4:samdb.py - remove a pointless comment
We are only looking for the default DN - but the method name already tells us this. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 19 10:03:12 UTC 2010 on sn-devel-104
This commit is contained in:
@ -68,7 +68,6 @@ class SamDB(samba.Ldb):
|
||||
return dsdb._am_rodc(self)
|
||||
|
||||
def domain_dn(self):
|
||||
# find the DNs for the domain
|
||||
res = self.search(base="",
|
||||
scope=ldb.SCOPE_BASE,
|
||||
expression="(defaultNamingContext=*)",
|
||||
|
Reference in New Issue
Block a user