Alan DeKok

Results 212 comments of Alan DeKok

For the `request->log.unlang_indent` assertion, the short-term fix is to just delete it. It's a sanity check on indentation for the current request. It doesn't affect how the server operates once...

The `rlm_ldap_map_verify()` function says that it handles `-=`, but the `rlm_ldap_map_getvalue()` function only looks at `+=`, and has no code to handle `-=`. Either the documentation should be updated to...

Unless the patch is small, we'll have to wait for v4 to get this fixed.

Please try this with 3.2.0. 3.0.17 is years old, and it isn't productive for us to debug issues which were found and fixed years ago. I tried this with both...

No response, and we can't reproduce it with the most recent code.

the xlat buffers in v3 are generally fixed-size, i.e. 256 bytes or 1024 bytes. We can increase ehgtir size, but we can't fix the underlying issue.

In v3 and v4 it has a `log_prefix` (see src/main/connection.c). It is usually set to rlm_foo, i.e. the instance name. The issue here is that `log_prefix` isn't being used in...

This definitely seems interesting. It's a tiny patch, which helps rather a lot in getting it merged.

The main issue with using different configuration items is that much code assumes that certificate_file, etc. are not empty. We'd have to double-check that. If we were to follow the...

Yeah... it's probably useful to support multiple formats. I'll have to check if OpenSSL will automatically read the different formats. The configuration already supports `format = PEM|DER|ASN1`, tho that isn't...