search for: dfsmgmt

Displaying 2 results from an estimated 2 matches for "dfsmgmt".

Did you mean: fsmgmt
2024 Apr 16
2
howto achieve 'hide unreadable' for msdfs symlinks
...ser cannot read? (the same as 'hide unreadable = yes' does for regular files) Windows Server does support what i need, i'm using calls like this on windows: 'dfsutil property acl grant \\[server or namespace]\[the link] [group|user]:RXW protect'. That's also available in dfsmgmt.msc on a folder's properties. I thought of the "hide unreadable" option, but it only works on files and directories, not symlinks (no surprise as symlinks are 777). My last idea was vfs_xattr, but it does not help either. I tried to force xattr to symlinks via 'setfattr -h -n...
2024 Apr 17
1
howto achieve 'hide unreadable' for msdfs symlinks
...the same as 'hide unreadable = yes' does for regular files) > > Windows Server does support what i need, i'm using calls like this on > windows: 'dfsutil property acl grant \\[server or namespace]\[the > link] [group|user]:RXW protect'. That's also available in dfsmgmt.msc > on a folder's properties. > > I thought of the "hide unreadable" option, but it only works on files > and directories, not symlinks (no surprise as symlinks are 777). > My last idea was vfs_xattr, but it does not help either. I tried to > force xattr to syml...