daniel98 has asked for the wisdom of the Perl Monks concerning the following question:

I am working on an intranet website hosted on a Linux server running Apache. I want to authenticate users that access my site based on their NT login (the login they use to log into our corporate domain). Does anyone know how my Perl CGI script can get the users NT login? Thanks for the help, Daniel

Replies are listed 'Best First'.
Re: NT login to authenticate web user
by valdez (Monsignor) on Feb 26, 2003 at 20:13 UTC

    If you can use mod_perl, then Apache::AuthenNTLM is a solution; if you need a C module for Apache, then search it at modules.apache.org. If you need to build your own solution, then just search NTLM on CPAN.

    Ciao, Valerio