Re: [EMAIL PROTECTED] using ldap secure causes core dump PROGRESS Then STUMPED Again

2008-11-25 Thread Minson, John M Mr ARMY GUEST
this error never occured I'm growing weary of the chase Minson, John M Mr ARMY GUEST wrote: I have tried every combination of --with-ldap-lib --with-ldap-include --with-ldap I can think of . Using --with-ldap-lib=/usr/local/lib/libldap.so  --with-ldap-include=/usr/local/ -

Re: [EMAIL PROTECTED] using ldap secure causes core dump STUMPED

2008-11-25 Thread Minson, John M Mr ARMY GUEST
ldap=/usr/local/     --with-ldap=/usr/local/lib     --with-ldap=/usr/local/lib/     Tom Evans wrote: On Mon, 2008-11-24 at 14:00 -0500, Minson, John M Mr ARMY GUEST wrote: note thi sis apache 2.2.10 # ldd httpd libldap.so.5 => /usr/lib/libldap.so.5 lib

Re: [EMAIL PROTECTED] using ldap secure causes core dump

2008-11-24 Thread Minson, John M Mr ARMY GUEST
r ldap_init in -lldap... no configure: error: could not find an LDAP library configure failed for srclib/apr-util Tom Evans wrote: On Mon, 2008-11-24 at 10:33 -0500, Minson, John M Mr ARMY GUEST wrote: If I attempt to use ldaps I get [Mon Nov 24 10:19:07 2008] [debug] mod_authnz_ldap.c(

Re: [EMAIL PROTECTED] attempting to use ldaps causes core dump

2008-11-24 Thread Minson, John M Mr ARMY GUEST
28 in prldap_get_session_info () from /usr/lib/libldap.so.5 My knowledge of gdb is now 10 minutes in length This is Solaris 10 fwiw Eric Covener wrote: On Mon, Nov 24, 2008 at 10:28 AM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: If I attempt to use a secure ldap

Re: [EMAIL PROTECTED] attempting to use ldaps causes core dump

2008-11-24 Thread Minson, John M Mr ARMY GUEST
ledge of gdb is now 10 minutes in length This is Solaris 10 fwiw Eric Covener wrote: On Mon, Nov 24, 2008 at 10:28 AM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: If I attempt to use a secure ldap connection (apache 2.2.10) I get [Mon Nov 24 10:19:07 2

[EMAIL PROTECTED] using ldap secure causes core dump

2008-11-24 Thread Minson, John M Mr ARMY GUEST
If I attempt to use ldaps I get [Mon Nov 24 10:19:07 2008] [debug] mod_authnz_ldap.c(582): [client 150.125.168.140] ldap authorize: Creating LDAP req structure [Mon Nov 24 10:19:15 2008] [notice] child pid 26129 exit signal Segmentation fault (11), possible coredump in /usr/local/httpd Works

[EMAIL PROTECTED] attempting to use ldaps causes core dump

2008-11-24 Thread Minson, John M Mr ARMY GUEST
If I attempt to use a secure ldap connection (apache 2.2.10) I get [Mon Nov 24 10:19:07 2008] [debug] mod_authnz_ldap.c(582): [client 150.125.168.140] ldap authorize: Creating LDAP req structure [Mon Nov 24 10:19:15 2008] [notice] child pid 26129 exit signal Segmentation fault (11), possible c

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-20 Thread Minson, John M Mr ARMY GUEST
the 'user' is coming from mod_auth_kerb . I am going to hack the code (mod_authnz_ldap) to strip off the '@wherever' part . Eric Covener wrote: On Wed, Nov 19, 2008 at 2:06 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: using 'sn

Re: [EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Minson, John M Mr ARMY GUEST
REMOTE_USER' env variable Eric Covener wrote: On Wed, Nov 19, 2008 at 1:21 PM, Minson, John M Mr ARMY GUEST <[EMAIL PROTECTED]> wrote: I'm trying to implement mod_authnz_ldap and get the following error auth_ldap authorise: User DN not found, ldap_search_ext_s() for us

[EMAIL PROTECTED] mod_authnz_ldap

2008-11-19 Thread Minson, John M Mr ARMY GUEST
I'm trying to implement mod_authnz_ldap and get the following error auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed I have tried dozens of combinations of AuthLDAPUrl and AuthLDAPBindDN Is there anyway to get it to display the 'User DN' its trying to use ? apache ha