Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
So ldap is LDAP is loaded from /usr/local/ which is the correct directory. but still getting the same error. --- On Sun, 8/8/10, Joost de Heer wrote: > From: Joost de Heer > Subject: Re: [us...@httpd] Apache2.2.16 LDAP authentication error > To: users@httpd.apache.org > Date: Sund

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
\ --enable-ldap=shared \ --enable-authnz-ldap=shared How do I correct it..? --- On Sun, 8/8/10, Joost de Heer wrote: > From: Joost de Heer > Subject: Re: [us...@httpd] Apache2.2.16 LDAP authentication error > To: users@httpd.apache.org > Date: Sunday, August 8, 2010, 4:55 PM > > /us

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
/testcgi/main/main.cgi [LDAP: ldap initialization failed][Unknown error], referer: http://xx.xxx.com/ --- On Sun, 8/8/10, Eric Covener wrote: > From: Eric Covener > Subject: Re: [us...@httpd] Apache2.2.16 LDAP authentication error > To: users@httpd.apache.org > Date: Sunday, August 8, 2

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Joost de Heer
/usr/lib/libldap.so.5 further information.I used openldap-2.4.22-sol10-sparc-local package. The -local packages install in /usr/local, as far as I know. So a different LDAP library is loaded. Joost - The official User-To-

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
e: > From: Eric Covener > Subject: Re: [us...@httpd] Apache2.2.16 LDAP authentication error > To: users@httpd.apache.org > Date: Sunday, August 8, 2010, 4:19 PM > > The server error logs have no > further information.I used openldap-2.4.22-sol10-sparc-local > package. >

Re: [us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Eric Covener
> The server error logs have no further information.I used > openldap-2.4.22-sol10-sparc-local package. At LogLevel debug? It's hard to believe. Can you confirm with pldd that the ldap you think was used is loaded at runtime?

[us...@httpd] Apache2.2.16 LDAP authentication error

2010-08-08 Thread Sunanda Kundu
Hi, I am running Apache2.2.16 on a Solaris10 server. I am not using SSL. The part of my httpd.conf file is: LoadModule rewrite_module modules/mod_rewrite.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule ldap_module modules/mod_ldap.so AuthType Basic Au