Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-48940

LDAP with IPv6 doesn't work

    XMLWordPrintable

Details

    • Triaged
    • 1
    • No

    Description

      Looks like when trying to open a connection to LDAP server we are not setting the ipv6 tcpopts for an IPv6 host. 

      Right now we do the below with no tcpopts,
      (n_0@127.0.0.1)7> eldap:open(["::1"], [{port, 389}]).
      {error,"connect failed"}
       
      For ipv6 eldap require specifying tcpopts
      (n_0@127.0.0.1)8> eldap:open(["::1"], [{port, 389}, {tcpopts, [inet6]}]).
      {ok,<0.231.2>} 

      Attachments

        Issue Links

          For Gerrit Dashboard: MB-48940
          # Subject Branch Project Status CR V

          Activity

            People

              Abhijeeth.Nuthan Abhijeeth Nuthan
              Abhijeeth.Nuthan Abhijeeth Nuthan
              Votes:
              0 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty