Firstyear

Results 236 issues of Firstyear

In order to make it easier to activate or deactivate specific devices and their related credentials, it would be good to be able to allow users to associate some classes...

These structs in IDM are constructed from entries (at probably non-trivial cost), then used and thrown away. Not all elements would be used either. As well there are lot of...

https://blog.rust-lang.org/inside-rust/2020/11/11/exploring-pgo-for-the-rust-compiler.html

As admins update and extend the pw badlist in response to "new data", we should check if any password at login appears in the badlist (since we have the cleartext)....

security

Currently we only support eq/pres, and substring will fall back to allids and is applied via the entry_no_match_filter test stage because of the partial IDL flag. However, we should have...

As a scaling test we should check that we can begin to grow to more reasonable deployment sizes. As an initial test we should be able to support: * 250,000...

automation

Currently in the write cache we have an unbounded set for items we are working on. This improves write performance especially for high pressure tasks like member of, but on...

It may be useful to have a "name history" for previous legalname/displaynames/name fields so that username changes and associations can be looked up post-fact. this is a sensitive field so...

we have some regex at the moment for removing certain username patterns that could cause technical issues, but to supplement this we should also have a deny list of usernames...

A comment was made at LCA that we should support multiple legalnames. I'm not opposed to it, but I'd like to understand more about the use case. For example, it...