![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have created 2 shares on a Vista RC 1 5600 machine.
The ACLs on both shares were - "Administrators: full control" - and nothing else. I could not access these shares from another machine (w2k), user the same username and password! The user account was a member of Administrators group on Vista. Explicitly adding "MyUser: full control" to the share permissions solved the issue. More so. Switching UAC off also solved it! Looks like the SMB server ignores the fact that the user is in the Administrators group due to UAC! Can I switch some setting to allow the SMB server only (not the whole OS) to pay attention to Administrators group membership? |
|
|||
|
Hello,
By default, Windows Vista filters the access token when you authenticate via the network to a box as an administrator local to the box. This effectively prevents you from using any administrator powers remotely when authenticated to a box as an administrator local to that box. To change this behavior, create or modify the following registry value: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy This is a DWORD value. Set it to 1. -- - JB Windows Vista Support Faq http://www.jimmah.com/vista/ |
|
|||
|
Thanks Jimmy! this works. Is this behavior documented in some MS's KB
articles? Looks like a good candidate. "Jimmy Brush" wrote: Hello, By default, Windows Vista filters the access token when you authenticate via the network to a box as an administrator local to the box. This effectively prevents you from using any administrator powers remotely when authenticated to a box as an administrator local to that box. To change this behavior, create or modify the following registry value: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy This is a DWORD value. Set it to 1. -- - JB Windows Vista Support Faq http://www.jimmah.com/vista/ |
|
|||
|
I bugged this behavior and MS responded with this nugget. I assume it will
be a part of group policy, but a KB article would be great also. -- - JB Windows Vista Support Faq http://www.jimmah.com/vista/ |