Firstyear
Firstyear
Like I said, it's a weak signal. We should add it but we don't have a great way to actually force the re-login today. The other issue is we have...
@yaakov-h Internally Kanidm attributes are all strongly typed and contain maps. So something like ssh-key is internally represented as: ``` key: label value: SshPubKey { type public comment } ```...
I believe this is what we call "tech debt" and "growing pains" :)
As an update here, I'm just about to wrap up the last major PR which was blocking SCIM, so we should have a way to get this data shortly.
How did you make the user and what accounts were you using in the process to view the user?
``` login -D idm_admin person create steve Steve person get steve > memberof: idm_all_persons@localhost > memberof: idm_all_accounts@localhost > memberof: idm_people_self_name_write@localhost group get idm_all_persons > dynmember: steve@localhost ``` I'm not seeing...
> `list-members` does a direct pull for the attribute `member` from the group which ... probably doesn't calculate dynmembers? 🤔 yeah, I think it's not grabbing that attribute, and we...
> I’ll immediately admit that I don’t know the difference between a member and a dynmember. The intent is that a dynmember is calculated and added to the group, but...
Depends on #211
Well, depends on #211 unless I add a custom member get handle which I want to avoid more "hacks" like that. But I don't think this is hugely urgent or...