Jeroen van Erp

Results 267 comments of Jeroen van Erp
trafficstars

@dkocher Which authenticator are you using?

@dkocher @karthik-119 Can you try with the fix from https://github.com/hierynomus/smbj/pull/800?

@bubbleguuum Now that's even weirder, as Git doesn't show any change which could have anything to do with that on the current `master` branch 🤔

There should be no need to set it up. You can use `./gradlew build` to build the project. This will use the Gradle wrapper. There is no Maven build files...

For building you need to use Java11 (or higher)

@szh202020 What kind of server/appliance is the production machine. Can you get us a debug (or trace) log of SMBJ connecting to the host, where we see the warning/error message?

Also see https://github.com/hierynomus/smbj/issues/270 for the same issue. From discussion on that ticket, it is most likely a problem on the server side, as the last comment noted that even smbclient...

With these settings you'll also need to remove the supported dialects for SMB2. The goal of the default config is to make it more compatible. I would welcome a second...

Can you give some more details, what are you doing, write a correct bug report please?

@bodote It seems that the authentication to the main server works fine, and you're traversing to a DFS server. However that server has set signing required. You could try to...