public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 14454] New: cannot get symlink file attributes and target with cifsacl mount option
@ 2020-08-03 12:19 samba-bugs
  2020-08-03 12:19 ` [Bug 14454] " samba-bugs
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: samba-bugs @ 2020-08-03 12:19 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14454

            Bug ID: 14454
           Summary: cannot get symlink file attributes and target with
                    cifsacl mount option
           Product: CifsVFS
           Version: 3.x
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: kernel fs
          Assignee: sfrench@samba.org
          Reporter: aaptel@samba.org
        QA Contact: cifs-qa@samba.org
  Target Milestone: ---

On a Windows Server 2019 share with symlinks:

    C:\shares\data> dir
    ...
    12/16/2019  08:04 AM    <SYMLINKD>     DIR [sub\dir]
    12/16/2019  08:04 AM    <SYMLINK>      foolink.txt [sub\dir\foo.txt]
    ...

Mounting without cifsacl kind of works (still missing mode bits):

    # mount //nuc.test/data /mnt -o username=user1,password=user1,vers=3.0
    # ls -la /mnt
    total 3148410
    ...
    l---------  1 root root          0 Dec 16  2019 DIR -> sub/dir
    l---------  1 root root          0 Dec 16  2019 foolink.txt ->
sub/dir/foo.txt

Mounting with cifsacl (with working idmap):

    # mount //nuc.test/data /mnt -o
username=user1,password=user1,vers=3.0,cifsacl
    # ls -la /mnt
    ls: cannot access '/mnt/DIR': Operation not supported
    ls: cannot access '/mnt/foolink.txt': Operation not supported
    ...
    d?????????  ? ?         ?                         ?            ? DIR
    -?????????  ? ?         ?                         ?            ?
foolink.txt

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-03 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03 12:19 [Bug 14454] New: cannot get symlink file attributes and target with cifsacl mount option samba-bugs
2020-08-03 12:19 ` [Bug 14454] " samba-bugs
2020-08-03 12:20 ` samba-bugs
2020-08-03 12:21 ` samba-bugs
2020-08-03 12:21 ` samba-bugs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox