[us...@httpd] M?lode Soudeix

2010-04-24 Thread mark clarkson
http://bhopalexplorer.com/home/index.php - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apach

[EMAIL PROTECTED] Apache 2.2.0 and TLS with LDAP

2006-01-05 Thread mark clarkson
I am trying to use TLS with LDAP and Apache 2.2.0.  My configuration is asfollows:  Solaris 9  OpenSSL v 0.9.8a  Berkley DB 4.2  OpenLDAP v 2.2.19  Apache 2.2.0My LDAP implementation works great with TLS:  ldapsearch -ZZ -x -D "cn=someid,dc=example,dc=com" -W '(&(objectclass=posixaccount)(uid=test

[EMAIL PROTECTED] Re: Apache 2.2 and mod_authnz_ldap module - SOLVED

2005-12-22 Thread mark clarkson
SOLVED.I figured out the problem.  The problem was ME.I transposed the "z" and "n" in authnz-ldap.  Sorry to waste your time and bandwidth.Mark. On 12/22/05, mark clarkson <[EMAIL PROTECTED]> wrote: I am trying to create the mod_authnz_ldap module for Apache 2.2

[EMAIL PROTECTED] Apache 2.2 and mod_authnz_ldap module

2005-12-22 Thread mark clarkson
I am trying to create the mod_authnz_ldap module for Apache 2.2.0. My configuration is as follows: Solaris 9 OpenSSL v 0.9.8a Berkley DB 4.2 OpenLDAP v 2.2.19 I have build Apache 2.2.0 with no problems (no configure or compile errors) and all seems fine. But when I went to use the LDAP function