I am running a network. Here I have a domain controller (DC) on which I just installed IIS6, PHP and Mysql. everything works fine. :)
Now I want to open a script on this local website. The first problem is that I want to determine which network user (active directory user) is logged in with PHP. I mean, for me, when a user logs into Windows, itβs enough that there is no need for another authentication.
I was wondering if I could just use some function or something else ... that its output is the username and user group of AD.
Alireza
source share