Hello,
I configured some shares with the option "browseable = No" but this
share still browseable.
my smb.conf:
[global]
        workgroup = CENA-C
        realm = cena-c.pt
        netbios name = SAMBA
        server role = active directory domain controller
        template shell = /bin/bash
        server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbind, ntp_signd, kcc, dnsupdate, dns, smb
        dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr,
netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser,
eventlog6, backupkey, dnsserver, winreg, srvsvc
        idmap_ldb:use rfc2307  = yes
        include = /usr/local/samba/etc/allconfs.conf
[profiles]
        comment = Network Profiles Share
        path = /home1/_profiles
        read only = No
        create mask = 0600
        directory mask = 0700
        profile acls = Yes
        store dos attributes = Yes
        browseable = No
        csc policy = disable
[tmp]
        comment = Temporary file space
        path = /tmp
        read only = No
        guest ok = Yes
        browseable = No
[Share1]
        comment = Share1
        path = /home1/_shares/share1
        read only = No
        browseable = No
[netlogon]
        path = /usr/local/samba/var/locks/sysvol/cena-c.pt/scripts
        read only = No
[sysvol]
        path = /usr/local/samba/var/locks/sysvol
        read only = No
I restarted the connection but nothing happened.
Can anyone help me with this question?
Bruno Pereira