I tried that, and it didn't work. And when I scour the variables from phpinfo() I don't see Remote user or ident as one of the vars. I don't see auth_type anywhere in the php.ini either.
Am I missing a step or can you give me another clue 🙂 ?
peterb wrote:
printf ("REMOTE_USER :%s", getenv(remote_user));
This works if the AUTH_TYPE variable's value is "Basic".
Also look into REMOTE_IDENT
Keep in mind that these values are purely controlled by the client machine 😉 you need to trust it. Yeah, RIGHT.
--PH