mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #11] Issue with test-openldap in Travis-CI integration tests #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eblondel on GitHub (Oct 30, 2019).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/11
Hello, thanks for this docker image. I'm now using it to test a draft R package LDAP client here. On local windows machine, the few integration tests i've run work, but on Travis-CI (see https://travis-ci.org/eblondel/ldap4R), on linux OS, the LDAP request to list of person objects:
ldap://localhost:389/dc=planetexpress,dc=com?uid,cn,sn,givenName,mail,title,ou,employeeType,objectClass?sub?(objectClass=person)
retrieves only the first person:
instead of the 7 persons listed in the test ldap.
Any idea what is wrong?
@rroemhild commented on GitHub (Nov 1, 2019):
Hi sorry no idea. It could be a problem with R on linux?
@eblondel commented on GitHub (Nov 4, 2019):
i don't think it comes from R. As you can see above the result of the LDAP is wrong, it returns one item instead of all. If there is an issue it's more likely to be with openldap on linux.