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. C#
  4. active directory "DirectorySearcher" security

active directory "DirectorySearcher" security

Scheduled Pinned Locked Moved C#
questiondatabasesysadminwindows-adminsecurity
1 Posts 1 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.
  • W Offline
    W Offline
    WetRivrRat
    wrote on last edited by
    #1

    Anybody out there know where I could go to lookup the process used for contacting AD via the DirectorySearcher object? What I am specifically looking for is what is used to send user password info across the wire. I am trying to create a connection with a Winform app. My concern is if someone other than the logged on account tries to access AD he/she has to enter a password, which means that either the DirecorySearcher either changes the user info into a token for transport, encrypts it to the standard AD format for comparison against the AD db, or it sends it unencrypted where it gets encrypted at the server and then compared... I've watched the net traffic of the DirectorySearcher and don't see anything (user info) in plain text, but didn't spend too much time trying to find it either. However I did see all the returned data from AD was ALL in plaintext, which is why i'm concerned about the securtiy of the user info. Any info, links, or wisdom shared is much appreciated. thankz,

    string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?

    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