Comment 13 for bug 1701073

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Here, let me update with a simple test case:

a) Add this share:
[tmp]
 path = /tmp
 wide links = no
 follow symlinks = yes
 browseable = yes
 read only = no
        guest ok = yes

b) run:
mkdir /tmp/target
ln -sf /tmp/target /tmp/symlink-to-target

c) failing test case:
smbclient //localhost/tmp -N -c "dir symlink-to-target/*" -m SMB2

I'll proceed with the SRU.