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

Issue with test-openldap in Travis-CI integration tests #11

Open
eblondel opened this issue Oct 30, 2019 · 2 comments
Open

Issue with test-openldap in Travis-CI integration tests #11

eblondel opened this issue Oct 30, 2019 · 2 comments

Comments

@eblondel
Copy link

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:

DN: cn=Amy Wong+sn=Kroker,ou=people,dc=planetexpress,dc=com
	objectClass: top
	objectClass: person
	objectClass: organizationalPerson
	objectClass: inetOrgPerson
	cn: Amy Wong
	sn: Kroker
	givenName: Amy
	mail: amy@planetexpress.com
	ou: Intern
	uid: amy

instead of the 7 persons listed in the test ldap.

Any idea what is wrong?

@rroemhild
Copy link
Owner

Hi sorry no idea. It could be a problem with R on linux?

@eblondel
Copy link
Author

eblondel commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants