Options

SAMBA share

qwertyiopqwertyiop Member Posts: 725 ■■■□□□□□□□
I can't remember how to do this but i recall reading about it a few weeks ago.
The setting im looking for is to show only what the user has read access to.

Comments

  • Options
    ClaymooreClaymoore Member Posts: 1,637
    You're looking for access-based enumeration.

    smb.conf
    access based share enum (S)

    If this parameter is yes for a service, then the share hosted by the service will only be visible to users who have read or write access to the share during share enumeration (for example net view \\sambaserver). This has parallels to access based enumeration, the main difference being that only share permissions are evaluated, and security descriptors on files contained on the share are not used in computing enumeration access rights.

    Default: access based share enum = no
Sign In or Register to comment.