yabko
2016-Oct-18 01:06 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
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
/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
/etc/hosts
127.0.0.1 localhost
127.0.1.1 pdc.wmpny.local pdc
/etc/hostname
pdc
ip address is 10.18.66.5
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
--
View this message in context:
http://samba.2283325.n4.nabble.com/samba-4-5-0-strange-windows-10-issue-incorrect-password-tp4709799p4709807.html
Sent from the Samba - General mailing list archive at Nabble.com.
Rowland Penny
2016-Oct-18 07:09 UTC
[Samba] samba 4.5.0 strange windows 10 issue | incorrect password
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.5I 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 pdcThis 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
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
Seemingly Similar 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