Bug 11016 - pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords
Summary: pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: 4.2.0rc2
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Stefan Metzmacher
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks: 11017
  Show dependency treegraph
 
Reported: 2014-12-18 00:35 UTC by Stefan Metzmacher
Modified: 2014-12-18 15:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Metzmacher 2014-12-18 00:35:27 UTC
pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords,
these are typically generated by windows. A possible conversion
from UTF16MUNGED => UTF8 => UTF16LE => nthash looses information,
so we need a way to provide a cli_credentials structure from the backend.
Comment 1 Stefan Metzmacher 2014-12-18 15:34:17 UTC
fixed in v4-2-test