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

Re: openldap with Ipv6 link local ip?



Richard Knight wrote:
Is it possible to use an IPv6 Link-Local ip with openlap clients? address
would be of the form ldaps://[fe80::abcd:346:123%eth0]:636 where %eth0 is the
interface specifier

The host part of the URL is just passed to getaddrinfo() and the resulting address is returned in a struct sockaddr. As far as I know there is no field of these structs reserved for an interface name, so the %eth0 part would not be valid.

--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/