Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread EWB Login against AD
Thu, Mar 9 2017 10:30 AMPermanent Link

Carsten Bartholomae

Hi,
in my login form, i want to validate the user credentials againt the AD.
How can i do that?

KR
CBL
Thu, Mar 9 2017 10:44 AMPermanent Link

Raul

Team Elevate Team Elevate

On 3/9/2017 10:30 AM, Carsten Bartholomae wrote:
> Hi,
> in my login form, i want to validate the user credentials againt the AD.
> How can i do that?

You'd need to write a custom module on the back end to do this.

Raul
Thu, Mar 9 2017 11:39 AMPermanent Link

Matthew Jones

Raul wrote:

> You'd need to write a custom module on the back end to do this.

My understanding is that you can use LDAP libraries to do this. There are a number available for Delphi to work as a client. (If anyone knows of an LDAP server component for Delphi, please let me know!)

--

Matthew Jones
Thu, Mar 9 2017 11:43 AMPermanent Link

Raul

Team Elevate Team Elevate

On 3/9/2017 11:39 AM, Matthew Jones wrote:
> My understanding is that you can use LDAP libraries to do this. There are a number available for Delphi to work as a client. (If anyone knows of an LDAP server component for Delphi, please let me know!)

Yes - we have implemented this in our own server code (using ipworks
components but there are others).

I don't believe i've ever seen LDAP server components - you need a full
directory services implementation there so i'm not even sure what that
would look like.

Raul

Fri, Mar 10 2017 4:49 PMPermanent Link

tompaw

I did this some years ago with linldap.pas and uldap.pas

Try this link: http://codecentral.embarcadero.com/Item.aspx?id=16879
Regards

Thomas Werner
A-DATA Infosystem AB
Image