-
Hi, the "node-ldapjs" is very excellent and amazing, but I met some trouble when I client.search basedn, the Chinese String encode to the “gibberish”, why? and how can I do to decode? Thanks a lot.
…
-
### Context
- **XO origin**: **the sources**
- **Versions**:
- Node: **8.15.0**
- xo-web: **5.32.1**
- xo-server: **5.32.2**
### Expected behavior
I am expecting that after s…
-
+ [x] Admin cannot make changes in `dc=planetexpress,dc=com` entries. See https://wiki.debian.org/LDAP/OpenLDAPSetup#Administrator_Access for details on potential fixes
+ [x] https://github.com/ldapj…
-
Hello, I'm updating a project and switch to 3.0.0.
I had to change the code (obviously) from
```
client.search('cn=groups,dc=rd,dc=test,dc=company,dc=fr', { filter: `(&(memberuid=USERID`, scope: "…
-
LDAP login works for us in v7.09, but breaks in v7.10 and v7.11
## Server Setup Information
* Operating System: Debian
* Deployment Method: Docker
* Http frontend: Traefik
* Node.js Version: (b…
-
While working on a test case for #923 I discovered that the latest Docker image is failing on:
https://github.com/ldapjs/node-ldapjs/blob/1cc6a733ba29c0d374427b3f329c5f99700d00a8/test-integration/c…
-
When searching a value that contains umlauts, the filter string is encoded in a way our AD does not seem to understand. It does not return any search results. When searching values without umlauts eve…
-
### 📜 Description
### 👍 Expected behavior
Expected type should be imported
### 👎 Actual Behavior with Screenshots
### 👟 Reproduction steps
Try creating a group/user transfor…
-
```
2023-08-11 11:37:47,973 ERROR 18176 nodejs.TypeError: (0 , decorator_1.isClass) is not a function
at ContainerConfiguration.getConfigurationExport (D:\happy-admin\node_modules\@midwayjs\koa\…
-
If I start an OpenLDAP docker container as suggested in https://github.com/ldapjs/docker-test-openldap and then connect to it with ldap.createClient I can search with filter sn=Conrad and get a search…