Issue 594 - 1st libldap IPv6 patch
Summary: 1st libldap IPv6 patch
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-15 15:27 UTC by venaas@openldap.org
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description venaas@openldap.org 2000-06-15 15:27:46 UTC
Full_Name: Stig Venaas
Version: devel
OS: Linux
URL: http://domen.uninett.no/~venaas/os-ip.c_ipv6_20000615.diff
Submission from: (NULL) (158.38.60.92)


This patch makes the libldap functions ldap_connect_to_host and
ldap_host_connected_to IPv6 aware. Note that ldap_connect_to_host
can either take host as char * argument or IPv4 address as long.
An IPv6 address must be passed in the char * argument.

With this patch ldapsearch and hopefully also other tools should be
able to use IPv6. Is there any other library stuff that need to be
fixed?

Stig

Comment 1 Kurt Zeilenga 2000-06-16 10:18:30 UTC
moved from Incoming to Development
Comment 2 Kurt Zeilenga 2000-06-16 10:18:49 UTC
changed notes
changed state Open to Closed
Comment 3 Kurt Zeilenga 2000-06-16 16:51:48 UTC
I'll look at committing this soon.

At 03:27 PM 6/15/00 GMT, venaas@uninett.no wrote:
>With this patch ldapsearch and hopefully also other tools should be
>able to use IPv6. Is there any other library stuff that need to be
>fixed?

URI (URL) parsing of:

      ldap://ldap.example.net/
      ldap://10.0.0.1:389/
      ldap://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:389
      ldap://[1080:0:0:0:8:800:200C:417A]/
      ldap://[3ffe:2a00:100:7031::1]
      ldap://[1080::8:800:200C:417A]/
      ldap://[::192.9.5.5]/
      ldap://[::FFFF:129.144.52.38]:389
      ldap://[2010:836B:4179::836B:4179]

Kurt
Comment 4 OpenLDAP project 2014-08-01 21:05:27 UTC
Applied.