1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s4-pysamdb: fixed get_domain_sid()

we need to actually return the SID!

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2010-08-20 07:26:53 +10:00
parent a662bdc024
commit 3d13c9e53a

View File

@ -428,7 +428,7 @@ accountExpires: %u
"""Read the domain SID used by this LDB.
"""
dsdb._samdb_get_domain_sid(self)
return dsdb._samdb_get_domain_sid(self)
def set_invocation_id(self, invocation_id):
"""Set the invocation id for this SamDB handle.