If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > NT authentication and folder security settings

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-03-03, 14:43
Albus Albus is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
NT authentication and folder security settings

[ OK, someone needs to increase the session timeout here ... I just spent 45 minutes or more crafting a huge explanation and when I posted it, it said I needed to login -- and then it brought me back to a blank page. Couldn't back up to the text either. Gone.... sigh ]

Anyway, here it is again... VERY briefly.

Building an ASP app for a limited number of users within a small company. Using NT authentication. To modify the MSAccess table the app works with, I need to give all these users MODIFY permissions to the folder holding the db (so it can create the ldb file) and to the mdb file itself (so it can be modified). But doing this means that these same users can also get to the mdb file directly, which I'd like to prevent, if possible. I want them to edit it, but only via the ASP app.

Do-able?
Reply With Quote
  #2 (permalink)  
Old 10-05-03, 22:40
jlot6 jlot6 is offline
Registered User
 
Join Date: Sep 2003
Location: Newark, Vermont
Posts: 20
As long as you store your database in a different directory other than the directory your application is in and of course using an un-guessable name, you should be fine. If they don't know the directory of your database, then they can't modify it unless they use the application...
Reply With Quote
  #3 (permalink)  
Old 10-07-03, 11:08
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Why do the users have to have direct access to the DB? This is the web server making the calls to the DB, not the users. Use NT Auth to log them in, but use a separate username and password (that has modify rights) in your connection string to the DB. Show us some code.. maybe we can show you a better way...
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On