• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Allowing Anonymous/public access to a shared folder in w2k3

jEnus

Senior member
What are the permissions settings and security settings to allow anyone who is not a user of the system to access a shared folder in Win2k3?
 
To create a truly anonymous share that anyone can hit without any credentials at all:

Create a REG_MULTI_SZ value under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters

Call it NullSessionShares and populate it with the name of the share you want to be anonymous

Then set:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA!RestrictAnonymous to 0.

For Share and NTFS Permissions I'm a little rusty. I know we need guests but you may also need Anonymous logon or perhaps Everyone.


Please be aware that this is an obvious security risk. You have removed security completely from that share, and lowered security on the system as a whole.
 
Back
Top