Author Topic: How to configure zentyals samba to see user home share with smbclient  (Read 1618 times)

zentyalhk

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Hello,

we need to give each user access to its home dir (smb) using common app smbclient on zentyal server machine.

Listing shares with smbclient -L <Server-IP> -U <username> don't show its home share.
All other shares define under zentyal menu file sharing are shown as expected.
Even shares named sysvol, print$, IPC$, zentyal-quarantine Disk, but don't sharename for users home!

Has anyone a solution or some hints to configure it?

thanks

UdoB

  • Zen Warrior
  • ***
  • Posts: 148
  • Karma: +17/-0
    • View Profile
Re: How to configure zentyals samba to see user home share with smbclient
« Reply #1 on: January 25, 2013, 01:57:00 pm »
Has anyone a solution or some hints to configure it?

No solution but a workaround: simply ignore the invisibility. This does work even though the home share for the user "ubt" is not listed by smbclient:

Code: [Select]
root@i5:~# smbmount //neo.cos.lan/ubt /tmp/ubt  -o username=ubt
Password:
root@i5:~# mount | grep ubt
//neo.cos.lan/ubt on /tmp/ubt type cifs (rw)

Best regards
Udo