Firstyear

Results 782 comments of Firstyear

It's far more complicated than this. You have to think about schema, replication, the datatypes, and access control. We do actually already support custom fields and extensions of these -...

Well, the first thing then is to get setup https://kanidm.github.io/kanidm/stable/developers/index.html check and setup so you can run "cargo test", that triggers all the tests in the project. Then the next...

> will we support querying (LDAP) on custom attributes? Yes > And is it possible to create indexes based on them? Would be good for attributes that an organization uses...

That's because you started at the wrong place - those interfaces are for something very specific in how the admin interface works, and isn't a generic search interface. The search...

@RatCornu Also the other thing is there are some custom fields that we could just add to the server anyway - if you have a need for custom attrs, other...

> Indeed sorry, I think I followed blindly the result of a `grep ...`, I started looking in `proto`, `libs/scim_proto` (that looked as the entry points for this issue to...

> In my case, I think I would need a few custom fields, but I can guess that some people may need more. I think a `description` field (with multiple...

Well, the thinking about this is "constraints" - how do we make features that are safe for a user to hold, so that they won't blow themselves up? So much...

By the way, to assist with this, I'm making some changes to the schema now which will potentially make this easier :)

> I think `bool` should also be a valid value format. That way the attribute can be a Must. Not sure I understand your comment here?