Re: Local system permissions
From: Kim (John@Doe.com)
Date: 12/13/02
- Next message: Chen: "Security implementation"
- Previous message: Holly: "Re:changing sa password / login"
- In reply to: Gert E.R. Drapers: "Re: Local system permissions"
- Next in thread: Gert E.R. Drapers: "Re: Local system permissions"
- Reply: Gert E.R. Drapers: "Re: Local system permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kim" <John@Doe.com> Date: Fri, 13 Dec 2002 15:25:23 +0100
Well that didn't work either anyway it might be my system that is corrupt in
some way (its a very old installation with a lot of junk).
I'm in the process of moving it all on a w2k platform, so I didn't want to
spend to much time managing accounts on this server... I solved the problem
by using a regular account instead.
thanks to all
Kim
"Gert E.R. Drapers" <GertD@SQLDev.Net> wrote in message
news:OaIK8hfoCHA.1872@TK2MSFTNGP09...
> I think it is case sensitive, this is what I use for the various account
> type.
>
> -- NetworkService
> exec sp_grantlogin N'NT AUTHORITY\NETWORK'
> exec sp_addsrvrolemember N'NT AUTHORITY\NETWORK', sysadmin
>
>
> -- LocalSystem
> exec sp_grantlogin N'NT AUTHORITY\LOCAL SERVICE'
> exec sp_addsrvrolemember N'NT AUTHORITY\LOCAL SERVICE', sysadmin
>
> -- System
> exec sp_grantlogin N'NT AUTHORITY\SYSTEM'
> exec sp_addsrvrolemember N'NT AUTHORITY\SYSTEM', sysadmin
>
> GertD@SQLDev.Net
>
> Please reply only to the newsgroups.
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use.
> Copyright © SQLDev.Net 1991-2002 All rights reserved.
>
> "Kim" <John@Doe.com> wrote in message news:3df86465$1@news.carlbro.dk...
> > It will not recognize [nt authority\system] as an account....?
> >
> > btw: I'm using SQL Server 7.0
> >
> > -Kim
> >
> > "SQL Server Development Team [MS]" <sqldev@microsoft.com> wrote in
message
> > news:#VrZ3zimCHA.2644@tkmsftngp02...
> > > sp_grantlogin [nt authority\system] will allow "localsystem" to log in
> to
> > > SQL Server, then sp_addsrvrolemember [nt authority\system], sysadmin
to
> > > make the login a member of sysadmin. Incidentally this will also
allow
> > > full-text search (mssearch) to work.
> > >
> > > --
> > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > Use of included script samples are subject to the terms specified at
> > > http://www.microsoft.com/info/cpyright.htm.
> > > "Kim" <John@Doe.com> wrote in message
news:3de74b6b$1@news.carlbro.dk...
> > > > Hi
> > > >
> > > > I have been restricting permissions on our databases, which resulted
> in
> > > that
> > > > I removed the builtin administrator group and created a new group
for
> > > DBA's
> > > > only.
> > > > It works fine...but when our backup program - a third party
product -
> > > which
> > > > runs under the local system account tries to make a backup of the
> > > databases
> > > > it get an access denied.
> > > >
> > > > How can I reapply (sa) permissions to the local system account?
> > > >
> > > > thanks
> > > >
> > > > Kim
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: Chen: "Security implementation"
- Previous message: Holly: "Re:changing sa password / login"
- In reply to: Gert E.R. Drapers: "Re: Local system permissions"
- Next in thread: Gert E.R. Drapers: "Re: Local system permissions"
- Reply: Gert E.R. Drapers: "Re: Local system permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|