http://qs1969.pair.com?node_id=821420


in reply to Integrated Windows Authentication or NTLM?

Would this CPAN module help you?:
Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication
  • Comment on Re: Integrated Windows Authentication or NTLM?

Replies are listed 'Best First'.
Re^2: Integrated Windows Authentication or NTLM?
by Rodster001 (Pilgrim) on Feb 04, 2010 at 16:52 UTC
    That sounds exactly like what I need. I'll give it a shot and post my (hopefully) success story later on this thread :) Thanks!
      I am happy to report that I was successful in getting this to work :-D

      The biggest problem I had was figuring out what the PDC (primary domain controller) was for my domain. But, I went to a Windows machine (and typed set at the command line) and it gave me the LOGONSERVER environment variable that I needed (which worked).

      I also found this page:
      http://sivel.net/2007/05/sso-apache-ad-1 which gives a super easy, step-by-step how-to.

      One side note: My network does not actually use PDCs (I guess that is sooo NT 4.0 ??) and instead uses Active Directory. But everything still worked just fine.

      I have to admit, this was MUCH easier to set up than I thought it was going to be! Thanks again for the help.