Displaying 3 results from an estimated 3 matches for "requiresignonseal".
2009 May 06
4
Windows 7 RC
Hi.
Is there any option to join Windows 7 RC to domain? Message from windows
is : The specified domain either does not exist or could not be contacted.
Samba is 3.0.28a.
--
Vladimir Psenicka
IT system engineer
Prodeco a.s.
2009 Oct 26
2
Windows 7
...ted Text]
That won't work. Your only chance is Samba 3.3.4 with
HKLM\System\CCS\Services\LanmanWorkstation\Parameters
DWORD DomainCompatibilityMode = 1
DWORD DNSNameResolutionRequired = 0
HKLM\System\CCS\Services\Netlogon\Parameters
DWORD RequireSignOnSeal = 0
DWORD RequireStrongKey = 0
Haven't tested that yet, but you should get some steps
further.
Volker
I gave it a shot this afternoon, and was able to get to the "Welcome
to the XXX domain"
message. Afterwards I immediately received an error "Changing the
prim...
2011 Jul 22
1
windows 7 clients complain that the trust relationship with the server has failed
...s on the web that suggest making the same set of changes to the Windows 7 registry:
HKLM\System\CCS\Services\LanmanWorkstation\Parameters
DWORD DomainCompatibilityMode = 1
DWORD DNSNameResolutionRequired = 0
HKLM\System\CCS\Services\Netlogon\Parameters
DWORD RequireSignOnSeal = 0
DWORD RequireStrongKey = 0
below is my smb.conf file (and thanks!)
steve
ps: I'm also open to general advise regarding my samba configuration...
#======================= Global Settings =====================================
[global]
workgroup = cs.mtmercy.edu...