Bug 5568 - net rpc trustdom add broken !
Summary: net rpc trustdom add broken !
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: Domain Control (show other bugs)
Version: 3.2.0
Hardware: Other Linux
: P3 regression
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 19:26 UTC by Jeremy Allison
Modified: 2008-07-22 14:49 UTC (History)
0 users

See Also:


Attachments
Patch (3.02 KB, patch)
2008-06-27 19:32 UTC, Jeremy Allison
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2008-06-27 19:26:34 UTC
net rpc trustdom add was broken. The default 10second timeout can be too short to create an account on a Samba DC (calling out to a script), error message reporting was poor, and more importantly the new marshalling code for user_info23 was broken (maps onto a user_info21 but doesn't clear the user_info23 struct before marshalling, leaving an uninitialized size field - give "alloc failure").
Jeremy.
Comment 1 Jeremy Allison 2008-06-27 19:32:16 UTC
Created attachment 3375 [details]
Patch

Fixes the bug here. Please test.
Jeremy.
Comment 2 Karolin Seeger 2008-07-22 14:49:18 UTC
Closing out bug report.
Please re-open if it is still an issue.