My reason for posting here is because it is still not clear to me what specific requirements must be met for this.
We run our PHP applications on the iSeries Apache web server. All our users are in IE. We use AD for our usernames within our network.
The current Apache server setup does not require users to enter our pages ... if you are on our network, you have access to the page.
Is there a way (via LDAP or other methods) to get the username registered in Windows? The final last resort would be to redirect users to an ASP.NET site hosted on our Windows servers and pass the username back to the PHP application. But then again, this is a last resort.
Link here: Can you get the Windows username (AD) in PHP? has a lot of good suggestions, however the AUTH_USER IS variable is empty as indicated in link ... and I donβt think that the iSeries Apache server can implement built-in auth for Windows.
If someone can explain my options and (if possible) the difficulty of these options ... that would be okay. Please be as specific as possible, as I have no problems with the LDAP or server settings.
source share