Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: NTLM DOMAIN\USERNAME

by rhesa (Vicar)
on Dec 14, 2007 at 21:25 UTC ( [id://657123]=note: print w/replies, xml ) Need Help??


in reply to NTLM DOMAIN\USERNAME

If your Apache ran on Windows, you'd be able to get the info from $ENV{REMOTE_USER} with the following configuration bits:
LoadModule sspi_auth_module modules/mod_auth_sspi.so <Location /here> AuthName "Some realm" AuthType SSPI SSPIAuth On SSPIAuthoritative On require valid-user </LOCATION>
Unfortunately, I have no idea if that would ever work on a Unix server (and I doubt it), but I thought I'd throw it out here anyway. It might just give you a lead to google on.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://657123]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found