Thread: Samba4 [homes] share not browsable
for reason, can't see home directory share maps each user's home directory, [homes]. can directly map network drive in windows or mount on mac, when trying browse available shares doesn't show up. here smb.conf:
code:[global] # custom edits via hook ####################### # enable symlinks outside of shares unix extensions = no wide links = yes browseable = yes # end custom edits ################### netbios name = enterprise workgroup = life server string = zentyal file server wins support = yes dns proxy = yes name resolve order = wins bcast host interfaces = lo,eth0 bind interfaces = yes server role = dc server role check:inhibit = yes realm = life.lan log level = 3 log file = /var/log/samba/samba.log passdb backend = samba4 idmap_ldb:use rfc2307 = yes server services = -dns -nbt -wrepl server signing = auto [netlogon] path = /var/lib/samba/sysvol/life.lan/scripts browseable = no read = yes [sysvol] path = /var/lib/samba/sysvol read = no [homes] comment = home directories path = /home/%s read = no browseable = no create mask = 0611 directory mask = 0711 vfs objects = acl_xattr full_audit full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename # shares [directories] comment = home directories path = /home browseable = yes read = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename # shares [default] comment = share path = /home/samba//shares/default browseable = yes read = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename # shares [scan] comment = printer scans path = /home/samba//shares/default/scanned browseable = yes read = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename [print$] comment = "printer drivers" path = /var/lib/samba/printers browseable = yes read = yes guest ok = no write list = @"domain admins" valid users = @"domain users" #[zentyal-internal-backups] # path = /tmp # browseable = yes # read = yes # valid users = @"domain admins" # admin users = @"domain admins" # force group = ebox # force user = ebox [zentyal-quarantine] comment = "quarantine" path = /home/samba/quarantine browseable = yes read = no # custom share # generated hook [intranet] comment = intranet path = /var/www/ministries browseable = yes read = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename [ministries] comment = ministries path = /var/local/ministries browseable = yes read = no force create mode = 0660 force directory mode = 0660 vfs objects = acl_xattr full_audit full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Samba4 [homes] share not browsable
Ubuntu
Comments
Post a Comment