thielj
thielj
@CommanderStorm RTSP(S) is almost exactly like HTTP(S), except that you would send a request like this... ``` OPTIONS rtsp://media.example.com:554/path?query RTSP/1.0 CSeq: 1 ``` ...and receive a respnse like that... ```...
I couldn't replicate this
Follow up to @rlex comment: groups are returned as `objectClass=groupOfUniqueNames` when looked up under `ou=groups,dc=....` and as `objectClass=posixGroup` when searched under `ou=users,dc=....`. See https://github.com/glauth/glauth/issues/425 For groups to work, attributes, filters,...
It's a known bug - and I don't have a solution for this. If you can provide a fix it would be more than welcome!
At design time, you would normally work with the default theme. However, you should be able to add a MetroStyleManager component to your form and choose your custom theme (note:...
if adding dynamic key names to multihashes is too complicated, a function that takes a list of key-value pairs to produce a hash might be easier to implement: ``` merge_kv(...
> * Admin uploads malicious/exploitable executable to said directory, lets call it `sh`. A malicious admin can already inject code into U-K to be executed both client and server side....
For the Debian image, saslauthd already comes with [support for PAM and LDAP](https://www.cyrusimap.org/sasl/sasl/pwcheck.html#saslauthd). For PAM (the default), it would pass the plaintext password for further verification. For LDAP, it can...
I stopped maintaining a full postfix with LDAP support 15+ years ago - and I don't plan to go back. You might want to add the two plugins to the...
I've [fixed some issues](https://github.com/thielj/NATS-WebUI) and produced a smallish alpine-based image. To persist settings, mount a volume to /data. For example: ``` # https://github.com/thielj/NATS-WebUI/pkgs/container/nats-webui mkdir ./nats-webui && chown 1000:1000 docker run...