Forum Moderators: coopster
I am designing the page in PHP and the webserver is running windows with iis 6.0
My problem is that I would like to authenticate the user to those different servers (Such as the Active Directory for information search and the Exchange Server to allow php to send emails) but I have not been able to do so.
I can get the user login name with $_SERVER['REMOTE_USER'] but I have no idea how to continue for the password as I dont think I am able to retrieve the users password (Doesn't sound reasonable that it would be possible to do this) so I have no idea to proceed to be able to authenticate the user to those services so that he can access his functions from our web applikation.
Can anybody give me some tips as to how to continue?
Best Regards
NooK
<edit>
Do a search here I remember having seen a few of those previously
</edit>