DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21719>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=21719

Adding AuthLDAPURL to httpd.conf file causes segmentaion fault on Solaris 9

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2004-05-21 14:45 -------
apr_ldap_url_parse() is just a macro for the ldap_utl_parse() method defined in
the LDAP C SDK.

The macro behaves in one of two ways, depending on whether the SDK you are using
has this function natively or not.

In order to determine whether the segfault is in apr-util, or whether the
segfault is inside your LDAP SDK, I need to know the compile time value of
APR_HAS_LDAP_URL_PARSE when you build Apache.

The relevant construct is in include/apr_ldap_url.h in apr-util around line 22.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to