Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown error NT_STATUS_OBJECT_NAME_INVALID #114

Open
q-wertz opened this issue Apr 4, 2022 · 0 comments
Open

Unknown error NT_STATUS_OBJECT_NAME_INVALID #114

q-wertz opened this issue Apr 4, 2022 · 0 comments

Comments

@q-wertz
Copy link

q-wertz commented Apr 4, 2022

Using smbclient v 4.13.17 and Win 10 as SMB server the server seems to reply with error NT_STATUS_OBJECT_NAME_INVALID which is not handled by the php wrapper.

The error is raised when requesting the allinfo. Here an example when connecting directly from the command line using the smbclient:

testuser@asterix:~$ smbclient -W WORKGROUP -U gpssim //123.456.789.12/test
Enter WORKGROUP\gpssim's password: 
Try "help" to get a list of possible commands.
smb: \> ls
  .                                   D        0  Mon Apr  4 15:29:33 2022
  ..                                  D        0  Mon Apr  4 15:29:33 2022

		131067391 blocks of size 4096. 130673114 blocks available
smb: \> allinfo /
NT_STATUS_OBJECT_NAME_NOT_FOUND getting alt name for \
smb: \> allinfo \
NT_STATUS_OBJECT_NAME_NOT_FOUND getting alt name for \

This behavior prevents me from connecting to a Win10 SMB share nextcloud/server#30751 (comment) (If I did not miss anything else 😅 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant