This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/internal/outpost/ldap
Jens L 41af486006
enterprise: initial enterprise (#5721)
* initial

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add user type

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add external users

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add ui, add more logic, add public JWT validation key

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* revert to not use install_id as session jwt signing key

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix more

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* switch to PKI

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add more licensing stuff

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add install ID to form

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix bugs

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* start adding tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fixes

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use x5c correctly

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* license checks

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use production CA

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* more UI stuff

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* rename to summary

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update locale, improve ui

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add direct button

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update link

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* format and such

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove old attributes from ldap

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove is_enterprise_licensed

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix admin interface styling issue

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Update authentik/core/models.py

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Jens L. <jens@beryju.org>

* fix default case

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
2023-07-17 17:57:08 +02:00
..
bind providers/ldap: fix inconsistent saving of user flags on failed cached binds (#6096) 2023-06-29 16:57:46 +02:00
constants providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +02:00
flags providers/ldap: fix inconsistent saving of user flags on failed cached binds (#6096) 2023-06-29 16:57:46 +02:00
group providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
handler providers/ldap: memory Query (#1681) 2021-11-05 10:37:30 +01:00
metrics internal: centralise config for listeners to use same config system everywhere (#3367) 2022-08-03 21:33:27 +02:00
search enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
server providers/ldap: improve password totp detection (#6006) 2023-06-20 12:09:13 +02:00
utils providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
bind.go providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
entries.go outposts/ldap: add more tests (#6188) 2023-07-08 20:51:05 +02:00
entries_test.go outposts/ldap: add more tests (#6188) 2023-07-08 20:51:05 +02:00
instance.go providers/ldap: improve password totp detection (#6006) 2023-06-20 12:09:13 +02:00
ldap.go providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
ldap_test.go outposts/ldap: add more tests (#6188) 2023-07-08 20:51:05 +02:00
ldap_tls.go internal: ignore insecure TLS certs (#5483) 2023-05-05 15:57:52 +03:00
refresh.go providers/ldap: improve password totp detection (#6006) 2023-06-20 12:09:13 +02:00
search.go outposts/ldap: add more tests (#6188) 2023-07-08 20:51:05 +02:00
search_route.go outposts/ldap: add more tests (#6188) 2023-07-08 20:51:05 +02:00
unbind.go providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
utils.go outposts/ldap: use backend group num_pk 2022-03-22 23:54:50 +01:00