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. Other Discussions
  3. IT & Infrastructure
  4. (simple) LDAP service with C# [modified]

(simple) LDAP service with C# [modified]

Scheduled Pinned Locked Moved IT & Infrastructure
csharpsysadminbusinessquestionlounge
3 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.
  • S Offline
    S Offline
    Stevie
    wrote on last edited by
    #1

    Hi guys! I have this idea of making all contact information in a business application I write some time ago available thru LDAP so that outlook/thunderbird etc. can access the contacts via network and I don't need to import/export everything. So basically, the idea was to create a simple wrapper to accept LDAP queries and return the data to the clients. The next step would then be to be able to edit/create new contacts. But the first matter would greatly ease my burden... Is there any library (C# or general .NET, ...) available to realize something like that? Best regards, Stevie

    Greetings, Stephan Eberle hawke@deltacity.org

    modified on Wednesday, January 28, 2009 9:47 AM

    D 1 Reply Last reply
    0
    • S Stevie

      Hi guys! I have this idea of making all contact information in a business application I write some time ago available thru LDAP so that outlook/thunderbird etc. can access the contacts via network and I don't need to import/export everything. So basically, the idea was to create a simple wrapper to accept LDAP queries and return the data to the clients. The next step would then be to be able to edit/create new contacts. But the first matter would greatly ease my burden... Is there any library (C# or general .NET, ...) available to realize something like that? Best regards, Stevie

      Greetings, Stephan Eberle hawke@deltacity.org

      modified on Wednesday, January 28, 2009 9:47 AM

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You'd have to write your own LDAP listener. There is no pre-packaged class in the .NET Framework that exposes this for you.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      S 1 Reply Last reply
      0
      • D Dave Kreskowiak

        You'd have to write your own LDAP listener. There is no pre-packaged class in the .NET Framework that exposes this for you.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        S Offline
        S Offline
        Stevie
        wrote on last edited by
        #3

        Thank you, that's my intention! :) I just wanted to know, if there's already a working listener or something. Best regards, Stevie

        Greetings, Stephan Eberle hawke@deltacity.org

        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