RE: [EMAIL PROTECTED] Active Directory, Apache 2.2.2, and LDAP

2006-05-03 Thread Stewart, Eric
> -Original Message- > From: Rainer Sokoll [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 02, 2006 4:59 PM > > On Tue, May 02, 2006 at 03:38:12PM -0400, Stewart, Eric wrote: > > > It turns out that the following set up will work - but that you > > m

[EMAIL PROTECTED] Active Directory, Apache 2.2.2, and LDAP

2006-05-02 Thread Stewart, Eric
This would probably be more appropriately titled "Active Directory is not LDAP". I've been trying to get a good Apache2.2.x to AD authenticator going, and thought I had it all set with mod_auth_ldap. And I do ... With some major caveats. In the hopes that someone else has a better solutio

[EMAIL PROTECTED] Httpd-2.2.0, mod_authnz_ldap, Active Directory

2006-04-03 Thread Stewart, Eric
Has anyone gotten mod_authnz_ldap to validate against an Active Directory (W2K3 Domain) server? I've gone so far as to tcpdump the connection between my apache server and the DC I'm using for authentication, and I've seen no traffic. The doco for mod_ldap appears to be out of date

RE: [EMAIL PROTECTED] "Include" lines not being included?

2006-04-03 Thread Stewart, Eric
r and apachectl configtest puked it right up. > -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 8:34 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] "Include" lines not being included? > > > -

RE: [EMAIL PROTECTED] "Include" lines not being included?

2006-04-03 Thread Stewart, Eric
ttpd-2.2.0, RHEL 4.0. > -Original Message- > From: Stewart, Eric [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 8:20 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] "Include" lines not being included? > > I have a configuration tha

[EMAIL PROTECTED] "Include" lines not being included?

2006-04-03 Thread Stewart, Eric
I have a configuration that includes two vhosts in separate files, one for regular httpd and the other for ssl connections. With Apache 2.0 I was using: Include conf/vhosts/*.conf To include the two lines. However, no matter where I put that line in my conf file (even if