Active Directory Lookup via PHP

前端 未结 4 1420
走了就别回头了
走了就别回头了 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:25

    Since you're using IIS than that means that you are running php on windows, that in turn means that you can enable the LDAP extension without recompiling php. That should solve most of your problems.

提交回复
热议问题