Firstyear
Firstyear
See also, inverted indexes. Think memberof, but for acp. This allows asking 'what can I access' rather than 'can I access this?'.
Internally this has been partially implemented inside of the search event due to the requirements of the rest api. However I haven't exposed this on the raw search api. I'm...
This may be superseded due to https://github.com/kanidm/kanidm/issues/211
Yep, this is superseded by scim
Ohhh it already supports x-forwarded-for? Wow ... but you are right, any client could just set this header. It might be worth a PR to actix-web then to have this...
Okay, how about we leave this open until we update to actix-web 3.0, which I think it is currently still alpha at the moment.
Relates to #450
https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt for ldap/binary protos
Thanks this is a good example! I'll be hopefully doing this soon since we've just started some work to improve headers and logging handling :)
Aaaaaaaaa okay, I didn't realise it was "already working" as is, so we need to look into that and has a trust list as you say.