RE: [EMAIL PROTECTED] LDAP auth: Internal Server Error

2006-08-04 Thread Mika Borner
>I downloaded ans installed OpenLDAP v2.3.24 from source. I'm not sure if >that came with an SDK... >I don't see any SDK's on the OpenLDAP download website. >Where could I get an SDK? I haven't touched OpenLDAP lately, but I guess it is somewhere in the source tree of the tar-ball. For our novel

Re: [EMAIL PROTECTED] LDAP auth: Internal Server Error

2006-08-03 Thread Mika Borner
Hi. >I get a authentication pop-up box from the LDAP server. >After I authenticate, however, I get an Internal Server Error on the >page and these two errors in my error log: I found that several internal server errors come from using a wrong LDAP SDK. Are you sure your apache instance's included

Re: [EMAIL PROTECTED] Please help with mod_authnz_ldap

2006-06-14 Thread Mika Borner
You might be missing the "AuthBasicProvider ldap" -directive. //Mika >>> [EMAIL PROTECTED] 06/15/06 4:04 am >>> Hello I am having a lot of trouble getting my users authenticated using mod_authnz_ldap. There is not much info anywhere and google couldn't help. And example .htaccess file would help

Re: RE: [EMAIL PROTECTED] [solved] Authentication Troubles

2006-06-05 Thread Mika Borner
I posted this bug. I'm using Novell SDK now (with Apache 2.2.2). Runs like oiled... It seems to be related to the Solaris 10 SDK. >>> [EMAIL PROTECTED] 06/02/06 9:30 pm >>> http://issues.apache.org/bugzilla/show_bug.cgi?id=39529 This bug is the same problem. I patched the file with the code p

Re: [EMAIL PROTECTED] authnz_ldap

2006-05-30 Thread Mika Borner
This works for me AuthType Basic AuthName "AuthName" AuthBasicProvider ldap AuthLDAPURL ldap://ldap1/o=Organisation?uid require ldap-attribute ou=SomeOu Order allow,deny Allow from all >>> [EMAIL PROTECTED] 05/30/06 7:06 pm >>> I am abl

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-15 Thread Mika Borner
./configure --prefix=path_to_apache/apache2 --enable-mods-shared=all --enable-ssl=shared --enable-authnz-ldap --with-ssl=/usr/local/ssl --with-ldap --enable-ldap See also http://mysecondhead.blogspot.com/ If you need SSL, you should adjust the --with-ssl to the Solaris OpenSSL at /usr/sfw (--w

[EMAIL PROTECTED] mod_authnz_ldap bug?

2006-02-22 Thread Mika Borner
Hi. I have an almost working apache 2.2 installation on Solaris 10 with mod_authnz_ldap enabled and configured: -Logging in with correct user/password => Everything works fine. LDAP Bind/Log-in successful. -Logging in with non-existing LDAP-user, re-opens the browser login window => OK -Logg