Hi,
I´ve downloaded apr and apr-util-1.2.8 from the same site (apr.apache.org)
and...
APR:
./configure --prefix=/usr/local
make
make install
I had to install APR to install APR-UTIL...
APR_UTIL:
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
--with-ldap
make
make install
On Jun 29, 2007, at 11:33 AM, Mauricio Cavalcanti wrote:
installed apr and apr-util (tgz)
Was apr-util compiled with LDAP support? That's not on by default.
APR-util has to be compiled with --enable-ldap and if you use the
bundled apr-util, it'll be passed that flag from httpd ./configu
Reply-To: users@httpd.apache.org
To:
Subject: RE: [EMAIL PROTECTED] Apache using AD autentication
Date: Wed, 6 Jun 2007 14:12:37 -0500
What have you done already to attempt to accomplish this??
I don't know if this doc will work, but a quick Google search for "apache
active directory a
ent: Wednesday, June 06, 2007 6:02 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Apache using AD autentication
Does this LDAP authentication mentioned in the URL link work across
multiple AD domains?
Dan
(sorry about the crappy top reply courtesy "notes")
Please res
Does this LDAP authentication mentioned in the URL link work across
multiple AD domains?
Dan
(sorry about the crappy top reply courtesy "notes")
Please respond to users@httpd.apache.org
To:
cc: (bcc: Dan Mitton/YD/RWDOE)
Subject: RE: [EMAIL PROTECTED] Apach
What have you done already to attempt to accomplish this??
I don't know if this doc will work, but a quick Google search for "apache
active directory authentication" turned up a slew of links with this one being
at the top:
http://www.trustix.org/wiki/index.php/Active_Directory_Authentication_w
If you have a single AD domain, it seems like mod_auth_kerb works well. I
have not been able to get it working across multiple AD domains.
Please respond to users@httpd.apache.org
To: users@httpd.apache.org
cc: (bcc: Dan Mitton/YD/RWDOE)
Subject:[EMAIL PROTECTED] Apache using