
sandro.tosi at register
Nov 2, 2009, 7:14 AM
Post #10 of 19
(1726 views)
Permalink
|
|
Re: LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD
[In reply to]
|
|
Eric Covener wrote: > On Mon, Nov 2, 2009 at 9:20 AM, Eric Covener <covener [at] gmail> wrote: > >>> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named >>> 'debug_level' >>> >> I probably missed a file in the 2.2.x diff, will followup here when >> patch is updated. >> > > > updated at http://people.apache.org/~covener/ldap_debug/2.2.x-ldap_debug-2.diff > > Yeah, I was looking at util_ldap.h right when you sent the updated patch :) Apache builds fine this time, but the info doesn't seems much more verbose than before (with debug level on): [Mon Nov 02 15:50:12 2009] [debug] mod_authnz_ldap.c(972): [14305] auth_ldap url parse: `ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*)', Host: <LDAP server IP address>, Port: 636, DN: dc=<dc>,dc=<dc>, attrib: uid, scope: subtree, filter: (objectClass=*), connection mode: using SSL [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(972): [14309] auth_ldap url parse: `ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*)', Host: <LDAP server IP address>, Port: 636, DN: dc=<dc>,dc=<dc>, attrib: uid, scope: subtree, filter: (objectClass=*), connection mode: using SSL [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [debug] mod_authnz_ldap.c(377): [client 127.0.0.1] [14309] auth_ldap authenticate: using URL ldaps://<LDAP server IP address>/dc=<dc>,dc=<dc>?uid?sub?(objectClass=*) [Mon Nov 02 15:50:19 2009] [warn] [client 127.0.0.1] [14309] auth_ldap authenticate: user <my LDAP user> authentication failed; URI /index.html [LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD][Operations error] Should I enable something in openssl? We configured it with "--prefix=/path/to/openssl-0.9.8g-16052008 linux-elf". Thanks again for the support, Sandro --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe [at] httpd " from the digest: users-digest-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|