dnknth

Results 15 comments of dnknth

Hello @martin-jelen, Oh my, this is going to be tricky. Slashes in RDNs don't agree too well with the app's URL structure. Will take a moment to address this design...

Hello @martin-jelen, I just pushed a new version on GitHub and a new image on Docker hub with corrections. Please give it a try and let me know whether it...

Hello @martin-jelen, I cannot reproduce it over here with the demo images. The tree shows correctly, and I can also edit entries in a subtree with slashes in the RDN....

Steps I tried to reproduce: * Loaded the [Flintstones data](https://github.com/dnknth/ldap-ui/blob/master/docker-demo/flintstones.ldif) into OpenLdap (see [the demo](https://github.com/dnknth/ldap-ui/tree/master/docker-demo)) * Connected as admin (see LDIF for credentials) * Renamed `ou=Pets` to `postalcode=12/345` * Reloaded...

Sorry, still no luck over here, it seems to work also with slashed in the RDN of subordinate nodes, see screenshot: ![Bildschirmfoto 2022-07-13 um 11 48 40](https://user-images.githubusercontent.com/41536869/178705174-9249da5c-b3ca-4467-a2f0-b22e57d2d0c3.png)

For easier debugging you can start the UI locally in development mode against the dockerized backend with `npm install && npm run dev`. It then listens on `http://localhost:3000`.

Is this issue still open? Otherwise, please feel invited to close it.

Are you in a virtualenv and did you activate it?

Have you solved it and if so, how?

Hello @AlexandreTunstall, Thanks for the thorough analysis. I agree that the `userPassword` should not be sent to the client and have masked it before transmission as a stopgap measure. The...