Re: [Samba] Windows 7 Issues

2010-03-17 Thread Edson Tadeu Almeida da Silveira
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 muel...@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:0001
 DNSNameResolutionRequired=dword:

 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters]
 Update=no
 DisablePasswordChange=dword:
 MaximumPasswordAge=dword:001e
 RequireSignOrSeal=dword:0001
 RequireStrongKey=dword:0001
 SealSecureChannel=dword:0001
 SignSecureChannel=dword:0001


 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: muel...@tropenklinik.de
 Internet: www.tropenklinik.de
 ---
 -Ursprüngliche Nachricht-
 Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org]
 Im
 Auftrag von Edson Tadeu Almeida da Silveira
 Gesendet: Mittwoch, 17. März 2010 00:54
 An: samba@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/
---
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Windows 7 Issues

2010-03-17 Thread Gaiseric Vandal

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


Re: [Samba] Windows 7 Issues

2010-03-17 Thread Gaiseric Vandal

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.van...@gmail.com 
mailto:gaiseric.van...@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/
---


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Windows 7 Issues

2010-03-17 Thread Edson Tadeu Almeida da Silveira
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:0001
DNSNameResolutionRequired=dword:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters]
Update=no
DisablePasswordChange=dword:
MaximumPasswordAge=dword:001e
RequireSignOrSeal=dword:0001
RequireStrongKey=dword:0001
SealSecureChannel=dword:0001
SignSecureChannel=dword:0001


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.ta...@gmail.com

 i've already tried with 3.4.7, and i had the same problem.  :-/




 2010/3/17 Gaiseric Vandal gaiseric.van...@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.van...@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/
---
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Windows 7 Issues

2010-03-16 Thread Edson Tadeu Almeida da Silveira
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