Re: Locking out MS Access Users...
From: rich (rich_at_discussions.microsoft.com)
Date: 02/24/05
- Next message: Sue Hoegemeier: "Re: Locking out MS Access Users..."
- Previous message: sabby: "RE: Does it require sa to create dts package?"
- In reply to: Steve Thompson: "Re: Locking out MS Access Users..."
- Next in thread: Sue Hoegemeier: "Re: Locking out MS Access Users..."
- Reply: Sue Hoegemeier: "Re: Locking out MS Access Users..."
- Reply: Ross Presser: "Re: Locking out MS Access Users..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 24 Feb 2005 12:15:12 -0800
The web application uses Integrated security so their Windows accounts
(technically the Windows Groups their user accounts are members of) are SQL
logins. Database Roles have been created with permissions set for the stored
procs, etc. As a result, they can also open Access, create an adp, connect
to the SQL database using Windows authentication, and the sp's, UDF's, etc
show up. Because the database role their user account belongs to has
"execute" permissions for the web application they can then also execute the
sp from Access.
"Steve Thompson" wrote:
> "rich" <rich@discussions.microsoft.com> wrote in message
> news:14E83BBA-95CC-4221-8634-9B1821BAF19D@microsoft.com...
> > I have an ASP.NET web application that uses a SQL Server 2000 database. I
> am
> > forced to use Impersonation/Delegation with Windows accounts so that we
> can
> > audit activity at the database level. However, everyone in the
> organization
> > also has MS Access on their desktop. How can I prevent MS Access users
> from
> > creating a new .adp and executing any of the stored procedures created
> > specifically and solely for the web application?
>
> While you cannot prevent them creating a new ADP, how (or why) do the Access
> users have access to store procedures that would access the SQL Server 2000
> db?
>
> Steve
>
>
>
- Next message: Sue Hoegemeier: "Re: Locking out MS Access Users..."
- Previous message: sabby: "RE: Does it require sa to create dts package?"
- In reply to: Steve Thompson: "Re: Locking out MS Access Users..."
- Next in thread: Sue Hoegemeier: "Re: Locking out MS Access Users..."
- Reply: Sue Hoegemeier: "Re: Locking out MS Access Users..."
- Reply: Ross Presser: "Re: Locking out MS Access Users..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|