Not sure exactly what this means, but if I view -b the opendirectorysam
file it looks like it embeds the username and password in clear text
(yippee). But when I go back to Windows and try to join I still get
Access Denied. Looking at the samba log I noticed a couple errors that
I'm not sure what they are and couldn't find any info on:
Which I did double-check and encrypt is set to yes.
Ulp...I haven't encountered this....looks like some length
field in /var/db/samba/opendirectorysam got set wrong and
so junk gets passed onward and the auth fails.
Here's an 'xxd' dump of mine (suitably obfuscated) to compare to:
# xxd opendirectorysam
0000000: 6f64 7361 0000 0008 0000 0008 0000 0000 odsa............
0000010: xxxx xxxx xxxx xxxx yyyy yyyy yyyy yyyy xxxxxxxxyyyyyyyy
where "xx" are characters in the userid and "yy" are in the password.
They were both 8 chars so I can't tell you which of like length fields
on the first line is which.