Hi Heinz, Baris wrote me the following:> i'm using samba4 and RDP running.... > my configuration: > > smb.conf > > .. > auth methods = sam, winbind, ntdomain, ntdomain:winbind > server services = s3fs, winbind, rpc, nbt, wrepl, cldap, ldap, kdc, drepl, ntp_signd, kcc, dnsupdate > dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver, remote, winreg, srvsvc > ...I added the missing dcerpc endpoint servers (remote, winreg, srvsvc) and auth methods (sam, winbind, ntdomain, ntdomain:winbind) which are not in smb.conf by default and now RDP Connections are working. I hope I will find some information about these servers and methods in the man pages or samba wiki. schnaggy:-) On 04/10/2015 09:19 AM, Heinz H?lzl wrote:> Hi, > > no, i have samba only in a test-environment and i continued my tests with samba 4.1.17. > > I think it is not a DNS problem, i used Wireshark to show the DNS traffic and i saw no difference between samba 4.1 and samba 4.2. > > heinz > > > Am Donnerstag, 09. April 2015 12:29 CEST, schnaggysamba <samba at schnaggy.de> schrieb: > >> Hi Heinz, >> >> did you ever resolved this RDP issue? Or found any hints about the possible >> DNS problems? >> >> We run into the same problem here with Win 8.1 Pro clients. >> >> Thanks for you answer. >> >> schnaggy >> >> >> >> -- >> View this message in context: http://samba.2283325.n4.nabble.com/samba-4-2-RDP-problem-tp4682669p4684105.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 > > > >
Hi schnaggy, Zitat von schnaggy <schnaggy at schnaggy.de>:>> auth methods = sam, winbind, ntdomain, ntdomain:winbind >> server services = s3fs, winbind, rpc, nbt, wrepl, cldap, ldap, >> kdc, drepl, ntp_signd, kcc, dnsupdate >> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, >> netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, >> eventlog6, backupkey, dnsserver, remote, winreg, srvsvcthis solution works also for me. In case Sambas internal DNS ist used, server services should also include "dns" so DNS is also started. Christian
Hi, thanx a lot! i can confirm, this solution works also for me. but after setting "auth methods = sam, winbind, ntdomain, ntdomain:winbind" smbclient -k does not work anymore: smbclient //SERVER/netlogon -k session setup failed: NT_STATUS_LOGON_FAILURE in the log.smbd: ../source3/auth/auth_domain.c:347(check_ntdomain_security) check_ntdomain_security: Configuration error! Cannot use ntdomain auth method when not a member of a domain. regards, heinz Am Dienstag, 14. April 2015 09:26 CEST, pug at felsing.net schrieb:> Hi schnaggy, > > > Zitat von schnaggy <schnaggy at schnaggy.de>: > >> auth methods = sam, winbind, ntdomain, ntdomain:winbind > >> server services = s3fs, winbind, rpc, nbt, wrepl, cldap, ldap, > >> kdc, drepl, ntp_signd, kcc, dnsupdate > >> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, > >> netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, > >> eventlog6, backupkey, dnsserver, remote, winreg, srvsvc > > this solution works also for me. In case Sambas internal DNS ist used, > server services should also include "dns" so DNS is also started. > > Christian > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
can you try : smbclient //SERVER.DOMAIN.TLD/netlogon -k bet that works.. Louis>-----Oorspronkelijk bericht----- >Van: heinz.hoelzl at gvcc.net >[mailto:samba-bounces at lists.samba.org] Namens Heinz H?lzl >Verzonden: dinsdag 14 april 2015 10:55 >Aan: samba at lists.samba.org >CC: pug at felsing.net; schnaggy at schnaggy.de >Onderwerp: Re: [Samba] samba 4.2 RDP problem > >Hi, > >thanx a lot! > >i can confirm, this solution works also for me. > > >but after setting "auth methods = sam, winbind, ntdomain, >ntdomain:winbind" smbclient -k does not work anymore: > >smbclient //SERVER/netlogon -k >session setup failed: NT_STATUS_LOGON_FAILURE > > >in the log.smbd: >../source3/auth/auth_domain.c:347(check_ntdomain_security) > check_ntdomain_security: Configuration error! Cannot use >ntdomain auth method when not a member of a domain. > > >regards, >heinz > > >Am Dienstag, 14. April 2015 09:26 CEST, pug at felsing.net schrieb: > >> Hi schnaggy, >> >> >> Zitat von schnaggy <schnaggy at schnaggy.de>: >> >> auth methods = sam, winbind, ntdomain, ntdomain:winbind >> >> server services = s3fs, winbind, rpc, nbt, wrepl, >cldap, ldap, >> >> kdc, drepl, ntp_signd, kcc, dnsupdate >> >> dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, >> >> netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, >> >> eventlog6, backupkey, dnsserver, remote, winreg, srvsvc >> >> this solution works also for me. In case Sambas internal DNS >ist used, >> server services should also include "dns" so DNS is also started. >> >> Christian >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba > > > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba > >