How many users for a database application?

From: Kazar Kunos (kazar_at_inbox.lv)
Date: 08/22/04

  • Next message: Babu: "RE: Login failed for user 'sa'."
    Date: Sun, 22 Aug 2004 20:43:08 +0200
    
    

    Hi,

    lately i've been faced with a dilemma of whether i should choose to have one
    database user to access the database from my app and have inbuilt user
    management in the app itself or if i should choose to make a database user
    for every user of the application, implementing minimal user management on
    the app.

    Which is best to choose? what is the best practice?

    reagrds,


  • Next message: Babu: "RE: Login failed for user 'sa'."

    Relevant Pages

    • Re: Insecure Web App Hosting
      ... > app on the internet. ... > integrity tool. ... Setup suphp to run the php scripts as an unprivleged non-www user, ... Make sure the the database user only ...
      (freebsd-questions)
    • Re: Insecure Web App Hosting
      ... from my inital look at the app, it looks like it will be a target to be exploited. ... Setup suphp to run the php scripts as an unprivleged non-www user, make sure to run php in safe_mode ... Make sure the the database user only has privileges to access it's tables, and better yet restrict that to the normal table operations if the application isn't doing anything fancy. ... Your Web App and Email hosting provider chad at shire.net ...
      (freebsd-questions)
    • SQLServer login with Trusted Connection thru ASP
      ... We're looking at logging on to SQLServer using Windows Authentication ... The following connection string works with Basic Authentication: ... This is an existing app where currently each user has a database ... create a database user for the app, ...
      (microsoft.public.inetserver.asp.general)