How do integrate Delphi with Active Directory?

后端 未结 4 494
轮回少年
轮回少年 2020-12-02 11:40

We need to validate an user on Microsoft\'s Active Directory using Delphi 7, what is the best way to do that?

We can have two scenarios: the user inputs its network

4条回答
  •  攒了一身酷
    2020-12-02 12:21

    I'm flattered to see my ADSISearch component mentioned here :-), but in order to simply validate user credentials, you're probably even better off using the "LogonUser" Win32 API. I'm pretty sure (not doing any Delphi work anymore myself) that there's an implementation of that floating around somewhere - probably in the JVCL library or somewhere else.

提交回复
热议问题