Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory
BSD 3-Clause "New" or "Revised" License
8
stars
18
forks
source link
Introduce CI setup for online ldap tests. Fix discovered type errors #49
Closed
Xerkus closed 11 months ago
Description
Majority of tests are integration tests requiring ldap instance. This PR introduces initial CI setup to run those tests.
Locally ran online tests uncovered two type errors and this PR fixes them as well.