Kostas Kalevras

Results 8 comments of Kostas Kalevras

Ansible/puppet playbooks are basically needed only as a first step during/after cooking the FreeBSD OVA image in order to add ssh keys/bastille pkg etc. Beyond that my need (and the...

Maybe I did not state my requirements clearly enough. I do not want Bastille to run any ansible/puppet playbooks. What I want is in a plain vanilla FreeBSD Jailhost, after...

I did :) My use case is rather simple: Say I install FreeBSD into a new Jailhost and bastille through pkg. Afterwards I 'd like to setup a container for...

Just to add a real world example that is relevant only for UDP: We are providing a RADIUS service (using Dockerized FreeRADIUS). State is only stored in an SQL database...

I actually made a mistake on pinpointing where the problem is. The ServerPool works correctly in the LDAPIdResolver and `get_persistent_serverpool()` is **persistent** What really happens is that the `_bind()` function...

Just to add a few actual statistics to illustrate the problem and the fix. ### Using `get_request_local_store()` * Disable caching in the LDAP resolver * Create an SPASS token *...

Fixing the Connection Pool actually exposed another problem: The `LDAPIdResolver` did not handle lost LDAP connections. Yet since each LDAP connection was bound to a request (and not a process)...