single sign on - how to get current logged windows username by php without windows authentication -
How to get the PHP login window user name without windows authentication?
I tried to use Javascript, but it needs to enable a setting in the IE browser, it is not possible for all users to ask to do this.
Any other solution?
My application is in DMZ, AD server in intranet, in different domains ..
Current user: List of environmental variables: & lt ;? Php echo getenv ("username"); ? & Gt;
& lt ;? Php Global $ _ENV; Var_dump ($ _ ENV); ? & Gt;
Comments
Post a Comment