Is ipv6 supported in the tools? If so, can the address be specified in ipv6Delayed response (I missed your posting): yes, with recent versions of Mozilla based LDAP tools you can use hostnames or IPv6 style addresses. If you use an IPv6 address you need to enclose it in square brackets, e.g. to connect to the IPv6 loopback on port 3389:
notation, or must the hostname be used?
ldapsearch -h "[::1]:3389" -s base -b "" "(objectClass=*)"
-- Mark Smith Netscape Directory Product Development My words are my own, not my employer's.
