I am looking to retrieve the NT User ID from Windows LAN users accessing a cgi web page. Within my perl script I would like to cross reference that User ID with specific permissions (stored in an Oracle Table, via DBI) for different "views" of the site. Along with logging by NT userid. I would then those "permissions" in a temporary cookie on their machine for increased performance.
I am running mod_perl on a unix server. Any specific examples would be appreciated (retrieving the id). I have been looking at using Apache:AuthenNTLM, but have been unsuccessful. thnx