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


in reply to Re: Integrated Windows Authentication or NTLM?
in thread Integrated Windows Authentication or NTLM?

That sounds exactly like what I need. I'll give it a shot and post my (hopefully) success story later on this thread :) Thanks!
  • Comment on Re^2: Integrated Windows Authentication or NTLM?

Replies are listed 'Best First'.
Re^3: Integrated Windows Authentication or NTLM?
by Rodster001 (Pilgrim) on Feb 04, 2010 at 19:05 UTC
    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.