REMOTE_USER modified by WordPress/PHP?
-
I just managed to create user accounts of the form: Domain\Userid (note the backslash). I’m using external HTTP authentication which sets REMOTE_USER. When I print out
$_SERVER['REMOTE_USER']it prints out ‘Domain\\Userid’ (note the double-backslash) and thus WordPress doesn’t find the REMOTE_USER in the database? Is this modification being done by WordPress or PHP?Any tips are appreciated. Thanks
-Carlos
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘REMOTE_USER modified by WordPress/PHP?’ is closed to new replies.