Active Directory data into SQL table

前端 未结 4 1090
有刺的猬
有刺的猬 2020-12-06 02:13

How would I extract Active Directory info (Username, first name, surname) and populate an SQL table with the results?

Many thanks

Scott

4条回答
  •  情歌与酒
    2020-12-06 03:02

    There are different ways to do that. I use PHP to get data out of our Active Directory.Take a look at the chapter "Lightweight Directory Access Protocol" in the PHP Documentation. It's also easy to populate a database using PHP, e.g. MySQL or Microsoft SQL Server.

提交回复
热议问题