>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
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
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
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
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
./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
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