On Tue, 4 Mar 2003, Simon Bryan wrote: > Users authenticate against the NT server. Is it possible in php to > automatically detect the logged in username by reading it from the > environment? I can do this with windows scripts.
$HTTP_SERVER_VARS["external_user"] I think. It's in the docs, anyway. -- ----------------------------------------------------------------------- #include <disclaimer.h> Matthew Palmer, Geek In Residence http://ieee.uow.edu.au/~mjp16 -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
