aaschenbrener
aaschenbrener
### Summary This is an expansion on the known issue: No implicit import of submodules (https://github.com/astral-sh/ty/issues/133). I've imported Django models explicitly from their submodules. There is an issue with dynamic...
Fixes unbound 'respones' variable and logic for no records in responses described here: https://github.com/IdentityPython/SATOSA/issues/488 ### All Submissions: * [ ] Have you checked to ensure there aren't other open [Pull...
Previously there was a section of code that started on line 586 which handles whether or not an LDAP record was found. It takes the following format. ``` if record:...