RE: [EMAIL PROTECTED] Apache using AD autentication

2007-07-02 Thread Mauricio Cavalcanti
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

Re: [EMAIL PROTECTED] Apache using AD autentication

2007-06-29 Thread Sander Temme
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

RE: [EMAIL PROTECTED] Apache using AD autentication

2007-06-29 Thread Mauricio Cavalcanti
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

RE: [EMAIL PROTECTED] Apache using AD autentication

2007-06-07 Thread Eric DuToit
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

RE: [EMAIL PROTECTED] Apache using AD autentication

2007-06-06 Thread Dan_Mitton
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 1:51 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache using AD autentication Hi, i put a apache web server into windows network working with Active Directory (AD). After that, I put many sites on it, but here is the probl

RE: [EMAIL PROTECTED] Apache using AD autentication

2007-06-06 Thread Eric DuToit
:51 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache using AD autentication Hi, i put a apache web server into windows network working with Active Directory (AD). After that, I put many sites on it, but here is the problem: My workstations is running w2k (authenticated in AD). Some si

Re: [EMAIL PROTECTED] Apache using AD autentication

2007-06-06 Thread Dan_Mitton
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

[EMAIL PROTECTED] Apache using AD autentication

2007-06-06 Thread Mauricio Cavalcanti
Hi, i put a apache web server into windows network working with Active Directory (AD). After that, I put many sites on it, but here is the problem: My workstations is running w2k (authenticated in AD). Some sites has to be restricted only to some (AD) users or groups and I want to use the wor