Bug #757
closedSparc: Unable to join domain when packet signing is required by domain controller
0%
Description
I ran into this issue using OpenIndiana 134+ on SPARC (it's my own build with all of the CIFS and storage patches from onnv-gate--see the OI Wiki for build details and patches).
I can not join a Windows 2003 domain due to a "bad signature" message in /var/adm/messages. The same "smbadm join" works fine on x86 with the same OS build.
# smbadm join -u admin MYDOMAIN After joining MYDOMAIN the smb service will be restarted automatically. Would you like to continue? [no]: yes Enter domain password: Joining MYDOMAIN ... this may take a minute ... failed to find any domain controllers for MYDOMAIN
Feb 28 16:43:47 dev smbd[1797]: [ID 702911 daemon.error] smbrdr_exchange[115]: bad signature
This appears to be Sun/Oracle bug #6615461 which is still unresolved, and although I haven't tested for this issue yet using any Illumos builds, I suspect it still exists and I haven't seen any bug reports or commits related to it.
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6615461
I'm guessing it's due to a byte-order issue related to SPARC vs x86.
Updated by Gordon Ross almost 7 years ago
- Status changed from New to Closed
I'm going to just assume this is no longer an issue.
Re-open if we get new data.