diff options
Diffstat (limited to 'python/samba/join.py')
-rw-r--r-- | python/samba/join.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/samba/join.py b/python/samba/join.py index 59e4d5c1a5..4b9fed066e 100644 --- a/python/samba/join.py +++ b/python/samba/join.py @@ -1037,7 +1037,8 @@ class dc_join(object): "flatname" : ctx.forest_domain_name, "trustPartner" : ctx.dnsforest, "trustAuthIncoming" : ndr_pack(outgoing), - "trustAuthOutgoing" : ndr_pack(outgoing) + "trustAuthOutgoing" : ndr_pack(outgoing), + "securityIdentifier" : ndr_pack(ctx.forestsid) } ctx.local_samdb.add(rec) |