PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm trying to create a portal Intranet PHP using the Single Sign-On technology.
Is there any way that I can use the username logged in via Winlogon (probably will be replaced by LDAP server by PGina and LDAPAuth) in the portal Intranet PHP, which means the user doesn't have to log in again for the portal Intranet.
There's a server variable USER_LOGON or something like that, you can google it for sure. But the trick is that it's only populated if the server is set to not allow anonymous access. If anon is allowed, you won't get the value.