PHP Version: 4.18-NT
IIS 6
Win Server 2k3
How might i retrieve the Domain UserID of a website visitor via PHP on my Intranet site?
I am using NT directory permissions to controll access to php folders on the website. Domain accounts are added to local groups and the groups are assigned permissions to the folders.
If someone is in the management group they can see records pertaining to all employees, but if an employee visits the page it should only show thier own statistics. To do this i must determin thier UserID.
One thing to note, IIS opens the PHP pages using the credentials of the user, instead of "local" credentials that Apache would use.
Any suggestions?
For a group test i could do and IF {INCLUDE... type of statement to determine if they have access to group files, but this would require FAR too many test permissions files to test each user individually.