Project:Perl/maint-notes/dev-perl/Net-LDAPapi

From Gentoo Wiki
Jump to:navigation Jump to:search

These tests require a configured LDAP server.

The following ENV vars must be set and be valid in order to expect some kind of valuable tests to even run:

CODE
LDAP_TEST_HOST    # The LDAP Server
LDAP_TEST_PORT    # The LDAP Server Port
LDAP_TEST_FILTER  # A Search Filter (ex. uid=abc123)
LDAP_TEST_BASEDN  # An LDAP Search Base (ex. o=Org, c=US)

These tests will likely also need running under FEATURES=-network-sandbox