samba at laurenz.ws
2022-Jan-18 10:46 UTC
[Samba] No Domain Logon Possible after last Windows 11 Insider Update
Hi, it's two samba ad/dcs. root at dc01:~# cat /etc/samba/smb.conf # Global parameters [global] netbios name = DC01 realm = SAMBA.LAURENZ.WS workgroup = SAMBA server role = active directory domain controller idmap_ldb:use rfc2307 = yes client ldap sasl wrapping = sign server services = -dns host msdfs = yes dns update command = /usr/sbin/samba_dnsupdate --use-samba-tool log file = /var/log/samba/%m.log log level = 4 # max log size = 10000 [netlogon] path = /var/lib/samba/sysvol/samba.laurenz.ws/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No root at dc02:~# cat /etc/samba/smb.conf # Global parameters [global] netbios name = DC02 realm = SAMBA.LAURENZ.WS workgroup = SAMBA server role = active directory domain controller idmap_ldb:use rfc2307 = yes client ldap sasl wrapping = sign server services = -dns host msdfs = yes dns update command = /usr/sbin/samba_dnsupdate --use-samba-tool log file = /var/log/samba/%m.log log level = 4 # max log size = 10000 [netlogon] path = /var/lib/samba/sysvol/samba.laurenz.ws/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No root at dc02:~# samba -V Version 4.11.17-Debian root at dc02:~# dpkg -l | grep samba ii python3-samba 2:4.11.17+dfsg-0.1raspbian1 armhf Python 3 bindings for Samba ii samba 2:4.11.17+dfsg-0.1raspbian1 armhf SMB/CIFS file, print, and login server for Unix ii samba-common 2:4.11.17+dfsg-0.1raspbian1 all common files used by both the Samba server and client ii samba-common-bin 2:4.11.17+dfsg-0.1raspbian1 armhf Samba common files used by both the server and the client ii samba-dsdb-modules:armhf 2:4.11.17+dfsg-0.1raspbian1 armhf Samba Directory Services Database ii samba-libs:armhf 2:4.11.17+dfsg-0.1raspbian1 armhf Samba core libraries ii samba-vfs-modules:armhf 2:4.11.17+dfsg-0.1raspbian1 armhf Samba Virtual FileSystem plugins root at dc02:~# -----Urspr?ngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Rowland Penny via samba Gesendet: Dienstag, 18. Januar 2022 11:28 An: samba at lists.samba.org Betreff: Re: [Samba] No Domain Logon Possible after last Windows 11 Insider Update On Tue, 2022-01-18 at 11:08 +0100, Dirk Laurenz via samba wrote:> Hello everyone, > > > > i updated my windows 11 Insider to the latest build and afterwards is > no domain logon is possible. > > I restored to the old state - and logons are possible - updated again > - and > no logon possible > > > > Level 10 Debug Log placed on dropbox: > https://www.dropbox.com/s/0e4u7l0gw5jhgxi/192.168.2.80.log?dl=0 >How are you running Samba ? Posting your smb.conf will help in identifying this. Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Rowland Penny
2022-Jan-18 11:30 UTC
[Samba] No Domain Logon Possible after last Windows 11 Insider Update
On Tue, 2022-01-18 at 11:46 +0100, samba at laurenz.ws wrote:> Hi, > > it's two samba ad/dcs. > > root at dc01:~# cat /etc/samba/smb.conf > # Global parameters > [global] > netbios name = DC01 > realm = SAMBA.LAURENZ.WS > workgroup = SAMBA > server role = active directory domain controller > idmap_ldb:use rfc2307 = yes > client ldap sasl wrapping = sign > server services = -dns > host msdfs = yes > dns update command = /usr/sbin/samba_dnsupdate --use-samba- > tool > log file = /var/log/samba/%m.log > log level = 4 > # max log size = 10000 > > > > [netlogon] > path = /var/lib/samba/sysvol/samba.laurenz.ws/scripts > read only = No > > [sysvol] > path = /var/lib/samba/sysvol > read only = No > > root at dc02:~# cat /etc/samba/smb.conf > # Global parameters > [global] > netbios name = DC02 > realm = SAMBA.LAURENZ.WS > workgroup = SAMBA > server role = active directory domain controller > idmap_ldb:use rfc2307 = yes > client ldap sasl wrapping = sign > server services = -dns > host msdfs = yes > dns update command = /usr/sbin/samba_dnsupdate --use-samba- > tool > log file = /var/log/samba/%m.log > log level = 4 > # max log size = 10000 > > [netlogon] > path = /var/lib/samba/sysvol/samba.laurenz.ws/scripts > read only = No > > [sysvol] > path = /var/lib/samba/sysvol > read only = No > > root at dc02:~# samba -V > Version 4.11.17-Debian > root at dc02:~# dpkg -l | grep samba > ii python3-samba 2:4.11.17+dfsg-0.1raspbian1 > armhf Python 3 bindings for Samba > ii samba 2:4.11.17+dfsg-0.1raspbian1 > armhf SMB/CIFS file, print, and login server for Unix > ii samba-common 2:4.11.17+dfsg-0.1raspbian1 > all common files used by both the Samba server and client > ii samba-common-bin 2:4.11.17+dfsg-0.1raspbian1 > armhf Samba common files used by both the server and the > client > ii samba-dsdb-modules:armhf 2:4.11.17+dfsg-0.1raspbian1 > armhf Samba Directory Services Database > ii samba-libs:armhf 2:4.11.17+dfsg-0.1raspbian1 > armhf Samba core libraries > ii samba-vfs-modules:armhf 2:4.11.17+dfsg-0.1raspbian1 > armhf Samba Virtual FileSystem pluginsCan I suggest you upgrade Samba, you can find packages here: https://apt.van-belle.nl/ With the repo setup instructions here: https://apt.van-belle.nl/simple-repo-setup.txt Samba 4.11.17 is very old, better to use the latest version. Rowland