New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Access Based Enumeration

Discuss development on Bubba
Post Reply
mijn
Posts: 2
Joined: 04 Jun 2014, 07:25

Access Based Enumeration

Post by mijn »

Microsoft supports Access Based Enumeration (ABE).
Microsoft explains this mechanism at their technet website.

Can we get this to work on the CIFS/SMB shares on Excito too?
I would like to hide the folders for users that have no access to certain folders, preferrably already on the folders in /home.
Can i activate that on my Excito?
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Access Based Enumeration

Post by Ubi »

yes, samba can do this. Try adding

Code: Select all

hide unreadable = yes
hide unwriteable files = yes
to the share definition in /etc/samba/smb.conf
Post Reply