On 10/14/2019 1:54 PM, Giulio via samba wrote:> On Mon, Oct 14, 2019 at 5:55 PM gw1500 via samba <samba at lists.samba.org> wrote: >> I am running CentOS 7 with Samba version 4.9.1. I have a Windows shared >> printer that I cannot set up but I am not sure if this is a CentOS issue >> smbclient -L dap001 -N >> Unable to initialize messaging context >> Anonymous login successful >> >> ?????????????? Sharename???????????? Type?????????? Comment >> ?????????????? ---------???????????? ----?????????? ------- >> smb1cli_req_writev_submit: called for dialect[SMB2_10] server[dap001] >> Error returning browse list: NT_STATUS_REVISION_MISMATCH > For this specific error, see > https://bugzilla.samba.org/show_bug.cgi?id=14151 > https://bugzilla.samba.org/show_bug.cgi?id=14152 > > It appears to be an issue with smbclient; a workaround until the issue > is solved could be > client min protocol = SMB2 > in smb.conf. > > In any case, if you still have issues you should try using a valid > Windows username/password; once you have it working that way you can > then try accessing as guest/anonymous if you really need it. >Thanks. I tried the workaround but it was no help. I'm a little fuzzy on how to add a Windows user/pwd. I THINK I'm supposed to create the file: "/etc/samba/auth.dap001.my username"?? <== note white space in name In that file I put: username = "my username" password = xxxxxxxxxx Some documentation mentions the file "/etc/samba/smbusers" but that file does not seem to exist with CentOS 7. -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
On Mon, Oct 14, 2019 at 9:41 PM gw1500 via samba <samba at lists.samba.org> wrote:> Thanks. I tried the workaround but it was no help. I'm a little fuzzy on > how to add a Windows user/pwd. I THINK I'm supposed to create the file:I understand you want to access a windows printer from Linux, and you are testing with "smbclient .. -N". (-N=don't ask for password). I'm suggesting you do these tests using "smbclient .... -Uuser%password ....." where user and password are valid Windows user/password. No configuration on samba (no smbusers). Once you have this working, then you can try with "-N", after having turned off "password protected sharing" on Windows.
On 10/15/2019 6:03 AM, Giulio via samba wrote:> On Mon, Oct 14, 2019 at 9:41 PM gw1500 via samba <samba at lists.samba.org> wrote: > >> Thanks. I tried the workaround but it was no help. I'm a little fuzzy on >> how to add a Windows user/pwd. I THINK I'm supposed to create the file: > I understand you want to access a windows printer from Linux, and you > are testing with "smbclient .. -N". (-N=don't ask for password). > > I'm suggesting you do these tests using "smbclient .... > -Uuser%password ....." where user and password are valid Windows > user/password. > No configuration on samba (no smbusers). > Once you have this working, then you can try with "-N", after having > turned off "password protected sharing" on Windows. >Thanks. Sorry, I misunderstood. Here is what I get:>smbclient?? -L dap001 -U"my username"%xxxxxxxUnable to initialize messaging context ?????????????? Sharename???????????? Type?????????? Comment ?????????????? ---------???????????? ----?????????? ------- ?????????????? ADMIN$?????????????????? Disk?????????? Remote Admin ?????????????? C$?????????????????????????? Disk?????????? Default share ?????????????? DVD???????????????????????? Disk ?????????????? E$?????????????????????????? Disk?????????? Default share ?????????????? HP DJ 1110 series Printer???? HP DJ 1110 series ?????????????? IPC$?????????????????????? IPC???????????? Remote IPC ?????????????? print$?????????????????? Disk?????????? Printer Drivers Reconnecting with SMB1 for workgroup listing. ?????????????? Server???????????????????????????? Comment ?????????????? ---------?????????????????????? ------- ?????????????? Workgroup?????????????????????? Master ?????????????? ---------?????????????????????? ------- So that much is working but I don't know where to go from here. I do not mind configuring Samba to use username/password but I don't understand why that is necessary. Permissions for "Everyone" on Windows looks correct to me. I don't see anywhere to turn off password protected sharing just for the printer. -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus