smbj icon indicating copy to clipboard operation
smbj copied to clipboard

STATUS_ACCESS_DENIED (0xc0000022): Authentication failed when accessing Windows Secure share with SMB_3_1_1

Open chaosof99 opened this issue 2 years ago • 4 comments

We are trying to access a Windows Secure share. For testing purposes we forced to use the dialect SMB_3_1_1. With it and other SMB dialects we get the rror message

STATUS_ACCESS_DENIED (0xc0000022): Authentication failed for [username]

We are unable to determine any issue with the configuration of the user or the share. The share however enforces the usage of SMB3 with SMB encryption. Our share support believes that this is caused by the library not having implemented SMB encryption.

Does the library support SMB encryption? Is there any other reason this issue could pop up?

chaosof99 avatar Apr 06 '22 09:04 chaosof99