sources/ldap: fix page size (#6187)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-07-08 01:15:35 +02:00
committed by GitHub
parent 02063f7d92
commit 8828eefbe4
3 changed files with 13 additions and 1 deletions

View File

@ -277,6 +277,16 @@ Timeout in hours for LDAP synchronization tasks.
Defaults to `2`.
### `AUTHENTIK_LDAP__PAGE_SIZE`
:::info
Requires authentik 2023.6.1
:::
Page size for LDAP synchronization. Controls the number of objects created in a single task.
Defaults to `50`.
### `AUTHENTIK_LDAP__TLS__CIPHERS`
:::info