Re: [us...@httpd] Apache 2.2 + Ldap

2009-09-24 Thread Tom Evans
On Thu, 2009-09-24 at 05:55 -0700, Luis Clemente wrote: > Hi all, > >Someone knows how I can setting the apache 2.2. server to authenticated in > a Ldap server? Here is my httpd.conf Ldap configuration: > > > AuthBasicProvider ldap > AuthType basic > AuthLDAPURL "ldap://ldapser

[us...@httpd] Apache 2.2 + Ldap

2009-09-24 Thread Luis Clemente
Hi all, Someone knows how I can setting the apache 2.2. server to authenticated in a Ldap server? Here is my httpd.conf Ldap configuration: AuthBasicProvider ldap AuthType basic AuthLDAPURL "ldap://ldapserver.com:389/o=domain.com?mail"; AuthzLDAPAuthoritative on AuthName