Help!

NTLM Passwords Linux NAS passwords

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Networking & Sharing RSS
Next:  Vista and Terminal Services  
Author Message
SteveK
External


Since: Nov 22, 2006
Posts: 7



PostPosted: Wed Jan 31, 2007 9:19 am    Post subject: NTLM Passwords Linux NAS passwords
Archived from groups: microsoft>public>windows>vista>networking_sharing (more info?)

in RC2 this forum gave me the following solution to a problem accessing linux
devices - i.e. password format was not accepted due NTLM.

- Click Start
- Click Control Panel
- Click System and Maintenance
- Click Administrative Tools
- Double-Click Local Security Policy
- In the left pane, click the triangle next to Local Policy
- In the left pane, click Security Options
- In the right pane near the bottom, double-click "Network security: LAN
manager authentication level"
- Click the drop-down box, and click "Send LM & NTLM - use NTLMv2 session
security if negotiated"
- Click OK

The solution worked perfectly - BUT now I have a the final version (Vista
Home - bought in a shop) I have the same problem except that when I try to
follow the procedure above there is no 'Local Security Policy' option in the
Administrative Tools section of the control panel.

Can anyone tell me where I can access the 'Local Security Policy' settings??

Thanks, SteveK
Back to top
SteveK
External


Since: Nov 22, 2006
Posts: 7



PostPosted: Wed Jan 31, 2007 11:14 am    Post subject: RE: NTLM Passwords Linux NAS passwords [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The implications are it seems that if you have any Linux based NAS devices
(which probably accounts for the majority) they will not work (passwords)
with Vista Home Edition. There are going to be a lot of very unhappy people
out there! You'll have to pay another £144 to upgrade to Ultimate!

Any comments, input, work arounds or donations towards a copy of Ultimate
greatly appreciated.

"SteveK" wrote:

> in RC2 this forum gave me the following solution to a problem accessing linux
> devices - i.e. password format was not accepted due NTLM.
>
> - Click Start
> - Click Control Panel
> - Click System and Maintenance
> - Click Administrative Tools
> - Double-Click Local Security Policy
> - In the left pane, click the triangle next to Local Policy
> - In the left pane, click Security Options
> - In the right pane near the bottom, double-click "Network security: LAN
> manager authentication level"
> - Click the drop-down box, and click "Send LM & NTLM - use NTLMv2 session
> security if negotiated"
> - Click OK
>
> The solution worked perfectly - BUT now I have a the final version (Vista
> Home - bought in a shop) I have the same problem except that when I try to
> follow the procedure above there is no 'Local Security Policy' option in the
> Administrative Tools section of the control panel.
>
> Can anyone tell me where I can access the 'Local Security Policy' settings??
>
> Thanks, SteveK
Back to top
Dave R.
External


Since: Jan 02, 2007
Posts: 128



PostPosted: Wed Jan 31, 2007 2:34 pm    Post subject: Re: NTLM Passwords Linux NAS passwords [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"SteveK" <SteveK.RemoveThis@discussions.microsoft.com> wrote in message
news:793DDDAC-D5CB-41D7-821A-3CC09B2EF34A@microsoft.com...
> "SteveK" wrote:
>
>> in RC2 this forum gave me the following solution to a problem
>> accessing linux
>> devices - i.e. password format was not accepted due NTLM.
>>
>> - Click Start
>> - Click Control Panel
>> - Click System and Maintenance
>> - Click Administrative Tools
>> - Double-Click Local Security Policy
>> - In the left pane, click the triangle next to Local Policy
>> - In the left pane, click Security Options
>> - In the right pane near the bottom, double-click "Network security:
>> LAN
>> manager authentication level"
>> - Click the drop-down box, and click "Send LM & NTLM - use NTLMv2
>> session
>> security if negotiated"
>> - Click OK
>>
>> The solution worked perfectly - BUT now I have a the final version
>> (Vista
>> Home - bought in a shop) I have the same problem except that when I
>> try to
>> follow the procedure above there is no 'Local Security Policy' option
>> in the
>> Administrative Tools section of the control panel.
>>
>> Can anyone tell me where I can access the 'Local Security Policy'
>> settings??
>>
>> Thanks, SteveK

> The implications are it seems that if you have any Linux based NAS
> devices
> (which probably accounts for the majority) they will not work
> (passwords)
> with Vista Home Edition. There are going to be a lot of very unhappy
> people
> out there! You'll have to pay another £144 to upgrade to Ultimate!
>
> Any comments, input, work arounds or donations towards a copy of
> Ultimate
> greatly appreciated.
>

Two thoughts: One, perhaps there is a way to upgrade the NAS devices to
support NTLMv2 authentication. Two, perhaps there are registry settings
that can achieve the same effect as using the Local Security Policy
settings.

In XP Pro, changing from "Send LM & NTLM responses" to "Send LM & NTLM -
use NTLMv2 session security if negotiated" changes
"lmcompatibilitylevel" in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa from
dword:00000000 to dword:00000001

If someone with a Business or Ultimate version had time and inclination,
they could run a registry compare before & after changing the
authentication level and see what surfaces. Unfortunately I don't yet
have access to a copy of Business or Ultimate or I'd do it - I'll
eventually have to anyway so I can automate a couple of deployment
scenarios.

Hope this helps.

Regards,

Dave
Back to top
Jimmy Brush
External


Since: Jun 23, 2006
Posts: 1214



PostPosted: Thu Feb 01, 2007 9:13 am    Post subject: Re: NTLM Passwords Linux NAS passwords [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is the correct registry key and value to change.


--
- JB
Microsoft MVP - Windows Shell/User

Windows Vista Support Faq
http://www.jimmah.com/vista/
Back to top
Dave R.
External


Since: Jan 02, 2007
Posts: 128



PostPosted: Thu Feb 01, 2007 9:57 am    Post subject: Re: NTLM Passwords Linux NAS passwords [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jimmy Brush" <JimmyBrush DeleteThis @discussions.microsoft.com> wrote in message
news:33EF922A-9182-49A4-B097-E15E4272DA6E@microsoft.com...
> This is the correct registry key and value to change.
>
>
> --

Thanks for the confirmation.

Best Regards,

Dave
Back to top
SteveK
External


Since: Nov 22, 2006
Posts: 7



PostPosted: Fri Feb 02, 2007 10:14 am    Post subject: Re: NTLM Passwords Linux NAS passwords [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Worked a treat - thanks
BTW, the existing value in my registry was 00000003 and not 00000000. But I
set it to 00000001 and it works a treat.

"Jimmy Brush" wrote:

> This is the correct registry key and value to change.
>
>
> --
> - JB
> Microsoft MVP - Windows Shell/User
>
> Windows Vista Support Faq
> http://www.jimmah.com/vista/
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Networking & Sharing All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum