i have been trying to join my windows 7 machines in a samba domain, but it aways fails. I can join a windows 7 machine in a Samba domain. Then i have an error: _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client USER machine account USER$ But the machine joined. Then, when i will log in with an user, i cant do it, and the same error is showed in the log file. _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client USER machine account USER$ I don't know what to do to this work fine... thanks! -- ------------------------------------------- Edson Tadeu Almeida Silveira http://sites.google.com/site/edsontadeu/ -------------------------------------------
I've already made this changes, but i'm still having the same problems to login windows7 in a samba domain. Something else?? 2010/3/17 Daniel M?ller <mueller at tropenklinik.de>> Hello, > > First of all Windows7 considers your Domain-Server is your DNS-Server. > In Windows7 you have to do a registry hack to join. > I did it this way with a samba 3.2.5 suse 10.2: > > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Para > meters] > "DomainCompatibilityMode"=dword:00000001 > "DNSNameResolutionRequired"=dword:00000000 > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] > "Update"="no" > "DisablePasswordChange"=dword:00000000 > "MaximumPasswordAge"=dword:0000001e > "RequireSignOrSeal"=dword:00000001 > "RequireStrongKey"=dword:00000001 > "SealSecureChannel"=dword:00000001 > "SignSecureChannel"=dword:00000001 > > > Then be aware of time since between samba and your Win7 client. It must be > the same time. > > Daniel > > ----------------------------------------------- > EDV Daniel M?ller > > Leitung EDV > Tropenklinik Paul-Lechler-Krankenhaus > Paul-Lechler-Str. 24 > 72076 T?bingen > > Tel.: 07071/206-463, Fax: 07071/206-499 > eMail: mueller at tropenklinik.de > Internet: www.tropenklinik.de > ----------------------------------------------- > -----Urspr?ngliche Nachricht----- > Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] > Im > Auftrag von Edson Tadeu Almeida da Silveira > Gesendet: Mittwoch, 17. M?rz 2010 00:54 > An: samba at lists.samba.org > Betreff: [Samba] Windows 7 Issues > > i have been trying to join my windows 7 machines in a samba domain, but it > aways fails. > I can join a windows 7 machine in a Samba domain. Then i have an error: > > _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting > auth request from client USER machine account USER$ > > But the machine joined. Then, when i will log in with an user, i cant do > it, > and the same error is showed in the log file. > > _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting > auth request from client USER machine account USER$ > > > I don't know what to do to this work fine... > > > thanks! > > -- > > ------------------------------------------- > Edson Tadeu Almeida Silveira > http://sites.google.com/site/edsontadeu/ > ------------------------------------------- > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >-- ------------------------------------------- Edson Tadeu Almeida Silveira http://sites.google.com/site/edsontadeu/ -------------------------------------------
On 03/16/2010 07:53 PM, Edson Tadeu Almeida da Silveira wrote:> i have been trying to join my windows 7 machines in a samba domain, but it > aways fails. > I can join a windows 7 machine in a Samba domain. Then i have an error: > > _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting > auth request from client USER machine account USER$ > > But the machine joined. Then, when i will log in with an user, i cant do it, > and the same error is showed in the log file. > > _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting > auth request from client USER machine account USER$ > > > I don't know what to do to this work fine... > > > thanks! > >what version of samba?
I am pretty sure you want Samba 3.3.x or higher. On 03/17/2010 09:51 AM, Edson Tadeu Almeida da Silveira wrote:> > I'm using Samba Version 3.2.3 > > > > 2010/3/17 Gaiseric Vandal <gaiseric.vandal at gmail.com > <mailto:gaiseric.vandal at gmail.com>> > > On 03/16/2010 07:53 PM, Edson Tadeu Almeida da Silveira wrote: > > i have been trying to join my windows 7 machines in a samba > domain, but it > aways fails. > I can join a windows 7 machine in a Samba domain. Then i have > an error: > > _netr_ServerAuthenticate3: netlogon_creds_server_check failed. > Rejecting > auth request from client USER machine account USER$ > > But the machine joined. Then, when i will log in with an user, > i cant do it, > and the same error is showed in the log file. > > _netr_ServerAuthenticate3: netlogon_creds_server_check failed. > Rejecting > auth request from client USER machine account USER$ > > > I don't know what to do to this work fine... > > > thanks! > > > what version of samba? > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > > > > > -- > > ------------------------------------------- > Edson Tadeu Almeida Silveira > http://sites.google.com/site/edsontadeu/ > -------------------------------------------
Hi! Now i could join in a samba domain with windows7. I did the follow changes in my Win7: 0 - I had to upgrade my samba server to version 3.4.7 1- I did this changes in the registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] "DomainCompatibilityMode"=dword:00000001 "DNSNameResolutionRequired"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] "Update"="no" "DisablePasswordChange"=dword:00000000 "MaximumPasswordAge"=dword:0000001e "RequireSignOrSeal"=dword:00000001 "RequireStrongKey"=dword:00000001 "SealSecureChannel"=dword:00000001 "SignSecureChannel"=dword:00000001 2 - I changed this network adapter configurations: 2.a - Wins server should be the samba server address. 2.b - Primary DNS server should be the samba server address. 3.c - Configure the primary DNS Suffix with the same samba server address. This worked for me. thanks all. 2010/3/17 Edson Tadeu Almeida da Silveira <edson.tadeu at gmail.com>> i've already tried with 3.4.7, and i had the same problem. :-/ > > > > > 2010/3/17 Gaiseric Vandal <gaiseric.vandal at gmail.com> > >> I am pretty sure you want Samba 3.3.x or higher. >> >> >> >> >> On 03/17/2010 09:51 AM, Edson Tadeu Almeida da Silveira wrote: >> >> >> I'm using Samba Version 3.2.3 >> >> >> >> 2010/3/17 Gaiseric Vandal <gaiseric.vandal at gmail.com> >> >>> On 03/16/2010 07:53 PM, Edson Tadeu Almeida da Silveira wrote: >>> >>>> i have been trying to join my windows 7 machines in a samba domain, but >>>> it >>>> aways fails. >>>> I can join a windows 7 machine in a Samba domain. Then i have an error: >>>> >>>> _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting >>>> auth request from client USER machine account USER$ >>>> >>>> But the machine joined. Then, when i will log in with an user, i cant do >>>> it, >>>> and the same error is showed in the log file. >>>> >>>> _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting >>>> auth request from client USER machine account USER$ >>>> >>>> >>>> I don't know what to do to this work fine... >>>> >>>> >>>> thanks! >>>> >>>> >>>> >>> what version of samba? >>> -- >>> To unsubscribe from this list go to the following URL and read the >>> instructions: https://lists.samba.org/mailman/options/samba >>> >> >> >> >> -- >> >> ------------------------------------------- >> Edson Tadeu Almeida Silveira >> http://sites.google.com/site/edsontadeu/ >> ------------------------------------------- >> >> >> > > > -- > > ------------------------------------------- > Edson Tadeu Almeida Silveira > http://sites.google.com/site/edsontadeu/ > ------------------------------------------- >-- ------------------------------------------- Edson Tadeu Almeida Silveira http://sites.google.com/site/edsontadeu/ -------------------------------------------