Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force use of IPv4 for LDAP test. #367

Open
wants to merge 2 commits into
base: stable
Choose a base branch
from

Commits on Sep 4, 2023

  1. Force use of IPv4 for LDAP test.

    Net::LDAP::Server::Test binds to IPv6 by default if IPv6 is enabled, but
    Net::LDAP uses 'localhost' which resolves to an IPv4 address.  Even when I
    switched the call to Net::LDAP->new() to use ip6-localhost it failed
    elsewhere due to RT using 127.0.0.1.
    puck committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    33ca7cd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Create RT::Test::LDAP for common LDAP test logic

    In the interests of not repeating code, let's centralise it.
    puck committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    091e453 View commit details
    Browse the repository at this point in the history