Open felipecaparelli opened 6 years ago
Unfortunately I don't have much of an idea what could be wrong there. Maybe there is an difference in the host/computer names we send in the NTLM messages.
Can you provide more details? Packet traces of a working/not working setup would be great.
The changes I commited for testing in #98 right now, allow more control over the hostname sent (by default it won't send any), could you try whether this changes anything?
I am having an issue with SMB Authentication after migrating from the jcifs to jcifs-ng. The code below didn't work with the system user, but in fact, it works when I use a personal account.
`public void setAuth(String fullhostname, String user, String pass){
`
We have tried this code using both SMB1 and SMB2 environment but the result was the same:
IMPORTANT: Another point is, when we tried to move to smbj library we didn't have any problem to connect with both accounts, so the limitation is not totally related to the used account (that still works with old library jcifs - SMB1).
Can somebody help me with that? Thanks in advance.