Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7829629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:51:29+00:00 2026-06-02T10:51:29+00:00

Is there a fully automated way to authentication a user using IE8+ with Apache

  • 0

Is there a fully automated way to authentication a user using IE8+ with Apache without the user having to enter any form of credentials?
Running IIS is not really an option even tho i’m running Windows.

I’ve found some Perl based solutions that should work but i could only get it to work on *Nix with a LOT of fuzzing around.

I’m currently using authnz_ldap_module which works great, but the users are really cranky and annoyed by having to put in their user-id and password for each new session that they open.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T10:51:30+00:00Added an answer on June 2, 2026 at 10:51 am

    I’ve been having the same problem myself today after eventually getting the mod_authnz_ldap module to work.

    From my research thus far, I gather you can’t do seamless signon with the mod_authnz_ldap module and you’ll have to use mod_auth_sspi instead. I’ve tried this out and it seems to work as expected (on Internet Explorer anyway – you can also configure Firefox to pass through by modifying the network.automatic-ntlm-auth.trusted-uris key).

    Here’s the steps:

    1. Download the mod_auth_sspi module from http://sourceforge.net/projects/mod-auth-sspi/
    2. From the zip file’s bin folder, copy mod_auth_sspi.so to your apache modules folder
    3. From the zip file’s bin folder, copy sspipkgs.exe to your apache bin folder
    4. Edit httpd.conf so that the Directory is configured something like this:
     Alias /secure "C:/Secure"
     <Directory "C:/Secure">
     Order deny,allow
     Allow from all
    
     AuthType SSPI
     SSPIAuth On
     SSPIOfferBasic on
     SSPIBasicPreferred On
     SSPIAuthoritative Off
     AuthName "Login"
     SSPIDomain dc.domain
    
     Require valid-user
     </Directory>
    

    Now restart Apache.

    Unfortunately, after all that it’s no good for me as a solution as I have multiple LDAP servers to authenticate against, but hopefully this will help you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is there a way how to fully load some SQLAlchemy ORM mapped instance (together
Is there any way to use Relative path when configuring subversion externals. For example
I wonder whether there is any automatic way of determining (at least roughly) the
Is there an automatic way to output full indent code using a MVC solution?
Is there anyway to test an ASP.NET webpage fully with Expression Studio or is
I wish there was a central, fully customizable, open source, universal login system that
Is there any difference(means full/limited access) in iphone SDK before and after enrolling in
Is there a way to have a full interpreter in Erlang, not just a
Is there a way to query a full text index to help determine additional
Is there any CSS grid system that supports full viewport width? Most Grid System

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.