Bug 7389 - Fix a winbind crash when scanning trusted domains
Summary: Fix a winbind crash when scanning trusted domains
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 3.5.2
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-24 04:40 UTC by Volker Lendecke
Modified: 2010-04-25 01:53 UTC (History)
0 users

See Also:


Attachments
Patch for 3.5 (1.22 KB, patch)
2010-04-24 04:40 UTC, Volker Lendecke
metze: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Lendecke 2010-04-24 04:40:18 UTC
add_trusted_domain() for a new domain always needs to be followed by a
setup_domain_child(). This was not always done, in particular not when walking
to the forest root for additional trusts.
Comment 1 Volker Lendecke 2010-04-24 04:40:55 UTC
Created attachment 5652 [details]
Patch for 3.5
Comment 2 Stefan Metzmacher 2010-04-24 06:41:44 UTC
Comment on attachment 5652 [details]
Patch for 3.5

Looks good
Comment 3 Stefan Metzmacher 2010-04-24 06:42:16 UTC
Karolin, please pick for the release
Comment 4 Karolin Seeger 2010-04-25 01:53:22 UTC
Pushed to v3-5-test.
Closing out bug report.

Thanks!