Re: Sockets of domain controller can't be accessed by domain users

From: Matt Scarborough (vexversa@verizon.net)
Date: 08/30/02


From: Matt Scarborough <vexversa@verizon.net>
Date: Fri, 30 Aug 2002 01:03:17 +0000


On Wed, 28 Aug 2002 18:08:04 +0100, George wrote
<ls7b9.5000$F35.65430@newsfep2-win.server.ntli.net>
> I am afraid, there is no such parameter in the registry of win2k server.

AllowUserRawAccess is documented here:
Microsoft Windows 2000 TCP/IP Implementation Details
http://www.microsoft.com/technet/itsolutions/network/deploy/depovg/tcpip2k.asp

Matt Scarborough 2002-08-30

 
> "Matt Scarborough" <vexversa@verizon.net> wrote in message
> news:8eismugj9h4mn5rmf2unqk3pg5u7p3k2r2@msnews.microsoft.com...
> > On Tue, 27 Aug 2002 15:50:43 -0700, George wrote
> > <f24201c24e1c$2cf1a540$39ef2ecf@TKMSFTNGXA08>
> >
> >
> > > I guess the domain user may need some security right
> > > assigned before accessing sockets. (am I right?)
> > > Can anyone tell me how to enable a domain user
> > > create/access sockets on the domain controller?
> > >
> >
> > This may help.
> >
> > HKEY_LOCAL_MACHINE
> > \SYSTEM
> > \CurrentControlSet
> > \Services:
> > \Tcpip
> > \Parameters
> >
> > AllowUserRawAccess
> > Value Type: REG_DWORD—Boolean
> > Valid Range: 0, 1 (False, True)
> > Default: 0 (False)
> >
> > Description: This parameter controls access to raw sockets. If true,
> > non-administrative users have access to raw sockets. By default, only
> administrators
> > have access to raw sockets.
> >
> > Matt Scarborough 2002-08-29
>



Relevant Pages