Re: AuthLDAPCertDBPath ???

2003-03-13 Thread Graham Leggett
Trevor Hurst wrote: I'm wondering if I should see mod_ldap in the static listing of the modules I compiled in? I don;t see mod_ldap but a few others such as mod_auth_ldap.c and util_ldap.c. Am I missing something? util_ldap.c is the same as mod_ldap. It's just named funny. Look in the source

Re: AuthLDAPCertDBPath ???

2003-03-12 Thread Graham Leggett
Trevor Hurst wrote: Syntax error on line 1073 of /usr/local/apache2/conf/httpd.conf: Invalid command 'LDAPTrustedCA', perhaps mis-spelled or defined by a module not included in the server configuration This is a very new addition - the cert handling was tidied up recently and I think is only

Re: AuthLDAPCertDBPath ???

2003-03-12 Thread Trevor Hurst
Thanks for the help Graham. I'm wondering if I should see mod_ldap in the static listing of the modules I compiled in? I don;t see mod_ldap but a few others such as mod_auth_ldap.c and util_ldap.c. Am I missing something? eskimo [16] ./apachectl -l Compiled in modules: core.c mod_access.c

AuthLDAPCertDBPath ???

2003-03-11 Thread Trevor Hurst
Well, after successfully compiling auth_ldap with the OpenLDAP libs I found that it doesn't jive well with our Netscape LDAP server.. So... I finally rebuilt with the Netscape4-LDAP-SDK libs.. Since then I received the following error: [Tue Mar 11 00:42:19 2003] [warn] [client

Re: AuthLDAPCertDBPath ???

2003-03-11 Thread Brad Nicholes
Yes. In order to support SSL on multiple platforms, a more generic directive was required. To specify a cert7.db file you will need to use the directives: LDAPTrustedCA path to cert7.db LDAPTRustedCAType CERT7_DB_PATH The most recent documentation page for mod_ldap contains the description of

Re: AuthLDAPCertDBPath ???

2003-03-11 Thread Trevor Hurst
Okay, I think I've found the spot in ssl.conf but when I point the commands at /usr/local/apache2/conf/ssl.crt/cert7.db and try starting up the server it complains with: [error] Unable to configure verify locations for client authentication and will not start. Here's the entry in ssl.conf that

Re: AuthLDAPCertDBPath ???

2003-03-11 Thread Trevor Hurst
Unfortunately that doesn't work either: LDAPTrustedCA /usr/local/apache2/conf/ssl.crt/cert7.db LDAPTRustedCAType cert7.db startup error: Syntax error on line 1073 of /usr/local/apache2/conf/httpd.conf: Invalid command 'LDAPTrustedCA', perhaps mis-spelled or defined by a module