Re: What exactly can PUBLIC ROLE do in SqlServer?
From: kanthi (kanthi_mathi@hotmail.com)
Date: 03/30/03
- Next message: BP Margolin: "Re: Specific User Permissions"
- Previous message: Dejan Sarka: "Re: Solitare Game"
- In reply to: Kalen Delaney: "Re: What exactly can PUBLIC ROLE do in SqlServer?"
- Next in thread: Kalen Delaney: "Re: What exactly can PUBLIC ROLE do in SqlServer?"
- Reply: Kalen Delaney: "Re: What exactly can PUBLIC ROLE do in SqlServer?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "kanthi" <kanthi_mathi@hotmail.com> Date: Sun, 30 Mar 2003 01:34:17 -0800
Thanks Kalen,
sp_helprotect shows that PUBLIC has execute permission for
sp_addlogin. But, when PUBLIC user executes sp_addlogin,
it fails with 'Permission denied' as it doesn't have
insert privileges on syslogins table. So, even though
sp_helprotect shows that PUBLIC has execute privileges on
sp_addlogin, in reality, it doesn't seem to be the case.
So, my aim is to find out what exactly a PUBLIC user can
do in Master database.
Thanks for your help.
>-----Original Message-----
>Can you elaborate on exactly what you did to cause
execution of the stored
>procedures in master to fail?
>
>The permissions that the PUBLIC role has are exactly what
you see when you
>run sp_helprotect.
>
>If someone in the public role (meaning anybody or
everybody) got an error
>trying to execute something basic like sp_help, my guess
is that you either
>accidentally recreated sp_help with a different owner, or
tried to have the
>user execute the code that makes up sp_help, instead of
directly executing
>sp_help.
>
>If you tell us what you did exactly, we can tell you why
you got the
>behavior you saw.
>
>--
>Kalen Delaney
>SQL Server MVP
>www.SolidQualityLearning.com
>
>
>"Kanthi Mathi" <kanthi_mathi@hotmail.com> wrote in message
>news:006901c2f5ce$0347cb20$3401280a@phx.gbl...
>> Hi all,
>>
>> I need to know what exactly a PUBLIC ROLE is capable of
>> doing in Master database. I issued sp_helprotect and
>> gathered info about PUBLIC. Sp_helprotect does give the
>> list of SPs that PUBLIC can execute, but when I test
them,
>> they fail because PUBLIC doesn't have the required
>> permissions on their corresponding tables.
>>
>>
>> Does anybody have the list of activities that PUBLIC is
>> really capable of doing in Master database?
>>
>> I am looking for this info to define the security
>> standards for SqlServer in our organisation.
>>
>> Thanks a lot for all your help.
>>
>
>
>.
>
- Next message: BP Margolin: "Re: Specific User Permissions"
- Previous message: Dejan Sarka: "Re: Solitare Game"
- In reply to: Kalen Delaney: "Re: What exactly can PUBLIC ROLE do in SqlServer?"
- Next in thread: Kalen Delaney: "Re: What exactly can PUBLIC ROLE do in SqlServer?"
- Reply: Kalen Delaney: "Re: What exactly can PUBLIC ROLE do in SqlServer?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|