Displaying 1 result from an estimated 1 matches for "lsnt_status_not_supported".
2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...s fail with EOPNOTSUPP (errno 95).
*[root at test2 ~]# smbclient //test3/local --user=test -WdomainEnter
domain\test's password:Kinit for test at domain to access test3 failed: Cannot
find KDC for requested realmDomain=[domain] OS=[Windows 6.1] Server=[Samba
4.6.2]smb: \>smb: \> lsNT_STATUS_NOT_SUPPORTED listing \*smb: \>*
When I added debug prints inside the plugin, I am seeing GETXATTR call
fails with error 95.
The path is generally "." since samba does vfs_ChDir to the directory
before calling get_nt_acl_fn
Here are my experiments so far:
* If I write the small program to do ge...