`parseFilter` returns filters with `attributeDesc` of type `str` whereas `request.filter` has `attributeDesc` as `BEROctetString` · Issue #248 · twisted/ldaptor · GitHub
More Web Proxy on the site http://driver.im/
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
This makes it hard to mix both use cases as one has to either check in the code which type is present or call f.toWire() and then call pureber.berDecodeObject with a decoder suited for filters to always have BEROctetString present