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:
parent
a662bdc024
commit
3d13c9e53a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user