Displaying 1 result from an estimated 1 matches for "subsequi".
Did you mean:
subsequ
1998 Aug 20
0
macro subsitution inconsistancies
...lag. */
if( *smb_apasswd == 0)
guest = True;
}
This makes sense, considering that it then tries to read the file /etc/smb-confs/smb.conf.guest (my guest account = guest).
I don't know if this should be chalked up to a bug in NT (not sending a username to get a browse list on subsequient requests unlike how it does the first time) or a samba bug implictly using the guest account even though that connection has already been auth'ed. As such I'm not sure of a "correct" solution. Note that I was unable to reproduce this with smbclient, I think because smbclient...