1828575 Members
8914 Online
109982 Solutions
New Discussion

Apache/Authentication

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Apache/Authentication

We run SAMBA here. Works well as a share point between NT/UNIX. We authenticate users through the domain on the NT side and it works well. Here is what I am trying to do now.

I am running RH9 and Samba 2.2.8a and Apache.
A developer wants me to password protect the apache server when accessing web pages. I have done this locally, for local users. NOW, how can I run apache and have the users authenticate through the domain. Anyone done this before? Any advice on how to do this?

Is there a samba authentication module for apache or something?

10x
RPM
UNIX IS GOOD
1 REPLY 1
Bojan Nemec
Honored Contributor
Solution

Re: Apache/Authentication

Hi,

There is a module for Apache, take a look:

http://modntlm.sourceforge.net/


Bojan