windows.rst
changeset 33 2dc11012838f
child 34 9442609f6876
equal deleted inserted replaced
32:9af4589c3ff2 33:2dc11012838f
       
     1 -*- outline -*-
       
     2 
       
     3 * Vista and Samba.
       
     4 
       
     5 By default, you cannot authenticate and share files to and from Mac OS X or
       
     6 Linux Samba due to a well known authentication method turned off by default.
       
     7 To enable this,
       
     8 
       
     9 ** Only for Windows Vista Ultimate/Business/Enterprise Editions.
       
    10 
       
    11 Goto Start—>Run and open gpedit.msc or secpol.msc
       
    12 
       
    13 Select Continue on the User Account Control prompt. This will launch the Group
       
    14 Policy Object Editor for the Local Computer Policy.
       
    15 
       
    16 In the Group Policy Object Editor, expand:
       
    17 
       
    18 -> Computer Configuration
       
    19 -> Windows Settings
       
    20 -> Security Settings
       
    21 -> Local Policies
       
    22 -> Security Options
       
    23 
       
    24 Open the ‘Network security: LAN Manager authentication level’ policy and change the Security Setting to:
       
    25 
       
    26 Send LM & NTLM - use NTLMv2 session security if negotiated
       
    27 
       
    28 ** Windows Vista Home Edition.
       
    29 
       
    30 Since Windows Vista Home Edition does not feature the Group Policy Editor, you
       
    31 may do the following to enable this feature:
       
    32 
       
    33 Goto Start—>Run—> and type regedit.
       
    34 
       
    35 Select Continue on the User Account Control prompt.
       
    36 
       
    37 Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
       
    38 
       
    39 Create the following DWORD value (if it doesn’t exist): LmCompatibilityLevel
       
    40 
       
    41 And set its value to: 1