Active Directory Lookup via PHP

前端 未结 4 1421
走了就别回头了
走了就别回头了 2021-02-04 22:55

How can you do an Active Directory lookup via PHP? Without needing to recompile PHP. PHP version is 5.3

I want to find a persons display name from their user name. Web s

4条回答
  •  借酒劲吻你
    2021-02-04 23:18

    PHP has a LDAP library which you can use to query an active directory. It's not enabled by default though.

    If you can use it, you can look at ldap_search()

提交回复
热议问题