Difference between revisions of "SAMBA Domain Controller"

From wiki.breedveld.net
Jump to: navigation, search
Line 15: Line 15:
 
  ->Disable "Domain Member: Digitally encrypt or sign secure channel data (always)"
 
  ->Disable "Domain Member: Digitally encrypt or sign secure channel data (always)"
 
  Restart, and you should be able to log on with your Samba username and password.
 
  Restart, and you should be able to log on with your Samba username and password.
 +
 +
For Windows7 and Server 2008R2, also edit the registry:
 +
HKLM\System\CCS\Services\Netlogon\Parameters
 +
add DWORD  RequireSignOrSeal = 0
 +
add DWORD  RequireStrongKey = 0
 +
Reboot after this

Revision as of 17:35, 7 January 2012

Samba Domain on XP:

Start->run->MMC
->File->add/remove snap-in->Add
-->Add
--->Group Policy Object Editor->Add
---->(Group Policy Object must be 'Local Computer')->Finish
--->Close
-->OK
->Local Computer Policy
->Computer Configuration
->Windows Settings
->Security Settings
->Local Policies
->Security Options
->Disable "Domain Member: Digitally encrypt or sign secure channel data (always)"
Restart, and you should be able to log on with your Samba username and password.

For Windows7 and Server 2008R2, also edit the registry:

HKLM\System\CCS\Services\Netlogon\Parameters
add DWORD  RequireSignOrSeal = 0
add DWORD  RequireStrongKey = 0

Reboot after this