1
0
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:
Jelmer Vernooij
2008-12-21 04:36:16 +01:00
parent bfb29e94b1
commit eeb25cf548
6 changed files with 117 additions and 96 deletions

View File

@ -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)