Guo-Rong

Results 87 comments of Guo-Rong

I've been looking at a home deployment and encountered this. After digging through the source and the CI tests, you can get a list of groups with a search filter...

I looked, StartTLS isn't supported. The underlying LDAP library (https://github.com/nmcclain/ldap) specifically mentions StartTLS isn't implemented.

> But LDAP over SSL works? Yes, I have it working.

> Can anyone pls explain how configure glauth with ldap over ssl? My relevant configuration fragment resembles this: ``` [ldaps] enabled = true listen = ":636" cert = /path/to/server.certificate key...

pynab's unrar module has had trouble in the past, initially I thought this was related to #280, so I had a look at the rar headers for the aforementioned release....

Agreed. The current RAR header decoder is quite brittle, but functional for RAR 4. There's a pretty good reference in the nZEDb project for all the compression headers they support...

I had a look, this is caused by a missed cleanup in pynab/rars.py::get_rar_info(). The actual rar temp file is written early with this: ``` # if we got the requested...

I note this is targeted at moovees, would this apply to teevee?

Right, I found a reddit post explaining those changes, then only a bit later indicating it had reverted. I ask only due to noticing a number of hashed titles in...

I gave this a shot and ended up with an a CPU being soaked for 24 hours seemingly without end (I killed it). I can see what is trying to...