id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4288	SMB client doesn't work	birdie		"Has this feature been maintained and supported recently?

I'm now running mc-4.8.26-1.fc33.x86_64 and I cannot connect to my local SMB/Samba/CIFS shares.

I get:

{{{
Cannot chdir to ""/smb://localhost/tmp""
}}}

Here's my entire samba server config:

{{{
[global]
        workgroup = MYGROUP
        security = user
        passdb backend = tdbsam
        guest account = nobody
        map to guest = Bad User

        printing = bsd
        printcap name = /dev/null
        load printers = no
        cups options = raw
        disable spoolss = yes

        # log files split per-machine:
        log file = /var/log/samba/log.%m

[TMP]
        path = /tmp
        public = yes
        only guest = yes
        writable = yes
        printable = no

}}}

smbclient //localhost/tmp works perfectly. 
"	defect	closed	major		mc-vfs	4.8.26	duplicate					no branch	
