Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Storing visible signature (jpg) files in AD or Database.

Storing visible signature (jpg) files in AD or Database.

Scheduled Pinned Locked Moved Design and Architecture
databasevisual-studiowindows-adminsecurityquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • abmvA Offline
    abmvA Offline
    abmv
    wrote on last edited by
    #1

    I have a meeting tomorrow regarding this subject.We have a case which involves where exactly visible signature files captured and enrolled should be stored, the company has a Windows Active Directory and one option they have is to store it in the user profile attribute jpgPhoto or so.Other would be to store it in a database.One application basically has to query and pick it up and pass it to a signing web service.I feel that storing it in the ad would reduce the "security" related overheads as it is a single point of storage of a user information , rather than replicating it in a database,also the user sensitivity in how secure is his solutions.This may be for max 100 users.The IT admins are gonna give me a tough time.Any good points to store in AD vs Database ?

    Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

    We are in the beginning of a mass extinction. - Greta Thunberg

    L 1 Reply Last reply
    0
    • abmvA abmv

      I have a meeting tomorrow regarding this subject.We have a case which involves where exactly visible signature files captured and enrolled should be stored, the company has a Windows Active Directory and one option they have is to store it in the user profile attribute jpgPhoto or so.Other would be to store it in a database.One application basically has to query and pick it up and pass it to a signing web service.I feel that storing it in the ad would reduce the "security" related overheads as it is a single point of storage of a user information , rather than replicating it in a database,also the user sensitivity in how secure is his solutions.This may be for max 100 users.The IT admins are gonna give me a tough time.Any good points to store in AD vs Database ?

      Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      abmv wrote:

      Any good points to store in AD vs Database ?

      Ah, lots, I guess.. Let's start the thread with these; Pro AD:

      • Fast
      • Easy to backup
      • No loss due to fragmentation with files that are modified often
      • Lots of disk-utilities that can be used on the data
      • No added strain to your database-server

      Pro DB:

      • All data in the same place
      • Easy to backup
      • No need to give the webservice access to (part of) the file-system
      • No added strain to your webserver :)

      I are Troll :suss:

      abmvA 1 Reply Last reply
      0
      • L Lost User

        abmv wrote:

        Any good points to store in AD vs Database ?

        Ah, lots, I guess.. Let's start the thread with these; Pro AD:

        • Fast
        • Easy to backup
        • No loss due to fragmentation with files that are modified often
        • Lots of disk-utilities that can be used on the data
        • No added strain to your database-server

        Pro DB:

        • All data in the same place
        • Easy to backup
        • No need to give the webservice access to (part of) the file-system
        • No added strain to your webserver :)

        I are Troll :suss:

        abmvA Offline
        abmvA Offline
        abmv
        wrote on last edited by
        #3

        Lots of disk-utilities that can be used on the data (do u mean ldap querying?)

        Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

        We are in the beginning of a mass extinction. - Greta Thunberg

        L 1 Reply Last reply
        0
        • abmvA abmv

          Lots of disk-utilities that can be used on the data (do u mean ldap querying?)

          Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          abmv wrote:

          do u mean ldap querying?

          I was thinking of console-applications, running in a terminal. With AD, you're referring to the AD-datafile, not a directory-structure on the server? :)

          I are Troll :suss:

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups