PC Review


Reply
Thread Tools Rate Thread

Acess denied when deleting print jobs - fixed on Win2003 - how on 2000?

 
 
dbouton@fuse.net
Guest
Posts: n/a
 
      17th May 2006
I had a problem with users getting Acess Denied when trying to delete
print jobs when they are set up to manage documents. I found the
problem on my 2003 servers. The Network Access: Restrict anonymous
acees to Named Pipes and Shares was Enabled. As soon as I disabled
this all worked fine. However I cannot find this local policy in 2000
server. I'm guessing this is the same problem but any ideas where this
policy may be on 2000 server?

Thanks
Dawn

 
Reply With Quote
 
 
 
 
Alan Morris [MSFT]
Guest
Posts: n/a
 
      18th May 2006
several KBs at microsoft.com, looks like regkey settings for win2k

Using the RestrictAnonymous registry value to control null sessions
Warning Serious problems might occur if you modify the registry incorrectly
by using Registry Editor or by using another method. These problems might
require that you reinstall your operating system. Microsoft cannot guarantee
that these problems can be solved. Modify the registry at your own risk.

The most common way to control null sessions in Windows 2000 and Windows NT
environments is to use the RestrictAnonymous registry value. The
RestrictAnonymous registry value lets you prevent enumeration of sensitive
information over null sessions. The RestrictAnonymous registry value was
introduced in Microsoft Windows NT 4.0 Service Pack 3 (SP3) and is now
included with Windows 2000. The RestrictAnonymous registry value is added to
the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
The RestrictAnonymous registry value lets you configure local computer
policy to determine whether authentication is required to perform common
enumeration functions. There are different RestrictAnonymous registry values
for Windows NT 4.0 and Windows 2000.

In a Windows 2000 environment, you can set the RestrictAnonymous registry
value to 0, 1, or 2. When you set this registry value to 0, anonymous
connections can list account names and enumerate share names. When you set
this registry value to 1, anonymous enumeration of SAM accounts and share
names is not permitted.

Note Even with the RestrictAnonymous registry value set to 1, there are
Win32 programming interfaces that do not restrict anonymous connections.
Therefore, tools that use these interfaces can still enumerate information
over a null session even when the RestrictAnonymous registry value is set to
1.

Finally, when this registry value is set to 2, no access is granted without
explicit anonymous permissions. Therefore, no null sessions are possible,
not even through Win32 programming interfaces. Generally, we do not
recommend that you set the RestrictAnonymous registry value to 2 in
mixed-mode environments that include down-level client computers such as
Windows NT 4.0, Microsoft Windows 95, and Microsoft Windows 98.

In a Windows NT 4.0 environment, you can set the RestrictAnonymous registry
value to 0, 1, or not defined. When you set this value to 0, or when this
value is not defined, anonymous connections can list account names and
enumerate share names. When you set this value to 1, anonymous connections
from the graphical user interface (GUI) tools for security management
receive an "access denied" error message when they try to obtain the list of
account names.

Note Even when the RestrictAnonymous registry value set to 1, there are
Win32 programming interfaces that do not restrict anonymous connections.
Therefore, tools that use these interfaces can still enumerate information
over a null session even when this registry value is set to 1.

The following features were introduced together with the RestrictAnonymous
registry value: . Authenticated Users group
. Restricting anonymous list of share names
. Restricting anonymous remote registry access


--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I had a problem with users getting Acess Denied when trying to delete
> print jobs when they are set up to manage documents. I found the
> problem on my 2003 servers. The Network Access: Restrict anonymous
> acees to Named Pipes and Shares was Enabled. As soon as I disabled
> this all worked fine. However I cannot find this local policy in 2000
> server. I'm guessing this is the same problem but any ideas where this
> policy may be on 2000 server?
>
> Thanks
> Dawn
>



 
Reply With Quote
 
dbouton@fuse.net
Guest
Posts: n/a
 
      22nd May 2006
I had actually done that and it did not work so I was real confused.
However I decided to reboot to see if that would help and it did!!
Thank you for your response.

