Comment 6 for bug 449735

Revision history for this message
Chuck Short (zulcss) wrote : Re: [karmic] Long SMB share names invisible

I applied the patch from upstream and it resolved the issue:

chuck@kenny:/var/log/samba$ smbclient -L localhost
Enter chuck's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.4.0]

 Sharename Type Comment
 --------- ---- -------
 print$ Disk Printer Drivers
 test1 Disk test1
 thisisareallyreallyreallylongshare Disk thisisareallylongshare
 IPC$ IPC IPC Service (kenny server (Samba, Ubuntu))
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.4.0]

 Server Comment
 --------- -------
 KENNY kenny server (Samba, Ubuntu)

 Workgroup Master
 --------- -------
 WORKGROUP

Regards
chuck