Thomas Fline
Thomas Fline
I ran into this error too and fixed it by changing the owner of `/var/www` from `root` to `apache`.
I also ran into this. As a workaround I have set the controls parameter to an empty array: ``` client.starttls(opts, [], function(err, res) { ... }) ``` Which is basically...
I ran into this as well with PHP 8.1 and Drush 10.6.2, on a UBI 7 system. `yum install php-process` fixed the problem.
Thanks for the suggestion @gwythan ! That certainly sounds worthy. I had a look at what other tools do: - jXplorer displays binary values - ldapsearch displays human-readable values, with...
https://github.com/microsoft/vscode-webview-ui-toolkit/issues/484 will bring the option to show an indicator.
Thanks for bringing this up! I gave it a try in #60 based on https://github.com/ldapjs/node-ldapjs/issues/481#issuecomment-884041032 however the decoded values generated by this implementation are slightly different from what Apache Directory...
Merged #60, released as part of [1.4.0](https://github.com/fengtan/ldap-explorer/releases/tag/1.4.0), and published to [Marketplace](https://marketplace.visualstudio.com/items?itemName=fengtan.ldap-explorer). This will decode `objectGUID` as a UUID, and render the following other binary attributes as base64 strings: - `caCertificate`...
Hi, Thanks for the suggestion! So I tried to follow the instructions at https://github.com/eclipse/openvsx/wiki/Publishing-Extensions. The first step is to create an Eclipse account at https://accounts.eclipse.org/user/register however that form seems to...
Hi @fctaddia -- thanks for your interest! I have not implemented write operations as I do not need them myself, but you are welcome to contribute this functionality if you...
Hi, Thanks for reporting this! Do you get the same error when accessing Authentik using other clients, such as [JXplorer](https://jxplorer.org/)?