Dawn

Alan Morris [MSFT] wrote:
> several KBs at microsoft.com, looks like regkey settings for win2k
>
> Using the RestrictAnonymous registry value to control null sessions
> Warning Serious problems might occur if you modify the registry incorrectly
> by using Registry Editor or by using another method. These problems might
> require that you reinstall your operating system. Microsoft cannot guarantee
> that these problems can be solved. Modify the registry at your own risk.
>
> The most common way to control null sessions in Windows 2000 and Windows NT
> environments is to use the RestrictAnonymous registry value. The
> RestrictAnonymous registry value lets you prevent enumeration of sensitive
> information over null sessions. The RestrictAnonymous registry value was
> introduced in Microsoft Windows NT 4.0 Service Pack 3 (SP3) and is now
> included with Windows 2000. The RestrictAnonymous registry value is added to
> the following registry key:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
> The RestrictAnonymous registry value lets you configure local computer
> policy to determine whether authentication is required to perform common
> enumeration functions. There are different RestrictAnonymous registry values
> for Windows NT 4.0 and Windows 2000.
>
> In a Windows 2000 environment, you can set the RestrictAnonymous registry
> value to 0, 1, or 2. When you set this registry value to 0, anonymous
> connections can list account names and enumerate share names. When you set
> this registry value to 1, anonymous enumeration of SAM accounts and share
> names is not permitted.
>
> Note Even with the RestrictAnonymous registry value set to 1, there are
> Win32 programming interfaces that do not restrict anonymous connections.
> Therefore, tools that use these interfaces can still enumerate information
> over a null session even when the RestrictAnonymous registry value is set to
> 1.
>
> Finally, when this registry value is set to 2, no access is granted without
> explicit anonymous permissions. Therefore, no null sessions are possible,
> not even through Win32 programming interfaces. Generally, we do not
> recommend that you set the RestrictAnonymous registry value to 2 in
> mixed-mode environments that include down-level client computers such as
> Windows NT 4.0, Microsoft Windows 95, and Microsoft Windows 98.
>
> In a Windows NT 4.0 environment, you can set the RestrictAnonymous registry
> value to 0, 1, or not defined. When you set this value to 0, or when this
> value is not defined, anonymous connections can list account names and
> enumerate share names. When you set this value to 1, anonymous connections
> from the graphical user interface (GUI) tools for security management
> receive an "access denied" error message when they try to obtain the list of
> account names.
>
> Note Even when the RestrictAnonymous registry value set to 1, there are
> Win32 programming interfaces that do not restrict anonymous connections.
> Therefore, tools that use these interfaces can still enumerate information
> over a null session even when this registry value is set to 1.
>
> The following features were introduced together with the RestrictAnonymous
> registry value: . Authenticated Users group
> . Restricting anonymous list of share names
> . Restricting anonymous remote registry access
>
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I had a problem with users getting Acess Denied when trying to delete
> > print jobs when they are set up to manage documents. I found the
> > problem on my 2003 servers. The Network Access: Restrict anonymous
> > acees to Named Pipes and Shares was Enabled. As soon as I disabled
> > this all worked fine. However I cannot find this local policy in 2000
> > server. I'm guessing this is the same problem but any ideas where this
> > policy may be on 2000 server?
> >
> > Thanks
> > Dawn
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows deleting print jobs in the print spooler William Windows XP Print / Fax 1 5th Aug 2009 03:21 PM
Deleting Print Jobs Jeff Stanton Windows XP Basics 2 25th Sep 2008 04:15 PM
Users Deleting Own Print Jobs - "Access Denied" =?Utf-8?B?TEJJVA==?= Microsoft Windows 2000 Printing 0 10th Jan 2006 01:41 AM
Deleting Files.... Acess Denied Pat Microsoft Windows 2000 Security 1 21st Mar 2004 11:43 AM
Deleting Print Jobs Falcore4 Microsoft Windows 2000 Printing 0 1st Dec 2003 11:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:27 PM.