You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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?
The text was updated successfully, but these errors were encountered: