mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 07:46:39 +02:00
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72d56d9b63 | |||
| bc9fa57a2b | |||
| 1e43cdc715 | |||
| 8a316ead21 | |||
| 20f713e6f7 | |||
| 9b1650b58f |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 72d56d9b63 |
auth.Auth.load(): Move type argument into config
Auth.load() takes a "tp" argument, specifying the Auth module name to load. In case of jw-devops, this is part of the configuration, which is also passed as an argument. Make taking 'type' from the config the default. Note that this changes the prototype. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bc9fa57a2b |
ldap.Auth: Fix half-baked use of jwutils.ldap module
ldap.Auth lost a lot of code when jwutils.ldap was introduced, and rightfully so, because jwutils.ldap contains most of it. OTOH, it was used wrongly, fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 1e43cdc715 |
jwutils.ldap: Add module
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 8a316ead21 |
auth: Add LDAP support
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 20f713e6f7 |
Fix errors reported by mypy
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9b1650b58f |
jwutils: Add Auth
Signed-off-by: Jan Lindemann <jan@janware.com> |