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 54ef88a6fa
providers/ldap: rework Schema and DSE (#5838)
* rework Root DSE

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

* always parse filter objectClass

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

* start adding LDAP Schema

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

* add more schema

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

* update schema more

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

* fix cn for schema

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

* only include main DN in namingContexts

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

* use schema from gh

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

* add description

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

* add response filtering

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

* fix response filtering

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

* don't return rootDSE entry when searching for singleLevel

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

* remove currentTime

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

* fix attribute filtering

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

* fix tests

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

* set SINGLE-VALUE

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

* fix numbers

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-06-08 15:16:40 +02:00
..
bind providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +02:00
constants providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +02:00
flags outposts/ldap: cached bind (#2824) 2022-05-08 16:48:53 +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 providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +02:00
server providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +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 providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
instance.go providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +02:00
ldap.go providers/ldap: add StartTLS support (#5861) 2023-06-06 21:40:19 +02:00
ldap_tls.go internal: ignore insecure TLS certs (#5483) 2023-05-05 15:57:52 +03:00
refresh.go outposts/ldap: fix race condition when refreshing the provider 2023-06-02 15:42:19 +02:00
search.go providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +02:00
search_route.go providers/ldap: rework Schema and DSE (#5838) 2023-06-08 15:16:40 +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