nitnelave
nitnelave
Just a note on a potential TCP router for the LDAP ports. The TCP router is only needed if you want to expose the LDAP traffic to internet. This is...
I'm going to close this as not completed, in parts due to lack of time, and in part due to the security concerns.
Sorry for the long wait! It's now implemented in the latest version :)
Yes, it should work. Feel free to try, and tell me if it doesn't!
Re-opening since it was a very optimistic close :) There's various problems that mostly stem from the fact that I haven't tested it with PG or MySQL at all.
You still need a place to put the configuration file, and server key, but these can be read-only. You can run multiple instances connected to the same DB, the server...
Some things to think about: - Caching (to avoid re-fetching all the users' avatars every time) - Keyed events in the avatar agent, with the username? We don't want to...
We could store the avatar in the agent: actually, you could move the request from the avatar display to the agent, and the agent would call you back with the...
Right, but the agent can have a hash map of the avatars, queried by username. I was thinking that the user table would just instantiate the avatar components, which would...
Similar to #492