Re: [CentOS] httpd LDAP auth module

2011-01-29 Thread Nico Kadel-Garcia
On Sat, Jan 15, 2011 at 12:54 AM, Carlos S wrote: > On Wed, Jan 12, 2011 at 6:21 PM, Joseph L. Casale > wrote: >Look inside your httpd.conf file, it will answer that one for you. RHEL's >httpd >supports ldap auth as shipped. >> >> /snip >> See the line: LoadModule authnz_ld

Re: [CentOS] httpd LDAP auth module

2011-01-14 Thread Carlos S
On Wed, Jan 12, 2011 at 6:21 PM, Joseph L. Casale wrote: Look inside your httpd.conf file, it will answer that one for you. RHEL's httpd supports ldap auth as shipped. > > /snip > >>> See the line: >>> LoadModule authnz_ldap_module modules/mod_authnz_ldap.so >> >>Except that these are

Re: [CentOS] httpd LDAP auth module

2011-01-12 Thread Joseph L. Casale
>>>Look inside your httpd.conf file, it will answer that one for you. RHEL's >>>httpd >>>supports ldap auth as shipped. /snip >> See the line: >> LoadModule authnz_ldap_module modules/mod_authnz_ldap.so > >Except that these are often in /etc/httpd/conf.d/[service].conf. This >is certainly the ca

Re: [CentOS] httpd LDAP auth module

2011-01-12 Thread Nico Kadel-Garcia
On Wed, Jan 12, 2011 at 11:28 AM, Joseph L. Casale wrote: >>>I am looking at LDAP module for Apache httpd for authentication. The >>>'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas >>>on Apache documentation site I find mod_authNz_ldap module. Both >                        

Re: [CentOS] httpd LDAP auth module

2011-01-12 Thread Joseph L. Casale
>>I am looking at LDAP module for Apache httpd for authentication. The >>'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas >>on Apache documentation site I find mod_authNz_ldap module. Both ^^^

Re: [CentOS] httpd LDAP auth module

2011-01-11 Thread aurf alien
On Tue, Jan 11, 2011 at 8:17 PM, Joseph L. Casale wrote: > >I am looking at LDAP module for Apache httpd for authentication. The > >'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas > >on Apache documentation site I find mod_authNz_ldap module. Both > >modules appear to be di

Re: [CentOS] httpd LDAP auth module

2011-01-11 Thread Joseph L. Casale
>I am looking at LDAP module for Apache httpd for authentication. The >'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas >on Apache documentation site I find mod_authNz_ldap module. Both >modules appear to be different looking at available directives. Any >clues or suggestions

[CentOS] httpd LDAP auth module

2011-01-11 Thread Carlos S
Hi, I am looking at LDAP module for Apache httpd for authentication. The 'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas on Apache documentation site I find mod_authNz_ldap module. Both modules appear to be different looking at available directives. Any clues or suggestions