Rowland Penny
2016-Oct-18 07:50 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
On Tue, 18 Oct 2016 08:09:10 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote:> > See inline comments: > > On Mon, 17 Oct 2016 18:06:36 -0700 (PDT) > yabko via samba <samba at lists.samba.org> wrote: > > > Well, all I gained from that is you haven't got a PDC, it is an AD > > DC. > > > > What OS are you using ? > > What is in smb.conf ? > > What is in /etc/krb5.conf ? > > what is in /etc/resolv.conf ? > > what is in /etc/hosts ? > > what is in /etc/hostname ? > > what is the ipaddress of the AD DC ? > > > > Rowland > > > > ------------------- > > > > Rowland yes it's ADDC the hostname is just PDC. Sorry for the > > confusion > > > > The server is > > > > Description: Debian GNU/Linux 6.0.6 (squeeze) > > Release: 6.0.6 > > Codename: squeeze > > > > You do know that squeeze is EOL ? > > > /etc/krb5.conf > > [libdefaults] > > default_realm = WMPNY.LAN > > dns_lookup_realm = false > > dns_lookup_kdc = true > > > > /etc/resolv.conf > > > > search wmpny.lan > > domain wmpny.lan > > nameserver 10.18.66.5 > > I would suggest removing the 'domain' line, it is turning off the > 'search' line, you cannot have both lines in resolv.conf > > > > > /etc/hosts > > 127.0.0.1 localhost > > 127.0.1.1 pdc.wmpny.local pdc > > This is very likely your problem, /etc/hosts should be: > > 127.0.0.1 localhost > 10.18.66.5 pdc.wmpny.local pdc > > and as you have '127.0.1.1', this probably means you are using > Network-Manager, if so, stop this from using dnsmasq. > As you are using '.local', I would also suggest turning off Avahi, if > this is running. > > Rowland > >I completely missed this: From /etc/krb5.conf: default_realm = WMPNY.LAN From /etc/hosts: 127.0.1.1 pdc.wmpny.local pdc 'WMPNY.LAN' or 'wmpny.local', which is it, they both should be the same (apart from case) Rowland
yabko
2016-Oct-18 14:29 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
hi Rowland domain is wmpny.lan not .local, so i made the changes to the files where you caught the mismatch i know squeeze is EOL but it's internal and i never had issues with it. do you think upgrading OS would resolve this issue ? It's been running fine since samba4 4.0 days with the "unchanged" conf files. adjusted the files to your suggestions /etc/hosts 127.0.0.1 localhost 10.18.66.5 pdc.wmpny.lan pdc /etc/resolv.conf search wmpny.lan #domain wmpny.lan nameserver 10.18.66.5 I just had it happen again today before i made your config file edits. Will fully update client OS (win10x64) and monitor. -- View this message in context: http://samba.2283325.n4.nabble.com/samba-4-5-0-strange-windows-10-issue-incorrect-password-tp4709799p4709834.html Sent from the Samba - General mailing list archive at Nabble.com.
L.P.H. van Belle
2016-Oct-18 14:41 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
.lan .local .... Both reserved by Apple's mDNS/ZeroConf.. ( sorry ) Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens yabko via samba > Verzonden: dinsdag 18 oktober 2016 16:30 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] samba 4.5.0 strange windows 10 issue | incorrect > password > > hi Rowland > > domain is wmpny.lan not .local, so i made the changes to the files where > you > caught the mismatch > > i know squeeze is EOL but it's internal and i never had issues with it. do > you think upgrading OS would resolve this issue ? It's been running fine > since samba4 4.0 days with the "unchanged" conf files. > > adjusted the files to your suggestions > > /etc/hosts > > 127.0.0.1 localhost > 10.18.66.5 pdc.wmpny.lan pdc > > /etc/resolv.conf > > search wmpny.lan > #domain wmpny.lan > nameserver 10.18.66.5 > > I just had it happen again today before i made your config file edits. > Will > fully update client OS (win10x64) and monitor. > > > > > > > -- > View this message in context: http://samba.2283325.n4.nabble.com/samba-4- > 5-0-strange-windows-10-issue-incorrect-password-tp4709799p4709834.html > Sent from the Samba - General mailing list archive at Nabble.com. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
yabko
2016-Oct-18 14:45 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
avahi is nor running -- View this message in context: http://samba.2283325.n4.nabble.com/samba-4-5-0-strange-windows-10-issue-incorrect-password-tp4709799p4709838.html Sent from the Samba - General mailing list archive at Nabble.com.
L.P.H. van Belle
2016-Oct-18 14:46 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
But please post the smb.conf sanitize it if needed. You didnt post it as requested and without it is only guessing.. samba4 4.0 days with the "unchanged" conf files. So you didnt update the the latest defaults im guessing.. This can be you problem. And its also possible your missing cifs protocol thingies. https://wiki.samba.org/index.php/LinuxCIFSKernel What is your running kernel? Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens yabko via samba > Verzonden: dinsdag 18 oktober 2016 16:30 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] samba 4.5.0 strange windows 10 issue | incorrect > password > > hi Rowland > > domain is wmpny.lan not .local, so i made the changes to the files where > you > caught the mismatch > > i know squeeze is EOL but it's internal and i never had issues with it. do > you think upgrading OS would resolve this issue ? It's been running fine > since samba4 4.0 days with the "unchanged" conf files. > > adjusted the files to your suggestions > > /etc/hosts > > 127.0.0.1 localhost > 10.18.66.5 pdc.wmpny.lan pdc > > /etc/resolv.conf > > search wmpny.lan > #domain wmpny.lan > nameserver 10.18.66.5 > > I just had it happen again today before i made your config file edits. > Will > fully update client OS (win10x64) and monitor. > > > > > > > -- > View this message in context: http://samba.2283325.n4.nabble.com/samba-4- > 5-0-strange-windows-10-issue-incorrect-password-tp4709799p4709834.html > Sent from the Samba - General mailing list archive at Nabble.com. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Possibly Parallel Threads
- samba 4.5.0 strange windows 10 issue | incorrect password
- samba 4.5.0 strange windows 10 issue | incorrect password
- samba 4.5.0 strange windows 10 issue | incorrect password
- samba 4.5.0 strange windows 10 issue | incorrect password
- samba 4.5.0 strange windows 10 issue | incorrect password