[Date Prev][Date Next] [Chronological] [Thread] [Top]

Java LDAP Application Program Interface



Rob,

In sections 4.6.7, 4.26.1, 4.38.1, and 4.40.1, "host" is defined as a
hostname or dotted string which may include trailing colon and port
number.  This does not allow IPv6 addresses to be specified, and should
be changed to comply with RFC 2732:

      host          = hostname | IPv4address | IPv6reference
      ipv6reference = "[" IPv6address "]"

For example:

      "[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80"
      ldap://[3ffe:2a00:100:7031::1]:1050/o=abc


Cheers,
Morteza