You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is a whole layer (or more) of extraction missing for filters. In lieu of that, I have no idea how to do basic searches e.g. cn=whatever. I tried something like this, but honestly I'm pretty lost.. :)
let filters = {let payload = Payload::Primitive(Vec::from("(cn=whatever)".as_bytes()));Tag::new(Class::Universal(Type::GeneralString), payload)};
Is this something that can be done with the library as it stands today? I don't have very complicated requirements, so a workaround would be fine..
The text was updated successfully, but these errors were encountered:
Currently this code exists:
It looks like there is a whole layer (or more) of extraction missing for filters. In lieu of that, I have no idea how to do basic searches e.g.
cn=whatever
. I tried something like this, but honestly I'm pretty lost.. :)Is this something that can be done with the library as it stands today? I don't have very complicated requirements, so a workaround would be fine..
The text was updated successfully, but these errors were encountered: