Hello everybody

Hello everybody,

I need some help with Windows Active Directory and Delphy 10.1 Berlin.

I want to write an application for in-house use to read information from the active directory, compare to Data in a separate sql Database and then write the Information back to Active Directory.

This is supposed to aid in keeping network irrelevant information like the office number, telephone number, etc up to date in the ADS.

I am able to read the information from the AD usind ADO, but it is not possible to write information back to the AD.

Thanks for help.

Frank

Comments

  1. This is one of the things I do in C#: .NET has great libraries for this which are hard to find in the Delphi realm.

    ReplyDelete
  2. Written in Delphi...
    https://sourceforge.net/projects/ldapadmin/
    http://www.ldapadmin.org/

    Features
    Browsing and editing of LDAP directories
    Recursive operations on directory trees (copy, move and delete)
    Modify operations on datasets
    Binary attribute support
    Schema browsing
    Renaming of LDAP Entries
    LDIF and DSML export and import
    Password management (supports crypt, md5, sha, sha-crypt, samba)
    Management of Posix Groups and Accounts
    Management of Samba Accounts
    Postfix MTA Support
    LDAP SSL/TLS support (using Windows API)
    Template support
    Regex search
    Offline Browsing of LDIF files

    It use winldap.dll to communicate with ldap server.
    In this source code you can see to usage of this dll.

    ReplyDelete
  3. Balázs Szakály does that also implement Active Directory semantics? As I've bumped into some things when doing pure LDAP to AD (It was a long time ago and I didn't make enough notes for a blog article)

    ReplyDelete
  4. Unfortunately I cannot compile the ldapadmin, so it will take me some time to work through the source.
    Thanks so far

    ReplyDelete

Post a Comment