mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
Fix more introduced regressions in new bindings.
This commit is contained in:
@ -752,7 +752,7 @@ def setup_samdb(path, setup_path, session_info, credentials, lp,
|
||||
return samdb
|
||||
|
||||
message("Pre-loading the Samba 4 and AD schema")
|
||||
samdb.set_domain_sid(domainsid)
|
||||
samdb.set_domain_sid(str(domainsid))
|
||||
if serverrole == "domain controller":
|
||||
samdb.set_invocation_id(invocationid)
|
||||
|
||||
|
Reference in New Issue
Block a user