mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +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:
@ -428,7 +428,7 @@ accountExpires: %u
|
|||||||
"""Read the domain SID used by this LDB.
|
"""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):
|
def set_invocation_id(self, invocation_id):
|
||||||
"""Set the invocation id for this SamDB handle.
|
"""Set the invocation id for this SamDB handle.
|
||||||
|
Reference in New Issue
Block a user